-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 to Java 11 #4217
Comments
Maybe is time to upgrade now? |
Tried to run test based on this branch. but build failed for multiple reasons. Some of the unit tests are failing due to change in behaviour of Instant which is causing See such failed test here. Most failure are due to equality test failing for entities ... most likely due to difference in Other failures are yet not analyzed! |
I've proposed a PR that both jumps us to java 11 and a later scala version. All the travis tests pass but perhaps there is something else I should run? |
LGTM thanks Dan. |
Thanks Dan. I reviewed and approve the PR; it lgtm.
…-r
On Thu, Oct 31, 2019 at 11:07 AM dan mcweeney ***@***.***> wrote:
I've proposed a PR that both jumps us to java 11 and a later scala
version. All the travis tests pass but perhaps there is something else I
should run?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#4217?email_source=notifications&email_token=ABF25MXZRIQTXA4IGMFTZTLQRLYCXA5CNFSM4GQBKC62YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECYDZYY#issuecomment-548420835>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABF25MVRBZDAXQIXUF6BXXDQRLYCXANCNFSM4GQBKC6Q>
.
|
We should plan to move to Open JDK 11 which is the next LTS release. This issue is meant to track relevant work required to support that
May be its fine to use latest Scala if the JPMS module support is not required. That would need to be validated
The text was updated successfully, but these errors were encountered: