GitHub user t1 opened a pull request:
https://github.com/apache/geronimo-safeguard/pull/1
Run without microprofile-config
Also catch NoClassDefFoundError and ExceptionInInitializerError, so it can
run even without a mircoprofile-config implementation; simplified code: mainly
`disableExecutions` should have been `enableExecutions`
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/t1/geronimo-safeguard master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/geronimo-safeguard/pull/1.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1
----
commit 4cf494ab408eb25117b869b52900bfaf43c69c15
Author: Rüdiger zu Dohna <[email protected]>
Date: 2017-11-27T05:20:32Z
Also catch NoClassDefFoundError and ExceptionInInitializerError, so it can
run even without a mircoprofile-config implementation; simplified code
(`disableExecutions` should have been `enableExecutions`)
----
---