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

github-bot pushed a change to branch 
dependabot/maven/org.apache.maven.plugins-maven-invoker-plugin-3.8.1
in repository https://gitbox.apache.org/repos/asf/logging-log4j-transform.git


 discard 24dcde4  Bump org.apache.maven.plugins:maven-invoker-plugin from 3.6.1 
to 3.8.1
     add 366fd5a  Update `org.junit:junit-bom` to version `5.11.3` (#137)
     add a9bc6b0  Add CLI Tools to navigation bar
     add df5d2c9  Add changelog entry
     add 41ed066  Prepare to release 0.2.0
     add fac5e89  Add missing release property
     add 505a45a  Update the `project.build.outputTimestamp` property
     add 4dfe550  Release changelog for version `0.2.0`
     add 7711fb2  Require install to build site
     add d521f9e  Update the `project.build.outputTimestamp` property
     add a621a92  Add `install-required` to all jobs
     add 76ca3be  Fix `sed` invocation
     add 074f4c6  Update the `project.build.outputTimestamp` property
     add bdd205e  merge 0.2.0 release
     add bf7f0b0  Add a tool to manipulate plugin descriptors (#139)
     add 0a1d2fc  Bump org.apache.maven.plugins:maven-invoker-plugin from 3.6.1 
to 3.8.1

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   (24dcde4)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.apache.maven.plugins-maven-invoker-plugin-3.8.1 
(0a1d2fc)

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:
 .gitattributes                                     |  11 +-
 .github/generate-email.sh                          |   4 +-
 .github/workflows/deploy-site.yaml                 |   3 +
 .../.picocli-application-activator                 |   9 +-
 log4j-codegen/pom.xml                              |  68 +--
 .../.picocli-application-activator                 |   9 +-
 log4j-converter-plugin-descriptor/pom.xml          | 125 ++++++
 .../converter/plugins/PluginCacheConverter.java    | 275 ++++++++++++
 .../converter/plugins/internal/JacksonUtils.java   |  53 +++
 .../plugins/internal/PluginDescriptors.java        | 464 +++++++++++++++++++++
 .../plugins/internal/ReflectConfigFilter.java      |  60 +++
 .../log4j/converter/plugins}/package-info.java     |   6 +-
 .../src/main/resources/Log4j2Plugins.schema.json   |  61 +++
 .../shaded-resources/log4j2.component.properties   |  12 +-
 .../shaded-resources/log4j2.simplelog.properties   |  12 +-
 log4j-transform-parent/pom.xml                     |  86 +++-
 pom.xml                                            |  16 +
 .../{.0.x.x => 0.2.0}/.release-notes.adoc.ftl      |   0
 .../changelog/0.2.0/.release.xml                   |  14 +-
 .../134_skip_transformer.xml}                      |   5 +-
 .../{.0.x.x => 0.2.0}/87_single_plugin_cache.xml   |   0
 src/changelog/{.0.x.x => 0.2.0}/add-sbom.xml       |   0
 src/changelog/{.0.x.x => 0.2.0}/add-website.xml    |   0
 src/changelog/{.0.x.x => 0.2.0}/antora.xml         |   0
 .../{.0.x.x => 0.2.0}/logging-parent-update.xml    |   0
 .../update_apache_logging_parent.xml               |   0
 .../update_commons_io_commons_io.xml               |   0
 .../update_commons_logging_commons_logging.xml     |   0
 .../update_org_apache_commons_commons_lang3.xml    |   0
 .../update_org_apache_logging_log4j_log4j_bom.xml  |   0
 .../update_org_apache_logging_logging_parent.xml   |   0
 .../update_org_apache_maven_maven_core.xml         |   0
 ...g_apache_maven_plugins_maven_invoker_plugin.xml |   0
 ...org_apache_maven_plugins_maven_shade_plugin.xml |   0
 .../update_org_assertj_assertj_core.xml            |   0
 .../update_org_codehaus_plexus_plexus_utils.xml    |   0
 .../update_org_jacoco_jacoco_maven_plugin.xml      |   0
 .../update_org_junit_junit_bom.xml                 |   4 +-
 .../update_org_ow2_asm_asm_bom.xml                 |   0
 .../update_org_slf4j_slf4j_api.xml                 |   0
 src/site/antora/modules/ROOT/nav.adoc              |   1 +
 src/site/antora/modules/ROOT/pages/cli.adoc        | 187 ++++++++-
 ...4j-transform-maven-shade-plugin-extensions.adoc |   2 +-
 43 files changed, 1362 insertions(+), 125 deletions(-)
 copy .gitattributes => log4j-codegen/.picocli-application-activator (86%)
 copy .gitattributes => 
log4j-converter-plugin-descriptor/.picocli-application-activator (86%)
 create mode 100644 log4j-converter-plugin-descriptor/pom.xml
 create mode 100644 
log4j-converter-plugin-descriptor/src/main/java/org/apache/logging/log4j/converter/plugins/PluginCacheConverter.java
 create mode 100644 
log4j-converter-plugin-descriptor/src/main/java/org/apache/logging/log4j/converter/plugins/internal/JacksonUtils.java
 create mode 100644 
log4j-converter-plugin-descriptor/src/main/java/org/apache/logging/log4j/converter/plugins/internal/PluginDescriptors.java
 create mode 100644 
log4j-converter-plugin-descriptor/src/main/java/org/apache/logging/log4j/converter/plugins/internal/ReflectConfigFilter.java
 copy 
{log4j-transform-maven-plugin/src/main/java/org/apache/logging/log4j/transform/maven
 => 
log4j-converter-plugin-descriptor/src/main/java/org/apache/logging/log4j/converter/plugins}/package-info.java
 (87%)
 create mode 100644 
log4j-converter-plugin-descriptor/src/main/resources/Log4j2Plugins.schema.json
 copy .gitattributes => 
log4j-converter-plugin-descriptor/src/main/shaded-resources/log4j2.component.properties
 (86%)
 copy .gitattributes => 
log4j-converter-plugin-descriptor/src/main/shaded-resources/log4j2.simplelog.properties
 (86%)
 copy src/changelog/{.0.x.x => 0.2.0}/.release-notes.adoc.ftl (100%)
 copy log4j-weaver/src/test/resources/log4j2-test.xml => 
src/changelog/0.2.0/.release.xml (75%)
 copy src/changelog/{.0.x.x/87_single_plugin_cache.xml => 
0.2.0/134_skip_transformer.xml} (51%)
 rename src/changelog/{.0.x.x => 0.2.0}/87_single_plugin_cache.xml (100%)
 rename src/changelog/{.0.x.x => 0.2.0}/add-sbom.xml (100%)
 rename src/changelog/{.0.x.x => 0.2.0}/add-website.xml (100%)
 rename src/changelog/{.0.x.x => 0.2.0}/antora.xml (100%)
 rename src/changelog/{.0.x.x => 0.2.0}/logging-parent-update.xml (100%)
 rename src/changelog/{.0.x.x => 0.2.0}/update_apache_logging_parent.xml (100%)
 rename src/changelog/{.0.x.x => 0.2.0}/update_commons_io_commons_io.xml (100%)
 rename src/changelog/{.0.x.x => 
0.2.0}/update_commons_logging_commons_logging.xml (100%)
 rename src/changelog/{.0.x.x => 
0.2.0}/update_org_apache_commons_commons_lang3.xml (100%)
 rename src/changelog/{.0.x.x => 
0.2.0}/update_org_apache_logging_log4j_log4j_bom.xml (100%)
 rename src/changelog/{.0.x.x => 
0.2.0}/update_org_apache_logging_logging_parent.xml (100%)
 rename src/changelog/{.0.x.x => 0.2.0}/update_org_apache_maven_maven_core.xml 
(100%)
 rename src/changelog/{.0.x.x => 
0.2.0}/update_org_apache_maven_plugins_maven_invoker_plugin.xml (100%)
 rename src/changelog/{.0.x.x => 
0.2.0}/update_org_apache_maven_plugins_maven_shade_plugin.xml (100%)
 rename src/changelog/{.0.x.x => 0.2.0}/update_org_assertj_assertj_core.xml 
(100%)
 rename src/changelog/{.0.x.x => 
0.2.0}/update_org_codehaus_plexus_plexus_utils.xml (100%)
 rename src/changelog/{.0.x.x => 
0.2.0}/update_org_jacoco_jacoco_maven_plugin.xml (100%)
 rename src/changelog/{.0.x.x => 0.2.0}/update_org_junit_junit_bom.xml (75%)
 rename src/changelog/{.0.x.x => 0.2.0}/update_org_ow2_asm_asm_bom.xml (100%)
 rename src/changelog/{.0.x.x => 0.2.0}/update_org_slf4j_slf4j_api.xml (100%)

Reply via email to