This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/main/org.eclipse.platform-org.eclipse.osgi-3.24.100
in repository https://gitbox.apache.org/repos/asf/karaf.git
discard 8b5224a62c Bump org.eclipse.platform:org.eclipse.osgi from 3.18.0 to
3.24.100
add b6f42b0f46 fix(tooling): use LinkedHashSet for deterministic option
ordering in help generation (#2306)
add da8dc25b39 Bump maven.version from 3.9.12 to 3.9.14 (#2307)
add 0bcb8a6a39 fix(shell): normalize line endings in testColoredTable for
Windows compatibility (#2318)
add b066e23b5f fix(ci): make test job depend on build to resolve SNAPSHOT
artifacts (#2320)
add c223abadf0 fix(ci): ensure test results are displayed on error or
timeout (#2314)
add 75117bb237 fix(shell): prevent LinkageError from killing the local
console thread (#2313)
add fcfc7ef07b fix(management): retry JMX connector start on JNDI
NotContextException (#2309)
add 7bda0c07ed Upgrade Github actions (#2323)
add 5a64e59406 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 (8b5224a62c)
\
N -- N -- N
refs/heads/dependabot/maven/main/org.eclipse.platform-org.eclipse.osgi-3.24.100
(5a64e59406)
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/dependabot.yml | 3 -
.github/workflows/ci.yml | 30 ++--
.../karaf/management/ConnectorServerFactory.java | 49 ++++++-
.../management/ConnectorServerFactoryTest.java | 163 +++++++++++++++++++++
pom.xml | 2 +-
.../shell/impl/console/ConsoleSessionImpl.java | 1 +
.../org/apache/karaf/shell/support/ShellUtil.java | 5 +-
.../karaf/shell/support/table/ShellTableTest.java | 2 +-
.../test-markdown/pom.xml | 10 --
.../java/test/{FooCommand.java => BarCommand.java} | 13 +-
.../test-markdown/src/main/resources/commands.md | 1 +
.../test-markdown/src/main/resources/test-bar.md | 24 +++
.../src/it/test-commands-generate-help/verify.bsh | 10 +-
.../commands/AsciiDoctorCommandHelpPrinter.java | 2 +-
.../commands/DocBookCommandHelpPrinter.java | 3 +-
.../commands/MarkdownCommandHelpPrinter.java | 2 +-
.../commands/UserConfCommandHelpPrinter.java | 3 +-
17 files changed, 283 insertions(+), 40 deletions(-)
create mode 100644
management/server/src/test/java/org/apache/karaf/management/ConnectorServerFactoryTest.java
copy
tooling/karaf-maven-plugin/src/it/test-commands-generate-help/test-markdown/src/main/java/test/{FooCommand.java
=> BarCommand.java} (74%)
create mode 100644
tooling/karaf-maven-plugin/src/it/test-commands-generate-help/test-markdown/src/main/resources/test-bar.md