You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juneau.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/12/01 18:21:00 UTC

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

    [ https://issues.apache.org/jira/browse/JUNEAU-72?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16274726#comment-16274726 ] 

ASF GitHub Bot commented on JUNEAU-72:
--------------------------------------

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()

----


> Offer an option to disable console IO from org.apache.juneau.microservice.Microservice.start()
> ----------------------------------------------------------------------------------------------
>
>                 Key: JUNEAU-72
>                 URL: https://issues.apache.org/jira/browse/JUNEAU-72
>             Project: Juneau
>          Issue Type: Improvement
>          Components: Code
>    Affects Versions: 7.0.0
>            Reporter: Gary Gregory
>
> The method org.apache.juneau.microservice.Microservice.start() always reads and writes to the console. The confuses our users because we embed Juneau in our own server.
> PR forthcoming.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)