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
Hi, updating to Java 11 just to use these methods doesn't make much sense. Additionally, compatibility with Java 8 is more important in my opinion, as there are older projects that require the use of this JDK version.
However, if there is a way to create a second Jar file that is compatible with Java 8, as they do, for example, with HSQLDB, then you can proceed with the modification.
Not planning to switch soon, but to keep some improvements/adjustments that we could make after switching:
List.of
andSet.of
where appropriate instead of more verboseArrays.asList
, etc.!Optional.isPresent
=Optional.isEmpty
collect(toList())
->Stream#toList
The text was updated successfully, but these errors were encountered: