Skip to content
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

[#1252] revert back method to static. Fix calls to deprecated '_' met… #1260

Merged
merged 1 commit into from
Aug 23, 2018

Conversation

xael-fry
Copy link
Member

…hod, replaced by __loadClass because '_' is a reserved keyword from jdk9

…cated '_' method, replaced by __loadClass because '_' is a reserved keyword from jdk9

* [playframework#1252] set java source and target version to use for the build, and remove unused conf file created by mistake
* [playframework#1252] ugly fix to make test pass with annotation parameter values with or without quotes, because I do not know how to assert an OR condition in Selenium IDE
* [playframework#1252] fix failing tests due to upgrade to JDK9. Upgrade test libraries and remove as much compilation warnings as possible
* [playframework#1252]  add version 9
* [playframework#1252] update java source detection mechanism to use the version specified in application conf file. Currently supported versions (by jdt compiler) are JDK 1.8 and 10
* [playframework#1252] fix selenium test
* [playframework#1252] fix previous loading class method using _ character now reserved in jdk9+
* [playframework#1252] update Play for build with jdk9+. Update libs
* update documentation for java.source
@xael-fry xael-fry added this to the 1.5.2 milestone Aug 23, 2018
@xael-fry xael-fry merged commit 96f7aa0 into playframework:master Aug 23, 2018
@xael-fry xael-fry deleted the 1252_playSourceJDK9+ branch August 23, 2018 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants