-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add a system property to prohibit dynamic service loading #9816
base: 4.2.x
Are you sure you want to change the base?
Conversation
This property can be used to confirm that all services are optimized by micronaut-aot and none are loaded dynamically.
I think @melix mentioned that the application context configurer cannot be optimized by AOP right now. |
SonarCloud Quality Gate failed. 0 Bugs 55.6% Coverage Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
That's correct. There's a chicken and egg problem I haven't figured out yet. |
should this PR be in draft? What is the status? |
|
This property can be used to confirm that all services are optimized by micronaut-aot and none are loaded dynamically.