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

royteeuwen pushed a change to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-committer-cli.git


    from 9e4da69  Merge pull request #27 from apache/bugfix/SLING-13134
     add b18e14b  SLING-13253 - release list: include open Nexus staging 
repositories
     add d730858  SLING-13253 - address review: extract PomParser, assert bulk 
actions
     new 14c3ee7  Merge pull request #29 from apache/feature/SLING-13253-list

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:
 .../org/apache/sling/cli/impl/nexus/PomParser.java | 157 ++++++++++++++++++++
 .../sling/cli/impl/nexus/RepositoryService.java    | 165 ++++++++++++++++-----
 .../sling/cli/impl/nexus/StagingRepository.java    |  14 ++
 .../apache/sling/cli/impl/release/ListCommand.java |   7 +-
 .../org/apache/sling/cli/impl/nexus/MockNexus.java |  17 +++
 .../apache/sling/cli/impl/nexus/PomParserTest.java | 122 +++++++++++++++
 .../nexus/RepositoryContentListingHandler.java     |  58 ++++++++
 .../cli/impl/nexus/RepositoryServiceTest.java      |  56 ++++++-
 .../cli/impl/nexus/StagingRepositoryTest.java      |  43 ++++++
 .../sling/cli/impl/release/ListCommandTest.java    |  99 +++++++++++++
 .../1.0.0/adapter-annotations-1.0.0.pom            |   0
 .../sling/adapter-annotations/1.0.0/listing.json   |  14 ++
 .../apache/sling/adapter-annotations/listing.json  |   9 ++
 .../orgapachesling-3/org/apache/sling/listing.json |   9 ++
 src/test/resources/nexus/staging-repositories.json |  24 +++
 15 files changed, 755 insertions(+), 39 deletions(-)
 create mode 100644 src/main/java/org/apache/sling/cli/impl/nexus/PomParser.java
 create mode 100644 
src/test/java/org/apache/sling/cli/impl/nexus/PomParserTest.java
 create mode 100644 
src/test/java/org/apache/sling/cli/impl/nexus/RepositoryContentListingHandler.java
 create mode 100644 
src/test/java/org/apache/sling/cli/impl/nexus/StagingRepositoryTest.java
 create mode 100644 
src/test/java/org/apache/sling/cli/impl/release/ListCommandTest.java
 copy src/test/resources/{nexus/orgapachesling-0 => 
nexus-content/orgapachesling-3}/org/apache/sling/adapter-annotations/1.0.0/adapter-annotations-1.0.0.pom
 (100%)
 create mode 100644 
src/test/resources/nexus-content/orgapachesling-3/org/apache/sling/adapter-annotations/1.0.0/listing.json
 create mode 100644 
src/test/resources/nexus-content/orgapachesling-3/org/apache/sling/adapter-annotations/listing.json
 create mode 100644 
src/test/resources/nexus-content/orgapachesling-3/org/apache/sling/listing.json

Reply via email to