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

github-bot pushed a change to branch 
dependabot/maven/main/org.hdrhistogram-HdrHistogram-2.2.2
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


 discard d6d401ce5c Bump org.hdrhistogram:HdrHistogram from 2.2.1 to 2.2.2
     add 9e7f4cbd97 Revert "Add `sync` option to all tabs"
     add 3c72777ec7 Add `tabs-sync-option`
     add 200d85a2f0 Update `net.bytebuddy:byte-buddy` to version `1.14.17` 
(#2628)
     add 0faf9713c6 Fix `h6` style
     add 7b4b24256d Fail on Antora failures
     add d130aa1611 Add migrating from Logback/SLF4J pages (#2625)
     add a504bca850 Add Hibernate integration page (#2626)
     add ffb9bb06ab Replace `Java properties` with `Properties` in tabs
     add f81f1fd982 Fix handling of `Message#getFormat()` in `MessageResolver`
     add 16a91d0372 Inline local variable
     add a979302eef Update `org.hsqldb:hsqldb` to version `2.7.3` (#2633)
     add d83ceb0f49 Bump org.hdrhistogram:HdrHistogram from 2.2.1 to 2.2.2

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   (d6d401ce5c)
            \
             N -- N -- N   
refs/heads/dependabot/maven/main/org.hdrhistogram-HdrHistogram-2.2.2 
(d83ceb0f49)

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:
 antora-playbook.yaml                               |   8 +-
 .../logging/log4j/core/util/WatchManager.java      |   3 +-
 .../json/resolver/MessageResolverTest.java         |  48 ++-
 .../template/json/resolver/MessageResolver.java    |  25 +-
 log4j-parent/pom.xml                               |   4 +-
 .../.3.x.x/update_net_bytebuddy_byte_buddy.xml     |   4 +-
 ..._netty_bom.xml => update_org_hsqldb_hsqldb.xml} |   4 +-
 .../modules/ROOT/examples/hibernate/log4j2.json    |  46 +++
 .../log4j2.properties}                             |  29 +-
 .../filters/filters.xml => hibernate/log4j2.xml}   |  35 ++-
 .../filters/filters.yaml => hibernate/log4j2.yaml} |  41 ++-
 src/site/antora/modules/ROOT/nav.adoc              |  17 +-
 src/site/antora/modules/ROOT/pages/hibernate.adoc  |  84 +++++
 src/site/antora/modules/ROOT/pages/index.adoc      |   2 +-
 .../pages/log4j-spring-cloud-config-client.adoc    |   4 +-
 src/site/antora/modules/ROOT/pages/manual/api.adoc |  18 +-
 .../antora/modules/ROOT/pages/manual/async.adoc    |   8 +-
 .../modules/ROOT/pages/manual/configuration.adoc   |  40 +--
 .../antora/modules/ROOT/pages/manual/filters.adoc  |   4 +-
 .../ROOT/pages/{ => manual}/getting-started.adoc   | 342 +++++++++++----------
 .../antora/modules/ROOT/pages/manual/index.adoc    |   4 +-
 .../modules/ROOT/pages/manual/installation.adoc    |  99 +-----
 .../antora/modules/ROOT/pages/manual/scripts.adoc  |   4 +-
 .../modules/ROOT/pages/migrate-from-logback.adoc   | 111 +++++++
 .../modules/ROOT/pages/migrate-from-slf4j.adoc     |  84 +++++
 .../antora/modules/ROOT/partials/concepts.adoc     | 133 ++++++++
 .../modules/ROOT/partials/manual/api-intro.adoc    |  40 ++-
 27 files changed, 879 insertions(+), 362 deletions(-)
 copy src/changelog/.3.x.x/{update_io_netty_netty_bom.xml => 
update_org_hsqldb_hsqldb.xml} (63%)
 create mode 100644 src/site/antora/modules/ROOT/examples/hibernate/log4j2.json
 copy 
src/site/antora/modules/ROOT/examples/{manual/configuration/arbiters.properties 
=> hibernate/log4j2.properties} (55%)
 copy src/site/antora/modules/ROOT/examples/{manual/filters/filters.xml => 
hibernate/log4j2.xml} (67%)
 copy src/site/antora/modules/ROOT/examples/{manual/filters/filters.yaml => 
hibernate/log4j2.yaml} (62%)
 create mode 100644 src/site/antora/modules/ROOT/pages/hibernate.adoc
 rename src/site/antora/modules/ROOT/pages/{ => manual}/getting-started.adoc 
(53%)
 create mode 100644 src/site/antora/modules/ROOT/pages/migrate-from-logback.adoc
 create mode 100644 src/site/antora/modules/ROOT/pages/migrate-from-slf4j.adoc
 create mode 100644 src/site/antora/modules/ROOT/partials/concepts.adoc

Reply via email to