-
Notifications
You must be signed in to change notification settings - Fork 78
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
Switch images to use jdk11 #1003
Comments
Ah this was a mistake we/I made when moving image generation from maven plugin to paketo. scdf/skipper 2.6.x/2.5.x were on jdk8, scdf/skipper 2.7.x/2.6.x were on jdk11. I think we were supposed to be jdk8 even on 2.7.x as we were afraid to pump up but looks like we silently went on with jdk11. Having said that, we can go back to jdk11 in next maintenance release. Sorry for this, and thanks for reporting. |
In a meanwhile, I did manually push new images to dockerhub with different tag names which now have jdk11(if you want to try those)
|
Thanks for looking at this. It's an interesting dilemma though. If It looks like other people are/were doing the same thing. This issue talks about needing In the meantime, I will try out your new images and let you know. When I did the upgrade I also hit an issue with |
Change looks good (using -jdk11 suffixed images). The only noteworthy difference is an additional innocuous
|
I've always built and deployed SCDF apps using openjdk 11.0.8. Prior to 2.7 the image my apps deployed ok. After moving to 2.7 I now get:
Not sure why the project went backwards a version, and I haven't found release notes on how to introduce newer runtimes. Did I miss something?
Was:
The text was updated successfully, but these errors were encountered: