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

github-bot pushed a change to branch 
dependabot/maven/karaf-4.4.x/org.eclipse.platform-org.eclipse.osgi-3.24.100
in repository https://gitbox.apache.org/repos/asf/karaf.git


 discard 1ad307e3bf Bump org.eclipse.platform:org.eclipse.osgi from 3.18.0 to 
3.24.100
     add 6311e0961c Bump com.google.guava:guava from 20.0 to 23.0 (#2453)
     add 3918d99761 ci: use workflow_run to publish test results on fork PRs 
(backport #2450) (#2458)
     add f89a316ca1 Bump dawidd6/action-download-artifact from 8 to 19 (#2460)
     add 28fbd73da5 ci: fix test results not commenting on PRs (#2463)
     add 0c344c515d Bump jackson.version from 2.21.1 to 2.21.2 (#2468)
     add 6f24e21427 Bump org.fusesource.jansi:jansi from 2.4.2 to 2.4.3 (#2488)
     add ab925805ab Bump log4j.version from 2.24.3 to 2.25.4 (#2497)
     add 9576444299 Upgrade to jline 3.30.9 (dependabot proposed 4.x) (#2491)
     add c005392e46 Use upload/download-artifact instead of cache for CI 
inter-job repo sharing (#2499)
     add ed8ddae9f2 Bump biz.aQute.bnd:biz.aQute.bndlib from 7.2.1 to 7.2.3 
(#2482)
     add cef75aa00d build(deps): bump actions/download-artifact from 4 to 8 
(#2506)
     add 1c806ee966 build(deps): bump dawidd6/action-download-artifact from 19 
to 20 (#2505)
     add 88554a512f Update CI contexts for karaf-4.4.x (#2537)
     add ff67615f81 build(deps): bump org.apache.felix:org.apache.felix.scr 
(#2536)
     add 2a4911b1b8 Remove static ThreadLocal caching in XmlUtils to prevent 
ClassLoader leaks (#2532)
     add 434a91933f build(deps): bump bouncycastle.version from 1.83 to 1.84 
(#2540)
     add 1d7b5ed74f fix(shell): enable autoFlush on console PrintStream (#2267) 
(#2518) (#2538)
     add 9afa6485c5 fix(karaf-maven-plugin): Deal with non-features classifier 
in the karaf-maven-plugin (#2522)
     add f73c41512b Bump org.eclipse.platform:org.eclipse.osgi from 3.18.0 to 
3.24.100

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   (1ad307e3bf)
            \
             N -- N -- N   
refs/heads/dependabot/maven/karaf-4.4.x/org.eclipse.platform-org.eclipse.osgi-3.24.100
 (f73c41512b)

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              | 66 +++++++++++++++
 .github/workflows/ci.yml                           | 43 ++++++----
 .../apache/karaf/event/command/EventPrinter.java   |  6 +-
 .../org/apache/karaf/main/MainLockingTest.java     |  8 +-
 pom.xml                                            | 14 ++--
 .../impl/console/osgi/LocalConsoleManager.java     |  2 +-
 .../org/apache/karaf/shell/ssh/ShellCommand.java   |  2 +-
 tooling/karaf-maven-plugin/pom.xml                 |  2 +-
 .../tooling/features/GenerateDescriptorMojo.java   | 32 +++++--
 .../karaf/tooling/utils/Dependency31Helper.java    | 32 ++++++-
 .../main/java/org/apache/karaf/util/XmlUtils.java  | 98 +++++++++-------------
 12 files changed, 216 insertions(+), 105 deletions(-)
 create mode 100644 .github/workflows/ci-test-results.yml

Reply via email to