-
Notifications
You must be signed in to change notification settings - Fork 408
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
Update Target Platform to 2021-03 Release. #1691
Conversation
Not exactly sure what happened with the |
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.
Could you add a JDK 16 test? See 5327f23
@@ -21,7 +21,6 @@ | |||
</vm> | |||
|
|||
<plugins> | |||
<plugin id="javax.xml"/> |
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.
Quick note : The rtstubs.jar file for '15' matches rtstubs15.jar (Java 1.5) and not rtstubs_15.jar (Java 15) from eclipse.jdt.ui/org.eclipse.jdt.ui.tests/testresources. I can probably fix this as part of this change. It's likely not causing any problems as we're not making any assertions about particular packages. |
3e0a8b5
to
a16228e
Compare
May need to adjust some tests. Looking into it. |
a16228e
to
0900eb6
Compare
So feature preview can only be enabled when using the latest compliance level (16), but then why did the 2 testcases in CompletionHandlerTest work with compliance set at 14 when we supported Java 15 ? |
That two test cases should be added while we enable Java 14 support. It's used to test Java 14 new feature |
- Use 4.19 P-build for Java 16 support - javax.xml bundle no longer required by platform - Add test cases - Adjust compliance to 16 on tests with feature preview enabled - Fix rtstubs.jar for Java 15 Signed-off-by: Roland Grunberg <[email protected]>
0900eb6
to
84691c9
Compare
test this please Update : I think the change should be good. There are build failures because |
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.
Have a try at the new TP, i didn't observe any issue yet. Feel free to merge it.
Signed-off-by: Roland Grunberg [email protected]