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

github-bot pushed a change to branch 
dependabot/maven/main/commons-logging-commons-logging-1.3.6
in repository https://gitbox.apache.org/repos/asf/karaf.git


    omit 5c90f482b2 Bump commons-logging:commons-logging from 1.3.5 to 1.3.6
     add b6f42b0f46 fix(tooling): use LinkedHashSet for deterministic option 
ordering in help generation (#2306)
     add 88d3a5c1a3 Bump commons-logging:commons-logging from 1.3.5 to 1.3.6

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   (5c90f482b2)
            \
             N -- N -- N   
refs/heads/dependabot/maven/main/commons-logging-commons-logging-1.3.6 
(88d3a5c1a3)

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:
 .../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 ++-
 9 files changed, 46 insertions(+), 22 deletions(-)
 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

Reply via email to