You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 :
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 ?
The text was updated successfully, but these errors were encountered: