Replies: 2 comments
-
/cc @radcortez (config) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Oh I just figured that this is not working at all, as no injectable bean is getting created like this |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
In an extension I want to add a config map conditional during a BuildStep. I found that
ConfigMappingBuildItem
might do the job. I couldn't find much documentation (there is no javadoc) about it and therefor am unsure if this will behave as build time property or a runtime property.Defining a
ConfigMappingBuildItem
does this result in a Buildtime or Runtime configmapping?Beta Was this translation helpful? Give feedback.
All reactions