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

dependabot[bot] pushed a change to branch 
dependabot/maven/main/org.hibernate-hibernate-validator-8.0.3.Final
in repository https://gitbox.apache.org/repos/asf/karaf.git


 discard fd5a252875 Bump org.hibernate:hibernate-validator from 7.0.5.Final to 
8.0.3.Final
     add cbaa58b7b9 build(deps): bump activemq.version from 6.2.3 to 6.2.4 
(#2529)
     add 4429324df1 Prepare for Maven 4 (#2322)
     add d630355d02 Upgrade Maven plugins in archetype pom files (#2327)
     add 99c81bc0bc fix(shell): enable autoFlush on console PrintStream (#2267) 
(#2518)
     add 076d5ee06c build(deps-dev): bump 
org.codehaus.modello:modello-maven-plugin (#2533)
     add a2cd70104d Bump jakarta.activation:jakarta.activation-api from 1.2.2 
to 2.1.4 (#2350)
     add 9d72f041d1 build(deps): bump org.apache.felix:org.apache.felix.scr 
(#2534)
     add 7a3f8f859d Remove static ThreadLocal caching in XmlUtils to prevent 
ClassLoader leaks (#2516)
     add 5e4167f6ee fix(karaf-maven-plugin): Deal with non-features classifier 
in the karaf-maven-plugin (#2521)
     add 58a492414b build(deps): bump bouncycastle.version from 1.83 to 1.84 
(#2539)
     add d5ccaf39ff build(deps): bump pax.logging.version from 2.3.2 to 2.3.3 
(#2542)
     add 35d28b653e build(deps): bump maven.version from 3.9.14 to 3.9.15 
(#2547)
     add 7c05b4864f Fix 'occured' -> 'occurred' typos in user-visible log 
messages (#2545)
     add cbdabc4d43 Add @Config annotation for shell command configuration 
injection (#2517)
     add 5f88de252b Bump felix.framework.version from 5.6.10 to 7.0.5 (#2366)
     add 2fd05bc77a Bump jakarta.mail:jakarta.mail-api from 1.6.8 to 2.1.5 
(#2356)
     add db9ecb0cbe Bump org.hibernate:hibernate-validator from 7.0.5.Final to 
8.0.3.Final

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   (fd5a252875)
            \
             N -- N -- N   
refs/heads/dependabot/maven/main/org.hibernate-hibernate-validator-8.0.3.Final 
(db9ecb0cbe)

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:
 .mvn/README                                        |   1 +
 .../src/main/resources/archetype-resources/pom.xml |  10 +-
 .../src/main/resources/archetype-resources/pom.xml |  12 +-
 .../src/main/resources/archetype-resources/pom.xml |  12 +-
 .../src/main/resources/archetype-resources/pom.xml |  12 +-
 .../src/main/resources/archetype-resources/pom.xml |  12 +-
 .../src/main/resources/archetype-resources/pom.xml |  15 +-
 .../karaf-rest-example-client-cxf/pom.xml          |   2 +-
 .../karaf-rest-example-scr/pom.xml                 |   2 +-
 main/pom.xml                                       |   2 +-
 .../apache/karaf/main/lock/DefaultJDBCLock.java    |   6 +-
 pom.xml                                            |  12 +-
 .../lifecycle/{Reference.java => Config.java}      |  29 ++-
 .../shell/impl/action/command/ManagerImpl.java     |  44 ++++
 .../shell/impl/action/osgi/CommandExtension.java   |   9 +
 .../impl/console/osgi/LocalConsoleManager.java     |   2 +-
 .../impl/action/command/ManagerImplConfigTest.java | 235 +++++++++++++++++++++
 .../org/apache/karaf/shell/ssh/ShellCommand.java   |   2 +-
 .../tooling/features/GenerateDescriptorMojo.java   |  32 ++-
 .../karaf/tooling/utils/Dependency31Helper.java    |  32 ++-
 tooling/utils/pom.xml                              |   2 +-
 .../main/java/org/apache/karaf/util/XmlUtils.java  |  98 ++++-----
 .../karaf/wrapper/internal/service/Main.java       |   2 +-
 23 files changed, 457 insertions(+), 128 deletions(-)
 create mode 100644 .mvn/README
 copy 
shell/core/src/main/java/org/apache/karaf/shell/api/action/lifecycle/{Reference.java
 => Config.java} (62%)
 create mode 100644 
shell/core/src/test/java/org/apache/karaf/shell/impl/action/command/ManagerImplConfigTest.java

Reply via email to