Replies: 2 comments
-
Make a quarkus extension? |
Beta Was this translation helpful? Give feedback.
0 replies
-
This code doesn’t make sense to be an extension. It’s business logic that will not be reused in other projects. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I know some quarkus configuration properties are locked to a specific value during build to improve startup time.
My question is if there is any hook to do the same for an application built with quarkus.
For instance, if you have an annotation and you use reflections to scan all the files in your app with this annoatation, can you cache the value of that list as a property so it is automatically set at startup instead of having to perform the scan during initialization.
Thanks,
Cody
Beta Was this translation helpful? Give feedback.
All reactions