The source code should make use of newer Java features. #1430
abickerton
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm looking over the source code as a result of #1407.
The codebase could be simplified by using features offered in more recent JDK versions.
The question is, which version makes the most sense. Today Spring has 17 as the minimal version, but 8 is still widely used.
Additionally, some of the code warnings should be addressed.
All reactions