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

Update to JDK11 (or 10) #102

Closed
kvncrw opened this issue Oct 1, 2018 · 3 comments
Closed

Update to JDK11 (or 10) #102

kvncrw opened this issue Oct 1, 2018 · 3 comments

Comments

@kvncrw
Copy link

kvncrw commented Oct 1, 2018

I've been working on an opentracing workshop for OSS Summit EU and this is the microservice project I landed on when decided what I should instrument.

I have managed to upgrade to JDK10 (it'll be 11 once bionic beaver updates their jdk11 packages to actually deliver 11 instead of 10). I've also done some other enhancements which you might be interested in. (see other issues).

There is a caveat though, the docker plugin still works but it hangs for a few seconds before throwing an error about authentication. Since you're not pushing images from maven (from what I can tell) I assumed this wasn't a blocker for my use case. I'm guessing that a module is missing but I didn't debug or attempt to fix.

@arey
Copy link
Member

arey commented Oct 3, 2018

I'm agree to support the JDK 11 and, potentially upgrade the Docker images. But I prefer to keep a compatibility with Java 8 that remains the most established platform version.

For JDK 11 support, maybe we have to upgrade to Spring Boot 2.1 and Spring Framework 5.1. There is Java 11 initial support. See:

@kvncrw
Copy link
Author

kvncrw commented Oct 3, 2018

Ok, that makes sense. We can always circle back to this when 11 support is a bit more flushed out.

@arey
Copy link
Member

arey commented May 5, 2019

I propose to create a release/java11branch. See #130

@arey arey closed this as completed May 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants