-
Notifications
You must be signed in to change notification settings - Fork 80
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
Build, test and ship with JDK 21 #225
Conversation
591dc33
to
50cfaa1
Compare
We will discuss this as the next dev sync. Probably also needs an update in the docker container build setup though. |
@mosabua it's already updated. |
It wouldn't work as the class file format have changed to 65. Docker build validates whether gateway starts. |
And in the docker build logs:
|
50cfaa1
to
2f7e5d9
Compare
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.
LGTM 👍
@@ -1 +1 @@ | |||
17.0.9 | |||
21.0 |
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.
Yes this is much convenient without having patch version 👍
@mosabua ready to merge? |
We said we will hold for a few releases .. and just got 6 out. Maybe after 7 or 8 .. we did not agree to merge in todays dev sync so lets hold for now and put it on as discussion item for next dev sync |
I observed a SEGV during the test phase when using I don't think this should be a blocker, but it would be a good idea IMO for others to test. In case it is interesting, the crash report included the below. I can share more if it is interesting to anyone
|
Can't reproduce the problem using
|
Time to get this in! 💥 |
On top of the #224
Fixes #79