You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by t1 <gi...@git.apache.org> on 2017/11/27 05:23:55 UTC

[GitHub] geronimo-safeguard pull request #1: Run without microprofile-config

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 <sn...@sinntr.eu>
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`)

----


---

[GitHub] geronimo-safeguard pull request #1: Run without microprofile-config

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/geronimo-safeguard/pull/1


---