This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/org.hamcrest-hamcrest-core-3.0
in repository https://gitbox.apache.org/repos/asf/maven-shade-plugin.git
omit 1880e82 Bump org.hamcrest:hamcrest-core from 2.2 to 3.0
add 2781f5c use new Reproducible Central badge endpoint
add 911de58 Bump commons-io:commons-io in
/src/it/projects/MSHADE-105/shaded-jar
add 437eff9 Add test cases for .md supports in the Apache License and
Notice transformers
add df959ee Reduce duplicate tests for ApacheNoticeResourceTransformer
add 87b3512 Merge ApacheLicenseResourceTransformer tests
add 3a844d0 Add missing @Override annotations (#246)
add 89bdd78 [MNGSITE-529] Rename "Goals" to "Plugin Documentation"
add 5115e41 Enable GH issues
add 256eab8 Remove old JIRA issue link
add 91b1c55 Add Apache 2.0 LICENSE file
add d008516 Bump ASM 9.8 to support JDK 25 bytecode (#744)
add 3409e5a feat: enable prevent branch protection rules (#746)
add bebda48 Bump org.xmlunit:xmlunit-legacy from 2.10.0 to 2.10.3 (#745)
add 35febed Bump org.apache.commons:commons-compress from 1.26.2 to 1.28.0
add 6e5f0f3 Bump org.apache.maven.plugins:maven-plugins from 42 to 45
add 0d5a7a4 fix upgrade, remove those useless final
add eb0b4e0 Bump org.hamcrest:hamcrest-core from 2.2 to 3.0
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 (1880e82)
\
N -- N -- N
refs/heads/dependabot/maven/org.hamcrest-hamcrest-core-3.0 (eb0b4e0)
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 | 7 +-
.asf.yaml => .github/ISSUE_TEMPLATE/BUG.yml | 59 +++---
.asf.yaml => .github/ISSUE_TEMPLATE/FEATURE.yml | 46 +++--
.asf.yaml => .github/ISSUE_TEMPLATE/config.yml | 37 ++--
.../{maven-verify.yml => pr-automation.yml} | 15 +-
.github/workflows/{maven-verify.yml => stale.yml} | 16 +-
LICENSE | 202 +++++++++++++++++++++
README.md | 28 +--
pom.xml | 13 +-
src/it/projects/MSHADE-105/shaded-jar/pom.xml | 2 +-
.../apache/maven/plugins/shade/DefaultShader.java | 3 +
.../apache/maven/plugins/shade/mojo/ShadeMojo.java | 1 +
.../resource/ApacheLicenseResourceTransformer.java | 4 +
.../resource/ComponentsXmlResourceTransformer.java | 5 +
.../resource/PluginXmlResourceTransformer.java | 5 +
src/site/site.xml | 2 +-
.../maven/plugins/shade/DefaultShaderTest.java | 91 +++++-----
.../shade/relocation/SimpleRelocatorTest.java | 10 +-
.../ApacheLicenseResourceTransformerTest.java | 1 +
...cheNoticeResourceTransformerParameterTests.java | 90 ---------
.../ApacheNoticeResourceTransformerTest.java | 54 ++++++
.../resource/ManifestResourceTransformerTest.java | 12 +-
.../resource/ServiceResourceTransformerTest.java | 12 +-
.../shade/resource/rule/TransformerTesterRule.java | 49 +++--
24 files changed, 469 insertions(+), 295 deletions(-)
copy .asf.yaml => .github/ISSUE_TEMPLATE/BUG.yml (53%)
copy .asf.yaml => .github/ISSUE_TEMPLATE/FEATURE.yml (60%)
copy .asf.yaml => .github/ISSUE_TEMPLATE/config.yml (60%)
copy .github/workflows/{maven-verify.yml => pr-automation.yml} (80%)
copy .github/workflows/{maven-verify.yml => stale.yml} (82%)
create mode 100644 LICENSE
delete mode 100644
src/test/java/org/apache/maven/plugins/shade/resource/ApacheNoticeResourceTransformerParameterTests.java