Replies: 2 comments 5 replies
-
You could set a property I'd guess that this is only relevant for dev mode though, but I don't see any big downside here, because in production it will run only once anyway. |
Beta Was this translation helpful? Give feedback.
3 replies
-
A better solution could be to forget about using CDI for this and instead extend |
Beta Was this translation helpful? Give feedback.
2 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.
-
I have the following code
to support
smb://
urls in my application. Now in dev mode, after the first reload, Quarkus keeps crashing withWhat would be a proper way to solve this? Is there some Quarkus supported point to register url handlers? Is there some means to execute this code only once - even in dev mode? Anything else? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions