-
Notifications
You must be signed in to change notification settings - Fork 1.9k
GROOVY-7611: java.util.Optional should evaluate to false if empty (Java8 VMPlugin) #545
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
Conversation
|
+1 |
|
nice! |
|
Note to self, need to test GDK docs for new method on Optional and may need to add to Line 157 in 7ab4a71
|
|
This is missing a static compilation test, it looks like |
paulk-asert
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd recommend changing @SInCE version from 2.5 to 2.5.0.
Also, agree that 2_5_X and 2_6_X branches would require tweaking in the build.
Also, note that there is some overlap with excluding */vm8/ files from tests in the test-vm8 subproject in GROOVY_2_6_X but the important thing there is the 1.8 sourceCompatibility.
Related to change for GROOVY-7611 (PR apache#545), JDK 8+ is required in order to compile all features.
Related to change for GROOVY-7611 (PR #545), JDK 8+ is required in order to compile all features.
Related to change for GROOVY-7611 (PR #545), JDK 8+ is required in order to compile all features.
Target for this would be
2_5_Xand above. For2_5_Xand2_6_Xit would require that the release process build with JDK 8 so would need to backport some of the build checks for Java version to those branches.