Quarkus fails to properly detect the patch
part of internal versions of GraalVM CE builds
#45873
Labels
patch
part of internal versions of GraalVM CE builds
#45873
Describe the bug
In #36267 we introduced a work around for identifying the
MAJOR.MINOR
part of the internal versions of GraalVM CE builds. Unfortunately this work around sill fails to detect thepatch
version making conditions like the one inquarkus/integration-tests/main/src/test/java/io/quarkus/it/main/RegisterForReflectionITCase.java
Line 62 in 43f1fb6
to fail when using GraalVM CE builds.
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
Mandrel or GraalVM version (if different from Java)
GraalVM for JDK 21 CE built from https://github.com/graalvm/graalvm-community-jdk21u
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
In #34161 we discussed how we could improve the versions detection and concluded that it is not worth it given the internal and JDK versions will align with the 25 release.
As a result I suggest we remove any tests that are expected to fail due to this limitation.
The text was updated successfully, but these errors were encountered: