Jeff Mesnil
Jeff Mesnil
A proof of concept of this proposal is live at http://jmesnil.github.io/wildfly.org/getstarted/. It depends on @darranl's archetype that is not released yet. You can however install it locally with: ``` git...
Merging the proposal as https://www.wildfly.org/get-started/ is live
@kabir @emmartins This PR is not meant to be merged but this shows how we could use a local Kubernetes cluster to test the QuickStarts. I did if for the...
/test all
You can see executions of the action at https://github.com/jmesnil/quickstart/actions/workflows/testing.yml
@ehsavoie fiy
No, there is currently no support to register notification listeners. Would you be interested to contribute a patch to add this feature?
A typical ConfigSource example would be a ConfigSource that uses a DB to store its props. For performance reason, we want to reuse a JDBC connection and closes it when...
The spec allows (or at least does not forbid) to share ConfigSources between Config using the programmatic ConfigBuilder. The actual sentence in the spec is not correct: > If a...