You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juneau.apache.org by garydgregory <gi...@git.apache.org> on 2017/12/01 18:20:11 UTC

[GitHub] juneau pull request #4: [JUNEAU-72] Offer an option to disable console IO fr...

GitHub user garydgregory opened a pull request:

    https://github.com/apache/juneau/pull/4

    [JUNEAU-72] Offer an option to disable console IO from

    org.apache.juneau.microservice.Microservice.start() now looks for the configuration entry "Console/enableIO" which is true by default to preserver the current behavior.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/garydgregory/juneau JUNEAU72

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/juneau/pull/4.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 #4
    
----
commit 45f8c8c27d6352354a9e4f0f70d235259d935513
Author: Gary Gregory <gg...@apache.org>
Date:   2017-12-01T18:18:44Z

    [JUNEAU-72] Offer an option to disable console IO from
    org.apache.juneau.microservice.Microservice.start()

----


---

[GitHub] juneau issue #4: [JUNEAU-72] Offer an option to disable console IO from

Posted by jamesbognar <gi...@git.apache.org>.
Github user jamesbognar commented on the issue:

    https://github.com/apache/juneau/pull/4
  
    Changes have been made in 7.0.1 that incorporates and expands upon this idea.


---