Replies: 1 comment 1 reply
-
The recommended Java versions can be seen in the github repo at https://github.com/quarkusio/quarkus: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Does Quarkus have its supported Java versions documented anywhere? I can find blog posts that say 11 is the minimum and 17 is the recommended version, but it would be nice to have some obvious and up-to-date place for this information.
The reason I ask is that I was eager to test Quarkus with OpenJDK 21 released yesterday, and found a problem with the wayList
query parameters are handled by Resteasy Reactive client. The problem does not appear with Java 17 or 20.Given this API client:This test fails under Java 21:The resulting incorrect request URL is this:https://httpbin.org/get?name=[one, two]
The bug has been fixed: #36170
Beta Was this translation helpful? Give feedback.
All reactions