You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does the same happen with Quarkus 3.18.0? Never mind, I verified the problem persists with 3.18.0. #45434 is the cause of the issue and #45864 is the fix for the regression
Describe the bug
In 3.18.0.CR1, the
quarkus.uuid
has the same value for all application runs when compiled to a native imageExpected behavior
It was working fine, and returned a unique value in 3.17 in native images
Actual behavior
It is always the same, causing crashes in distributed systems applications that rely on a unique id.
Possible causes?
#45434
#45610
How to Reproduce?
compile a simple app to native:
Start, call /hello, take note of uuid, shutdown
Repeat, will yield same uuid
Output of
uname -a
orver
No response
Output of
java -version
21
Mandrel or GraalVM version (if different from Java)
mandrel 21
Quarkus version or git rev
3.18.0.CR1
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: