This is an automated email from the ASF dual-hosted git repository. royteeuwen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-committer-cli.git
commit 14c3ee77c54376d5d020e632ffafb0838b637465 Merge: 9e4da69 d730858 Author: Roy Teeuwen <[email protected]> AuthorDate: Wed Jul 8 20:11:59 2026 +0200 Merge pull request #29 from apache/feature/SLING-13253-list SLING-13253 - release list: include open Nexus staging repositories .../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 | 40 +++++ .../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, 795 insertions(+), 39 deletions(-)
