Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java 8 is end of support, time to move to decent java versions #28

Open
sebastienvermeille opened this issue Sep 8, 2023 · 0 comments
Labels

Comments

@sebastienvermeille
Copy link
Owner

sebastienvermeille commented Sep 8, 2023

As maintainer doing this in my free time,
I strongly consider removing support of old versions of Java and benefit from new language features.
The same issue also occurs with the protoc protobuf versions used (they are not even available as download from github actions anymore (so old...)

The next release will probably be a major one including :

  • full upgrade to JDK to 20
  • full upgrade to latests protoc/protobuf versions
  • full upgrade to latest maven version
  • introduction of unit tests framework (easier and faster to test portion of code rather than the integrations tests already in place)

I leave this ticket open to give a bit time to think about it and listen to the community voice too if you have any reason to not upgrade etc.

A support for a very legacy java version (i.e. java 8) could be discussed and deployed if sponsored eventually. (As only companies are dealing with so outdated java version anyway I believe it's fair)

What do you think ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant