Replies: 1 comment 3 replies
-
/cc @radcortez (config) |
Beta Was this translation helpful? Give feedback.
3 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.
-
I would like to provide a ConfigMapping only if a certain BuildStep is applied.
Having the config map defined in the runtimes like:
Having it defined in the runtimes module, this results in this config mapping always being registered and loaded , demanding for the defined property. This property now is feature dependent. If capability A is available during a BuildStep, I would like to add this ConfigMapping to the index. If capability A is not present I will not. I was looking for a fitting BuildItem to provide a ConfigMapping but couldn't find anything fitting.
Can I add a ConfigMapping manually during a BuildStep?
Beta Was this translation helpful? Give feedback.
All reactions