Skip to content
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

Fix java.lang.Math$RandomNumberGeneratorHolder workaround #13898

Merged
merged 1 commit into from
Dec 21, 2020

Conversation

zakkak
Copy link
Contributor

@zakkak zakkak commented Dec 15, 2020

In #12344 I accidentally removed the @BuildStep annotation from graalVmWorkaround, breaking the work-around.

@ghost ghost added the area/core label Dec 15, 2020
@zakkak zakkak requested a review from gsmet December 15, 2020 13:26
@gsmet
Copy link
Member

gsmet commented Dec 15, 2020

@zakkak

Error:  Failed to execute goal io.quarkus:quarkus-maven-plugin:999-SNAPSHOT:native-image (native-image) on project quarkus-integration-test-main: Failed to generate native image: io.quarkus.builder.ChainBuildException: Cycle detected:
Error:  		   io.quarkus.deployment.steps.NativeImageAutoFeatureStep#generateFeature produced class io.quarkus.deployment.builditem.GeneratedNativeImageClassBuildItem
Error:  		to io.quarkus.deployment.pkg.steps.JarResultBuildStep#buildNativeImageJar produced class io.quarkus.deployment.pkg.builditem.NativeImageSourceJarBuildItem
Error:  		to io.quarkus.deployment.pkg.steps.NativeImageBuildStep#graalVmWorkaround produced class io.quarkus.deployment.builditem.nativeimage.RuntimeReinitializedClassBuildItem
Error:  		to io.quarkus.deployment.steps.NativeImageAutoFeatureStep#generateFeature

@zakkak zakkak force-pushed the fix-randomnumber-workaround branch from cbc0c04 to 30c98bb Compare December 17, 2020 21:50
@zakkak zakkak requested a review from gsmet December 17, 2020 23:15
@zakkak
Copy link
Contributor Author

zakkak commented Dec 17, 2020

@gsmet this should now be fixed

@gsmet gsmet merged commit df16bad into quarkusio:master Dec 21, 2020
@ghost ghost added this to the 1.11 - master milestone Dec 21, 2020
@zakkak zakkak deleted the fix-randomnumber-workaround branch February 11, 2021 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants