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 SingleResult was unintentionally initialized at build time #9126

Merged
merged 1 commit into from
Apr 20, 2023

Conversation

graemerocher
Copy link
Contributor

@graemerocher graemerocher commented Apr 18, 2023

Fixes

**Error: Classes that should be initialized at run time got initialized during image building:
------------------------------------------------------------------------------------------------------------------------
 io.micronaut.core.async.annotation.SingleResult was unintentionally initialized at build time. jdk.proxy4.$Proxy111 caused initialization of this class with the following trace: 
        at io.micronaut.core.async.annotation.SingleResult.<clinit>(SingleResult.java:40)
        at java.lang.Class.forName0(Unknown Source)
        at java.lang.Class.forName(Class.java:375)
        at jdk.proxy4.$Proxy111.<clinit>(Unknown Source)

@graemerocher graemerocher added this to the 4.0.0 milestone Apr 18, 2023
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@graemerocher graemerocher added relates-to: graal type: bug Something isn't working labels Apr 18, 2023
@graemerocher graemerocher requested a review from sdelamo April 18, 2023 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
relates-to: graal type: bug Something isn't working
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants