This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/maven/main/org.apache.aries-org.apache.aries.util-2.0.0
in repository https://gitbox.apache.org/repos/asf/karaf.git
discard e4526c8e00 build(deps): bump org.apache.aries:org.apache.aries.util
add 68d95a3c27 build(deps): bump org.hibernate:hibernate-validator (#2783)
add 9619241c1c build(deps): bump activemq.version from 6.2.7 to 6.3.0
(#2782)
add 12a49de9f1 Make JdbcExampleTest robust to reruns and command
registration race (#2787)
add 486cba33c1 build(deps): bump activemq.version from 6.3.0 to 6.3.1
(#2800)
add f36e457a23 build(deps): bump maven.resolver.version from 2.0.20 to
2.0.21 (#2779)
add ad9558d67e build(deps): bump dawidd6/action-download-artifact from 21
to 23 (#2806)
add a851612928 build(deps): bump jackson.version from 2.22.1 to 2.22.2
(#2810)
add 8d56419587 Upgrade cxf from 3.6.10 to 3.6.12
add 07be95ad44 build(deps): bump
org.apache.felix:org.apache.felix.http.jetty12 (#2784)
add a5a0fa7f3d build(deps): bump biz.aQute.bnd:biz.aQute.bndlib from 7.3.0
to 7.4.0 (#2812)
add d80c63b13f build(deps): bump redis.clients:jedis from 7.5.3 to 8.0.0
(#2801)
add fd9bd47312 Simplify SortedProperties.entrySet() (#2629)
add d2a569fc3a Clean up use of generics (#2647)
add 44779d1bf2 build(deps): bump xbean.version from 4.31 to 5.0.0 (#2798)
add b830879c77 fix(itests): Speed up JVM teardown by using TCP
communication instead of stdio (#2815)
add 52a69ce7e8 Fix upload of test results (#2816)
add b3de7c0dc7 build(deps): bump maven.resolver.version from 2.0.21 to
2.0.22 (#2827)
add b946a2f57b build(deps): bump dawidd6/action-download-artifact from 23
to 24 (#2825)
add 95b6aa8a2a build(deps): bump org.codehaus.plexus:plexus-archiver
(#2823)
add 4dcdfe19ce build(deps-dev): bump
org.codehaus.modello:modello-maven-plugin (#2822)
add d20a53d3f2 build(deps): bump org.codehaus.plexus:plexus-utils from
4.0.3 to 4.1.0 (#2817)
add 3e2eeece44 build(deps): bump org.awaitility:awaitility from 3.1.6 to
4.3.0 (#2814)
add c02ef39505 build(deps): bump org.apache.cxf:cxf-rt-rs-client from
4.1.2 to 4.2.3 (#2796)
add 8947d82c4c build(deps): bump org.apache.cxf:cxf-rt-frontend-jaxrs
(#2794)
add c9e5b4e714 build(deps): bump com.graphql-java:graphql-java from 26.0
to 26.1 (#2835)
add 8a012a3112 build(deps): bump actions/setup-java from 5 to 6 (#2834)
add fab67cb95d build(deps): bump org.apache.cxf:cxf-rt-frontend-jaxws
(#2793)
add 9e8d6e1dc8 build(deps): bump org.hibernate.orm:hibernate-core from
7.4.4.Final to 7.4.5.Final (#2773)
add 738075c323 build(deps): bump org.apache.aries:org.apache.aries.util
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 (e4526c8e00)
\
N -- N -- N
refs/heads/dependabot/maven/main/org.apache.aries-org.apache.aries.util-2.0.0
(738075c323)
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:
.github/workflows/ci-test-results.yml | 6 ++--
.github/workflows/ci.yml | 4 +--
.../enterprise/src/main/feature/feature.xml | 1 +
.../completers/ConfigurationPropertyCompleter.java | 5 ++-
.../karaf/config/command/EditCommandTest.java | 1 -
.../karaf/config/core/impl/ConfigMBeanImpl.java | 1 -
.../deployer/blueprint/BlueprintTransformer.java | 2 +-
.../features/FeatureDeploymentListener.java | 2 +-
.../karaf/diagnostic/internal/Activator.java | 8 ++---
.../karaf-graphql-example-api/pom.xml | 2 +-
.../karaf-graphql-example-commands/pom.xml | 2 +-
.../karaf-graphql-example-core/pom.xml | 2 +-
.../karaf-graphql-example-scr-servlet/pom.xml | 2 +-
examples/karaf-itest-example/pom.xml | 10 ++++--
.../karaf-redis-example-service/pom.xml | 2 +-
.../karaf-rest-example-client-cxf/pom.xml | 2 +-
.../karaf-rest-example-scr/pom.xml | 2 +-
.../org/apache/karaf/itests/KarafTestSupport.java | 4 +--
itests/test/pom.xml | 13 ++++++--
.../karaf/itests/examples/JdbcExampleTest.java | 37 ++++++++++++++++++----
.../jaas/modules/jdbc/JdbcLoginModuleTest.java | 1 -
jndi/pom.xml | 2 +-
.../karaf/management/MBeanServerFactory.java | 2 +-
.../apache/karaf/management/PlainSaslServer.java | 2 +-
.../internal/MBeanInvocationHandler.java | 2 +-
.../org/apache/karaf/obr/command/FindCommand.java | 4 +--
.../org/apache/karaf/obr/command/InfoCommand.java | 4 +--
pom.xml | 20 ++++++------
.../services/staticcm/StaticConfigAdminImpl.java | 4 +--
.../impl/action/osgi/AggregateServiceTracker.java | 4 +--
.../apache/karaf/shell/support/ShellUtilTest.java | 2 +-
.../org/apache/karaf/shell/ssh/ShellCommand.java | 2 +-
tooling/karaf-maven-plugin/pom.xml | 4 +--
tooling/utils/pom.xml | 2 +-
.../apache/karaf/tools/utils/SortedProperties.java | 23 +++-----------
35 files changed, 102 insertions(+), 84 deletions(-)