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

elharo pushed a change to branch fix
in repository https://gitbox.apache.org/repos/asf/maven-shade-plugin.git


    from bdfde01  concatenate
     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 eee0319  Bump org.hamcrest:hamcrest-core from 2.2 to 3.0
     add f5b590e  Bump org.codehaus.mojo:mrm-maven-plugin from 1.6.0 to 1.7.0
     add 2ffb28d  use release drafter v4 and dependabot to updade gha as well 
(#750)
     add 43101f9  [maven-release-plugin] prepare release 
maven-shade-plugin-3.6.1
     add 844e61a  use github
     add 29e9a9d  add .git
     add 06902bd  [maven-release-plugin] prepare release 
maven-shade-plugin-3.6.1
     add 9662c98  [maven-release-plugin] prepare for next development iteration
     add da32eef  Add tag-template to release-drafter
     add d18d100  Update site descriptor, use site configuration from parent
     add 073e7ca  Bump org.codehaus.plexus:plexus-utils from 3.5.1 to 3.6.0
     add 67bece6  Bump 
org.apache.maven.plugin-testing:maven-plugin-testing-harness
     add 426bc12  Bump org.apache.maven.plugin-tools:maven-plugin-annotations
     add bf2ade2  Bump org.xmlunit:xmlunit-legacy from 2.10.3 to 2.11.0
     add 017dba2  Bump asmVersion from 9.8 to 9.9
     add c808d3b  Update invoker plugin to 3.9.1 to Support Java 25
     add 19e685d  Invoker in IT-Parent
     add 328dd5e  Update compiler plugin
     add 369d3fa  Exclude Java 25
     add 22c92f6  Bump asmVersion from 9.9 to 9.9.1 (#774)
     add 73c5247  chore: remove junit3 reference (#762)
     add 5f7a877  Bump 
org.apache.maven.plugin-testing:maven-plugin-testing-harness (#778)
     add 73ec909  Bump org.codehaus.mojo:mrm-maven-plugin from 1.7.0 to 1.7.1 
(#780)
     add 678844b  Bump 
org.apache.maven.plugin-testing:maven-plugin-testing-harness (#782)
     add 3171a34  Mockito improvements (#783)
     add 7edce17  Update to parent POM v 47 (#781)
     add eca6398  Bug: Extra JARs and Artifacts were not subjected to filtering 
(#785)
     add 397b2cd  Drop excessive dependencies (#786)
     add 8eb19dc  Drop unneeded dependencies (#788)
     add ad8de59  [maven-release-plugin] prepare release 
maven-shade-plugin-3.6.2
     add 1e2b457  [maven-release-plugin] prepare for next development iteration
     add fd5dde5  Prevent infinite loop in 
ManifestResourceTransformer.relocate(...) (#789)
     add f2dfe51  Quote text within regular expression patterns correctly
     add 014eabc  Improve description of "shade" goal
     add b1b39fd  Bump mavenVersion from 3.9.12 to 3.9.14
     add f75cc30  Merge branch 'master' into fix

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 ++--
 .github/dependabot.yml                             |  45 +++--
 .github/release-drafter.yml                        |   1 +
 .github/workflows/maven-verify.yml                 |   3 +-
 .../{maven-verify.yml => pr-automation.yml}        |  15 +-
 .github/workflows/release-drafter.yml              |   2 +-
 .github/workflows/{maven-verify.yml => stale.yml}  |  16 +-
 LICENSE                                            | 202 +++++++++++++++++++++
 README.md                                          |  26 +--
 pom.xml                                            | 152 ++++++++--------
 src/it/projects/MSHADE-183/pom.xml                 |  10 +-
 .../MSHADE-313_minimized-services/test/pom.xml     |   4 +-
 src/it/projects/MSHADE-316/test/pom.xml            |   4 +-
 .../pom.xml                                        |   2 +-
 src/it/projects/MSHADE-373/pom.xml                 |  10 +-
 src/it/projects/MSHADE-373/verify.bsh              |  14 +-
 src/it/projects/MSHADE-462/pom.xml                 |   2 +-
 .../projects/attach-after-lifecycle-fork/pom.xml   |  12 +-
 src/it/projects/attached-artifact-type/pom.xml     |  14 +-
 .../component-descriptor-relocation/pom.xml        |  13 +-
 .../dep-reduced-pom-relocated-result/pom.xml       |  10 +-
 src/it/projects/dep-reduced-pom-unique/pom.xml     |   2 +-
 .../dep-reduced-pom-with-local-parent/pom.xml      |  10 +-
 .../duplicate-classes-with-reloc/app/pom.xml       |   8 +-
 .../duplicate-classes-without-reloc/app/pom.xml    |   8 +-
 .../invoker.properties                             |   4 +-
 src/it/projects/empty-relocation-pattern/pom.xml   |   5 +-
 src/it/projects/manifest-retained/pom.xml          |  10 +-
 src/it/projects/manifest-transformed/pom.xml       |  14 +-
 src/it/projects/mini-jar-jdk11+/pom.xml            |   7 +-
 src/it/projects/mini-jar-package-info/pom.xml      |   9 +-
 src/it/projects/mini-jar-respect-includes/pom.xml  |   2 +-
 src/it/projects/mini-jar/pom.xml                   |   7 +-
 src/it/projects/mshade-123/pom.xml                 |  10 +-
 .../plugin-descriptor-relocation/app/pom.xml       |   4 +-
 .../project-with-reactors-included/one/pom.xml     |   4 +-
 .../maven/plugins/shade/its/one/AppTest.java       |  32 +---
 .../project-with-reactors-included/pom.xml         |  14 +-
 .../project-with-reactors-included/two/pom.xml     |  10 +-
 .../maven/plugins/shade/its/two/AppTest.java       |  34 +---
 src/it/projects/reloc-anno/pom.xml                 |  13 +-
 .../projects/reloc-class-from-string-pool/pom.xml  |   8 +-
 src/it/projects/reloc-enum-ref-from-anno/pom.xml   |  13 +-
 src/it/projects/rerun-with-reloc/pom.xml           |  14 +-
 src/it/projects/rerun-without-reloc/pom.xml        |  16 +-
 src/it/projects/setup-parent/pom.xml               |   4 -
 .../shadePomDependency/pomDependency/pom.xml       |   4 +-
 .../projects/shading-with-release-sources/pom.xml  |   2 +-
 src/it/projects/users-shader-impl/pom.xml          |  17 +-
 .../apache/maven/plugins/shade/its/AppTest.java    |  29 +--
 .../apache/maven/plugins/shade/DefaultShader.java  |  54 ++++--
 .../maven/plugins/shade/filter/MinijarFilter.java  |   4 +-
 .../apache/maven/plugins/shade/mojo/ShadeMojo.java | 129 ++++++++-----
 .../maven/plugins/shade/relocation/Relocator.java  |  12 +-
 .../plugins/shade/relocation/SimpleRelocator.java  | 161 +++++++++++-----
 .../resource/ApacheLicenseResourceTransformer.java |   4 +
 .../resource/ComponentsXmlResourceTransformer.java |   5 +
 .../resource/ManifestResourceTransformer.java      |   6 +-
 .../resource/PluginXmlResourceTransformer.java     |   5 +
 .../resource/ServicesResourceTransformer.java      |   4 +-
 .../resource/SisuIndexResourceTransformer.java     |   4 +-
 src/site/apt/examples/class-relocation.apt.vm      |  24 ++-
 src/site/site.xml                                  |  34 +---
 .../maven/plugins/shade/DefaultShaderTest.java     |  91 +++++-----
 .../plugins/shade/filter/MinijarFilterTest.java    |  12 +-
 .../maven/plugins/shade/mojo/ShadeMojoTest.java    |   4 +-
 .../relocation/SimpleRelocatorParameterTest.java   |   6 +-
 .../shade/relocation/SimpleRelocatorTest.java      |  29 ++-
 .../resource/ManifestResourceTransformerTest.java  |  47 ++++-
 .../resource/ServiceResourceTransformerTest.java   |  34 ++--
 .../shade/resource/rule/TransformerTesterRule.java |  49 +++--
 src/test/projects/test-project/pom.xml             |  12 +-
 .../org/apache/maven/plugins/shade/AppTest.java    |  29 +--
 76 files changed, 1025 insertions(+), 754 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
 copy src/it/projects/{extrajar-missing-file => 
empty-relocation-pattern}/invoker.properties (99%)

Reply via email to