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

jbonofre pushed a change to branch 
dependabot/maven/karaf-4.4.x/cxf.version-3.6.10
in repository https://gitbox.apache.org/repos/asf/karaf.git


 discard 8c8e0a4f46 Bump cxf.version from 3.6.9 to 3.6.10 (#2282)
     add 24933baced fix(ci): make test job depend on build to resolve SNAPSHOT 
artifacts (#2321)
     add 6d5270241b fix(ci): ensure test results are displayed on error or 
timeout (#2315)
     add 1e8e73f599 fix(shell): normalize line endings in testColoredTable for 
Windows compatibility (#2319)
     add 1a18b0e447 fix(shell): prevent LinkageError from killing the local 
console thread (#2316)
     add 15822d1bb3 fix(management): retry JMX connector start on JNDI 
NotContextException (#2317)
     add 943d4896e1 Bump actions/upload-artifact from 4 to 7 (#2330)
     add 4f373f67c9 Bump actions/setup-java from 4 to 5 (#2328)
     add ebd224b1a4 fix(tooling): use LinkedHashSet for deterministic option 
ordering in help generation (#2306) (#2337)
     add 3d44b2deb9 fix(itests): fix flaky SystemShutdownTest by using delayed 
shutdown (#2334)
     add e680d95b29 Bump cxf.version from 3.6.9 to 3.6.10 (#2282)

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   (8c8e0a4f46)
            \
             N -- N -- N   
refs/heads/dependabot/maven/karaf-4.4.x/cxf.version-3.6.10 (e680d95b29)

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.yml                           |  26 +++-
 .../org/apache/karaf/itests/KarafTestSupport.java  |   6 +-
 .../apache/karaf/itests/SystemShutdownTest.java    |  17 ++-
 .../karaf/management/ConnectorServerFactory.java   |  49 ++++++-
 .../management/ConnectorServerFactoryTest.java     | 163 +++++++++++++++++++++
 .../shell/impl/console/ConsoleSessionImpl.java     |   1 +
 .../org/apache/karaf/shell/support/ShellUtil.java  |   5 +-
 .../karaf/shell/support/table/ShellTableTest.java  |   2 +-
 .../commands/AsciiDoctorCommandHelpPrinter.java    |   2 +-
 .../commands/DocBookCommandHelpPrinter.java        |   3 +-
 .../commands/MarkdownCommandHelpPrinter.java       |   2 +-
 .../commands/UserConfCommandHelpPrinter.java       |   3 +-
 12 files changed, 257 insertions(+), 22 deletions(-)
 create mode 100644 
management/server/src/test/java/org/apache/karaf/management/ConnectorServerFactoryTest.java

Reply via email to