-
Notifications
You must be signed in to change notification settings - Fork 174
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
Migrate extension Config to @ConfigMapping
#600
Conversation
It fails with
Not sure what's causing this, investigating |
Run time config interfaces must be in the runtime artifact, not the deployment artifact; could it be that simple? |
That is the most likely issue :) |
Weird how that always worked with @configroot, but that makes sense |
.../main/java/io/quarkus/workshop/superheroes/version/deployment/ExtensionVersionProcessor.java
Outdated
Show resolved
Hide resolved
33d9c46
to
21aa7a0
Compare
Moving the config interface to runtime If the config is runtime, the call to the config should be done in the recorder
21aa7a0
to
af16fa3
Compare
😭 Deploy PR Preview failed. |
Previously it was not explicitly bound to a phase, so I guess it defaulted to "build time", which is probably why it worked before. |
+1 |
Looks like it's ready to be merged now |
/cc @geoand @gsmet @holly-cummins @radcortez