This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/npm_and_yarn/handlebars-4.7.9
in repository https://gitbox.apache.org/repos/asf/logging-parent.git
omit 55d9aea Bump handlebars from 4.7.8 to 4.7.9
add 59262d0 Restore Branch Protection rules (#471)
add 20e51c1 Try to fix CI (#467)
add 2d294d4 feat: add `process-dependabot-reusable` workflow (Bash-based
alternative) (#419)
add f0c4237 Bump the dependencies group across 1 directory with 18
updates (#474)
add c6b1b0b Document “draft trick” (#476)
add 25cad9e Simplify the `<developers>` section (#490)
add 2bbed58 Fix duplicate `exec-maven-plugin.version` from a bad merge
(#496)
add 96cb371 Disable Maven Site plugin globally (#495)
add f604247 Document the build lifecycle and troubleshooting (#488)
add 40e72db Update Maven Wrapper to 3.3.4 and Maven to 3.9.16 (#503)
add 4c425e1 Switch to GitHub Rulesets (second attempt) (#477)
add e65e6b3 Bump handlebars from 4.7.8 to 4.7.9
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 (55d9aea)
\
N -- N -- N refs/heads/dependabot/npm_and_yarn/handlebars-4.7.9
(e65e6b3)
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:
.asf.yaml | 57 ++-
.gitattributes | 4 +
...odeql-analysis.yaml => analyze-dependabot.yaml} | 31 +-
.github/workflows/build.yaml | 7 +
.github/workflows/codeql-analysis.yaml | 9 +-
...odeql-analysis.yaml => process-dependabot.yaml} | 42 +-
.mvn/wrapper/maven-wrapper.properties | 6 +-
mvnw | 474 ++++++++++-----------
mvnw.cmd | 351 +++++++--------
pom.xml | 120 ++----
.../add-deploy-profile.xml} | 3 +-
...ha-branch.xml => disable-maven-site-plugin.xml} | 2 +-
...te_biz.aqute.bnd_bnd-baseline-maven-plugin.xml} | 4 +-
.../update_biz.aqute.bnd_bnd-maven-plugin.xml} | 3 +-
...om.diffplug.spotless_spotless-maven-plugin.xml} | 4 +-
..._com.github.eirslett_frontend-maven-plugin.xml} | 4 +-
..._com.github.spotbugs_spotbugs-maven-plugin.xml} | 4 +-
...ate_com.google.errorprone_error_prone_core.xml} | 4 +-
...m.palantir.javaformat_palantir-java-format.xml} | 4 +-
...le.enforcer_restrict-imports-enforcer-rule.xml} | 4 +-
...xml => update_org.apache.groovy_groovy-ant.xml} | 4 +-
...ovy.xml => update_org.apache.groovy_groovy.xml} | 4 +-
...apache.maven.plugins_maven-artifact-plugin.xml} | 3 +-
...che_apache.xml => update_org.apache_apache.xml} | 4 +-
..._org.codehaus.gmavenplus_gmavenplus-plugin.xml} | 4 +-
...update_org.codehaus.mojo_exec-maven-plugin.xml} | 4 +-
...ate_org.codehaus.mojo_flatten-maven-plugin.xml} | 4 +-
... update_org.codehaus.mojo_xml-maven-plugin.xml} | 4 +-
.../update_org.eclipse.jgit_org.eclipse.jgit.xml} | 4 +-
.../update_org.jacoco_jacoco-maven-plugin.xml} | 4 +-
.../modules/ROOT/examples/analyze-dependabot.yaml | 35 +-
.../antora/modules/ROOT/examples/develocity.xml | 42 --
.../modules/ROOT/examples/process-dependabot.yaml | 46 +-
src/site/antora/modules/ROOT/nav.adoc | 4 +
.../antora/modules/ROOT/pages/build-lifecycle.adoc | 444 +++++++++++++++++++
src/site/antora/modules/ROOT/pages/features.adoc | 57 ---
.../antora/modules/ROOT/pages/troubleshooting.adoc | 171 ++++++++
src/site/antora/modules/ROOT/pages/workflows.adoc | 67 ++-
38 files changed, 1280 insertions(+), 762 deletions(-)
copy .github/workflows/{codeql-analysis.yaml => analyze-dependabot.yaml} (65%)
copy .github/workflows/{codeql-analysis.yaml => process-dependabot.yaml} (54%)
copy src/changelog/{10.3.0/add-sbom-serialNumber-and-vex.xml =>
.12.x.x/add-deploy-profile.xml} (67%)
copy src/changelog/.12.x.x/{gha-branch.xml => disable-maven-site-plugin.xml}
(78%)
copy src/changelog/{10.5.0/update_biz_aqute_bnd_bnd_baseline_maven_plugin.xml
=> .12.x.x/update_biz.aqute.bnd_bnd-baseline-maven-plugin.xml} (73%)
copy src/changelog/{10.5.0/update_biz_aqute_bnd_bnd_maven_plugin.xml =>
.12.x.x/update_biz.aqute.bnd_bnd-maven-plugin.xml} (75%)
copy
src/changelog/{10.5.0/update_com_diffplug_spotless_spotless_maven_plugin.xml =>
.12.x.x/update_com.diffplug.spotless_spotless-maven-plugin.xml} (73%)
copy src/changelog/.12.x.x/{update_actions_setup_java.xml =>
update_com.github.eirslett_frontend-maven-plugin.xml} (60%)
copy src/changelog/{10.5.0/update_com_github_spotbugs_spotbugs_annotations.xml
=> .12.x.x/update_com.github.spotbugs_spotbugs-maven-plugin.xml} (73%)
copy src/changelog/{11.1.0/update_com_google_errorprone_error_prone_core.xml
=> .12.x.x/update_com.google.errorprone_error_prone_core.xml} (73%)
copy
src/changelog/.12.x.x/{update_com_palantir_javaformat_palantir_java_format.xml
=> update_com.palantir.javaformat_palantir-java-format.xml} (73%)
copy
src/changelog/{12.1.0/update_de_skuzzle_enforcer_restrict_imports_enforcer_rule.xml
=> .12.x.x/update_de.skuzzle.enforcer_restrict-imports-enforcer-rule.xml} (72%)
copy src/changelog/.12.x.x/{update_org_apache_groovy_groovy.xml =>
update_org.apache.groovy_groovy-ant.xml} (75%)
copy src/changelog/.12.x.x/{update_org_apache_groovy_groovy.xml =>
update_org.apache.groovy_groovy.xml} (76%)
copy
src/changelog/{10.3.0/update_org_apache_maven_plugins_maven_artifact_plugin.xml
=> .12.x.x/update_org.apache.maven.plugins_maven-artifact-plugin.xml} (72%)
copy src/changelog/.12.x.x/{update_org_apache_apache.xml =>
update_org.apache_apache.xml} (77%)
copy
src/changelog/.12.x.x/{update_org_codehaus_gmavenplus_gmavenplus_plugin.xml =>
update_org.codehaus.gmavenplus_gmavenplus-plugin.xml} (73%)
copy src/changelog/{11.2.0/update_org_codehaus_mojo_exec_maven_plugin.xml =>
.12.x.x/update_org.codehaus.mojo_exec-maven-plugin.xml} (74%)
copy src/changelog/{11.0.0/update_org_codehaus_mojo_flatten_maven_plugin.xml
=> .12.x.x/update_org.codehaus.mojo_flatten-maven-plugin.xml} (74%)
copy src/changelog/.12.x.x/{update_actions_setup_java.xml =>
update_org.codehaus.mojo_xml-maven-plugin.xml} (61%)
copy src/changelog/{11.3.0/update_org_eclipse_jgit_org_eclipse_jgit.xml =>
.12.x.x/update_org.eclipse.jgit_org.eclipse.jgit.xml} (72%)
copy src/changelog/{12.1.1/update_org_jacoco_jacoco_maven_plugin.xml =>
.12.x.x/update_org.jacoco_jacoco-maven-plugin.xml} (75%)
copy .github/workflows/codeql-analysis.yaml =>
src/site/antora/modules/ROOT/examples/analyze-dependabot.yaml (59%)
delete mode 100644 src/site/antora/modules/ROOT/examples/develocity.xml
copy .github/workflows/codeql-analysis.yaml =>
src/site/antora/modules/ROOT/examples/process-dependabot.yaml (51%)
create mode 100644 src/site/antora/modules/ROOT/pages/build-lifecycle.adoc
create mode 100644 src/site/antora/modules/ROOT/pages/troubleshooting.adoc