-
Notifications
You must be signed in to change notification settings - Fork 10
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
setup CI for jdk 8 and 9 #17
Conversation
@mrkraimer
@georgweiss worked recently on fixing similar errors for the main modules. |
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.
Yep. That looks great.
What about merging this and restart the PR build(s) for Georg's changes?! |
Please merge PR epics-base/directoryService#2 to resolve this. |
@georgweiss thanks...I did accept the PR and it seems like it has solved the problem |
We might want to add jdk10 and 11 to the list and move to openJDK instead of oracle jdk |
Movie sounds great. I'm in. |
Are you removing Oracle JDK from the CI builds? We're using it here at ESS. |
In preparation for moving the epics core projects to java 10+ the CI was updated to run on open and oracle versions of java starting from 8 to 11 At the last build all problems related to the javadoc production have been resolved. The only open issue is that openjfx is no longer available for trusty. It is available for xenial and bionic distributions of ubuntu. |
* Update .travis.yml * removing the typo "-"
@georgweiss @ralphlange I finally have the CI builds succeeding. Should these commits be squashed?? |
Yes, Please squash and merge. |
* setup CI for jdk 8 and 9 * Update .travis.yml * Update .travis.yml * updating pvDatabaseJava module * #16 fixing javadoc preparing for java 9 * Updating exampleJava for jdk9 compliance * Temporarily disabling test due to travis failures * #16 install openfx and fix certificates for jdk8 and jdk10 * Update .travis.yml * Temporarily disable unit test failing on travis * #16 cleaning up the java doc plugin and adding html5 tag * remove references to com.sun.* deprecated in java9+ * #16 using george's profile to disable html5 for java8 * Travis patch (#24) * Update .travis.yml * removing the typo "-"
#13 and #16