You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2018/11/24 17:59:32 UTC

[juneau] branch master updated (9d2c50f -> 46c25ff)

This is an automated email from the ASF dual-hosted git repository.

jamesbognar pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git.


    from 9d2c50f  Allow RestResourceResolver to resolve all beans in RestServlet.
     add 58807ae  Add config command for microservice
     add c37a953  Add config command to example
     add ef56cb6  Fix code styles
     new 46c25ff  Merge pull request #19 from shalithasuranga/patch010

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 juneau-examples/juneau-examples-rest/examples.cfg  |  1 +
 .../{ExitCommand.java => ConfigCommand.java}       | 40 ++++++++++++++++++----
 .../microservice/console/Messages.properties       |  5 +++
 3 files changed, 40 insertions(+), 6 deletions(-)
 copy juneau-microservice/juneau-microservice-server/src/main/java/org/apache/juneau/microservice/console/{ExitCommand.java => ConfigCommand.java} (67%)


[juneau] 01/01: Merge pull request #19 from shalithasuranga/patch010

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git

commit 46c25ff1a503aac57d0bc3fb70c0464f9a4b9dd3
Merge: 9d2c50f ef56cb6
Author: James Bognar <ja...@apache.org>
AuthorDate: Sat Nov 24 12:59:28 2018 -0500

    Merge pull request #19 from shalithasuranga/patch010
    
    Added config command for microservice CLI

 juneau-examples/juneau-examples-rest/examples.cfg  |  1 +
 .../juneau/microservice/console/ConfigCommand.java | 76 ++++++++++++++++++++++
 .../microservice/console/Messages.properties       |  5 ++
 3 files changed, 82 insertions(+)