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

nakomis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git.


    from 5106dcd  Merge pull request #1138 from tbouron/fix/application-rest-api
     add 4b59a9e  Now pretty prints XML
     add 47d6199  Skip comments
     add 1de7226  Refactor and comment
     add edf7b71  Fix bug introduced in tidy up
     new f882d55  Merge pull request #1139 from apache/prettyPrintWinrmXml

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:
 .../internal/winrm/winrm4j/PrettyXmlWriter.java    | 128 ++++++++++++++++
 .../core/internal/winrm/winrm4j/Winrm4jTool.java   |   7 +-
 .../winrm/winrm4j/PrettyXmlWriterTest.java         | 170 +++++++++++++++++++++
 3 files changed, 300 insertions(+), 5 deletions(-)
 create mode 100644 
software/winrm/src/main/java/org/apache/brooklyn/util/core/internal/winrm/winrm4j/PrettyXmlWriter.java
 create mode 100644 
software/winrm/src/test/java/org/apache/brooklyn/util/core/internal/winrm/winrm4j/PrettyXmlWriterTest.java

Reply via email to