This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.apache.maven.shared-maven-filtering-3.4.0 in repository https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git
discard b41132a Bump org.apache.maven.shared:maven-filtering from 3.3.2 to 3.4.0 add d5f89c1 Bump org.junit:junit-bom from 5.11.0 to 5.11.2 add 2cd2747 Bump commons-io:commons-io from 2.16.1 to 2.17.0 add 022d9e5 MJLINK-86: --suggested-providers must be the last argument add a4f35a5 [MJLINK-79] addOptions should not quote option strings (#196) add 3a466c1 [MJLINK-85] Fix issue with single quoting every argument (#212) add 7caf7bf [MJLINK-88] separate Windows and Unix command line tests (#227) add 78d2a79 Switch to @Inject (#223) add 0101406 Declare and verify all dependencies (#228) add 2bcbcea API doc copy edits (#225) add 52bbccc [MJLINK-87] Inline one line utility methods (#226) add 235a5de Replace two deprecated methods (#224) add b57848a [MJLINK-90] Make class more direct and simpler (#229) add 5af2179 Bump org.junit:junit-bom from 5.11.2 to 5.11.3 add ccc252b [MJLINK-84] Remove remaining commons-lang3 (#211) add 1a5742b Use Guice injection for ZipArchiver (#235) add 1001771 Reduce injection (#236) add 3ad15f0 Bump org.assertj:assertj-core from 3.26.3 to 3.27.0 add c729167 There are no examples (#234) add 8c38dfd Bump org.assertj:assertj-core from 3.27.0 to 3.27.2 add 7bafede Bump org.junit:junit-bom from 5.11.3 to 5.11.4 add c03f4c1 Bump org.assertj:assertj-core from 3.27.2 to 3.27.3 add df4e527 Enable GitHub issues add 059350d document github issues add 69ea132 [MJLINK-91] addOptions should concatenate arguments with "=" (#242) add 7e011a7 PR Automation only on close event add cb0774e [MNGSITE-529] Rename "Goals" to "Plugin Documentation" add fa158e5 Bump org.junit:junit-bom from 5.11.4 to 5.12.1 add 10da0af Bump commons-io:commons-io from 2.17.0 to 2.19.0 (#606) add 0291c80 Bump org.junit:junit-bom from 5.12.1 to 5.12.2 (#607) add 4315bff Bump org.apache.maven.plugins:maven-plugins from 43 to 44 (#601) add d78a0d6 Skip POM dependencies when assembling jlink classpath add 62bd62e Skip POM dependencies when assembling jlink classpath add c5e8ffd Fix test to use DefaultArtifact add 67bde10 Fix the checkstyle violation introduced in the new version of the parent pom add 93dab2f Bump org.codehaus.plexus:plexus-java from 1.2.0 to 1.5.0 add ce7eb99 Exclude automatic modules from jlink image (#598) add 2dc524e Bump org.apache.maven.shared:maven-filtering from 3.3.2 to 3.4.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 (b41132a) \ N -- N -- N refs/heads/dependabot/maven/org.apache.maven.shared-maven-filtering-3.4.0 (2dc524e) 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 | 4 +- .github/{dependabot.yml => ISSUE_TEMPLATE/BUG.yml} | 53 +++--- .../{dependabot.yml => ISSUE_TEMPLATE/FEATURE.yml} | 38 ++-- .../{dependabot.yml => ISSUE_TEMPLATE/config.yml} | 31 ++-- .github/pull_request_template.md | 12 +- .../{release-drafter.yml => pr-automation.yml} | 16 +- README.md | 17 -- pom.xml | 56 +++++- .../projects/cli-options/add-options/verify.groovy | 2 +- .../maven/plugins/jlink/AbstractJLinkMojo.java | 88 ++-------- .../jlink/AbstractJLinkToolchainExecutor.java | 42 +++-- .../org/apache/maven/plugins/jlink/JLinkMojo.java | 193 +++++++++++++------- src/site/apt/index.apt.vm | 22 +-- src/site/site.xml | 2 +- .../maven/plugins/jlink/AbstractJLinkMojoTest.java | 37 ---- .../apache/maven/plugins/jlink/JLinkMojoTest.java | 194 ++++++++++++++++++++- .../maven/plugins/jlink/MultipleLauncherTest.java | 19 +- 17 files changed, 504 insertions(+), 322 deletions(-) copy .github/{dependabot.yml => ISSUE_TEMPLATE/BUG.yml} (54%) copy .github/{dependabot.yml => ISSUE_TEMPLATE/FEATURE.yml} (60%) copy .github/{dependabot.yml => ISSUE_TEMPLATE/config.yml} (61%) copy .github/workflows/{release-drafter.yml => pr-automation.yml} (80%)