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

github-bot pushed a change to branch 
dependabot/maven/main/org.awaitility-awaitility-4.3.0
in repository https://gitbox.apache.org/repos/asf/karaf.git


 discard 019825e09b Bump org.awaitility:awaitility from 3.1.6 to 4.3.0
     add 514d8cffc6 build(deps-dev): bump com.sun.mail:jakarta.mail from 1.6.7 
to 2.0.2 (#2510)
     add 520cc9b040 build(deps-dev): bump org.jline:jline from 4.0.9 to 4.0.10 
(#2509)
     add bd284e95b0 build(deps): bump jakarta.ws.rs:jakarta.ws.rs-api from 
3.1.0 to 4.0.0 (#2504)
     add c691fef0ad build(deps-dev): bump 
org.apache.geronimo.specs:geronimo-atinject_1.0_spec (#2503)
     add 00ea580152 build(deps): bump actions/download-artifact from 4 to 8 
(#2501)
     add d6b32e2f0c build(deps): bump org.apache.cxf:cxf-rt-frontend-jaxrs 
(#2500)
     add f6e980ef74 build(deps): bump dawidd6/action-download-artifact from 19 
to 20 (#2502)
     add 031d9a1bee build(deps): bump redis.clients:jedis from 7.4.0 to 7.4.1 
(#2511)
     add ddc78157ca [KARAF-2513] Fix log:tail thread leak on SSH disconnect 
(#2514)
     add 7740f7ec6e Filter out empty repository entries in feature descriptors 
(#2515)
     add 042a2f71ce Add windows and macos platforms to the CI (#2493)
     add b6ea78fdf8 build(deps-dev): bump org.jline:jline from 4.0.10 to 4.0.12 
(#2526)
     add d5c1779b92 build(deps): bump org.hibernate.orm:hibernate-core (#2530)
     add cbaa58b7b9 build(deps): bump activemq.version from 6.2.3 to 6.2.4 
(#2529)
     add 4429324df1 Prepare for Maven 4 (#2322)
     add 38aa346cc6 Bump org.awaitility:awaitility from 3.1.6 to 4.3.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (019825e09b)
            \
             N -- N -- N   
refs/heads/dependabot/maven/main/org.awaitility-awaitility-4.3.0 (38aa346cc6)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .asf.yaml                                          |  16 ++-
 .github/workflows/ci-test-results.yml              |  10 +-
 .github/workflows/ci.yml                           |  28 ++++--
 .mvn/README                                        |   1 +
 .../src/main/resources/archetype-resources/pom.xml |   5 +
 .../karaf/event/command/EventPrinterTest.java      |   8 +-
 examples/karaf-itest-example/pom.xml               |   2 +-
 .../karaf-redis-example-service/pom.xml            |   2 +-
 .../karaf-rest-example-blueprint/pom.xml           |   2 +-
 .../karaf-rest-example-client-cxf/pom.xml          |   2 +-
 .../karaf-rest-example-client-jersey/pom.xml       |   2 +-
 .../karaf-rest-example-scr/pom.xml                 |   2 +-
 .../karaf-rest-example-whiteboard/pom.xml          |   2 +-
 .../karaf/features/internal/model/Features.java    |   7 +-
 .../features/internal/service/RepositoryImpl.java  |   2 +
 .../org/apache/karaf/features/RepositoryTest.java  |  15 +++
 .../apache/karaf/features/{repo3.xml => repo5.xml} |  13 ++-
 .../karaf/instance/core/internal/InstanceImpl.java |   2 +-
 itests/common/pom.xml                              |   2 +-
 .../java/org/apache/karaf/itests/BundleTest.java   |   5 -
 .../java/org/apache/karaf/itests/ConfigTest.java   |   3 +-
 .../itests/ssh/FeatureSshCommandSecurityTest.java  |   3 +
 .../karaf/itests/ssh/SshCommandTestBase.java       |  12 ++-
 .../org/apache/karaf/main/MainLockingTest.java     |   6 +-
 pom.xml                                            |  11 ++-
 .../org/apache/karaf/shell/ssh/ShellCommand.java   |  12 ++-
 .../apache/karaf/shell/ssh/ShellCommandTest.java   | 109 +++++++++++++++++++++
 27 files changed, 230 insertions(+), 54 deletions(-)
 create mode 100644 .mvn/README
 copy features/core/src/test/resources/org/apache/karaf/features/{repo3.xml => 
repo5.xml} (84%)
 create mode 100644 
shell/ssh/src/test/java/org/apache/karaf/shell/ssh/ShellCommandTest.java

Reply via email to