[jira] [Closed] (MNG-8243) jdepend-maven-plugin not working anymore due to LinkageError

2024-09-09 Thread Slawomir Jaranowski (Jira)


 [ 
https://issues.apache.org/jira/browse/MNG-8243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Slawomir Jaranowski closed MNG-8243.

Resolution: Information Provided

There is an issue in the source project 
[https://github.com/mojohaus/jdepend-maven-plugin/issues/39]

 

Pleas follow this issue.

> jdepend-maven-plugin not working anymore due to LinkageError
> 
>
> Key: MNG-8243
> URL: https://issues.apache.org/jira/browse/MNG-8243
> Project: Maven
>  Issue Type: Task
>  Components: Sites & Reporting
>Affects Versions: 3.9.9
>Reporter: Philipp Ottlinger
>Priority: Major
>
> Not sure if it is the correct Jira project . but:
> Running the site build with Maven 3.9.9 on my 
> [example|https://github.com/ottlinger/fotorenamer/blob/master/pom.xml] 
> project yields the following error and leaves me without 
> jdependency-maven-plugin report (everything worked fine with site 3.12.x) and 
> the following message:
>  
> {{{}$ ./mvnw site{}}}{{{}{}}}{{{}[INFO] Generating "File Activity" report 
> --- maven-changelog-plugin:2.3:file-activity{}}}
> {{[INFO] Using existing changelog.xml...}}
> {{[INFO] Generating "Developer Activity" report --- 
> maven-changelog-plugin:2.3:dev-activity}}
> {{[INFO] Using existing changelog.xml...}}
> {{[INFO] Generating "Source Xref" report   --- 
> maven-jxr-plugin:3.5.0:jxr-no-fork}}
> {{[INFO] Generating "Test Source Xref" report --- 
> maven-jxr-plugin:3.5.0:test-jxr-no-fork}}
> {{[INFO] Generating "Surefire" report      --- 
> maven-surefire-report-plugin:3.5.0:report}}
> {{[INFO] Generating "CPD" report           --- maven-pmd-plugin:3.25.0:cpd}}
> {{[INFO] Generating "PMD" report           --- maven-pmd-plugin:3.25.0:pmd}}
> {{[INFO] Generating "JDepend" report       --- 
> jdepend-maven-plugin:2.0:generate-no-fork}}
> {{[WARNING] An issue has occurred with 
> jdepend-maven-plugin:2.0:generate-no-fork report, skipping LinkageError 
> Receiver class org.codehaus.mojo.jdepend.JDependNoForkMojo does not define or 
> inherit an implementation of the resolved method 'abstract void 
> generate(org.apache.maven.doxia.sink.Sink, java.util.Locale)' of interface 
> org.apache.maven.reporting.MavenReport., please report an issue to Maven dev 
> team.}}
> {{java.lang.AbstractMethodError: Receiver class 
> org.codehaus.mojo.jdepend.JDependNoForkMojo does not define or inherit an 
> implementation of the resolved method 'abstract void 
> generate(org.apache.maven.doxia.sink.Sink, java.util.Locale)' of interface 
> org.apache.maven.reporting.MavenReport.}}
> {{    at 
> org.apache.maven.plugins.site.render.ReportDocumentRenderer.renderDocument 
> (ReportDocumentRenderer.java:201)}}
> {{    at org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render 
> (DefaultSiteRenderer.java:300)}}
> {{    at 
> org.apache.maven.plugins.site.render.SiteMojo.renderNonDoxiaDocuments 
> (SiteMojo.java:281)}}
> {{    at org.apache.maven.plugins.site.render.SiteMojo.renderLocale 
> (SiteMojo.java:146)}}
> {{    at org.apache.maven.plugins.site.render.SiteMojo.execute 
> (SiteMojo.java:111)}}
> {{    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo 
> (DefaultBuildPluginManager.java:126)}}
> {{    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 
> (MojoExecutor.java:328)}}
> {{    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute 
> (MojoExecutor.java:316)}}
> {{    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
> (MojoExecutor.java:212)}}
> {{    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
> (MojoExecutor.java:174)}}
> {{    at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 
> (MojoExecutor.java:75)}}
> {{    at org.apache.maven.lifecycle.internal.MojoExecutor$1.run 
> (MojoExecutor.java:162)}}
> {{    at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute 
> (DefaultMojosExecutionStrategy.java:39)}}
> {{    at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
> (MojoExecutor.java:159)}}
> {{    at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
> (LifecycleModuleBuilder.java:105)}}
> {{    at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
> (LifecycleModuleBuilder.java:73)}}
> {{    at 
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
>  (SingleThreadedBuilder.java:53)}}
> {{    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute 
> (LifecycleStarter.java:118)}}
> {{    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)}}
> {{    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)}}
> {{    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)}}
> {{    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)}}
> {{    at or

Re: [PR] Bump org.codehaus.mojo:buildnumber-maven-plugin from 3.2.0 to 3.2.1 [maven]

2024-09-09 Thread via GitHub


gnodet merged PR #1698:
URL: https://github.com/apache/maven/pull/1698


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Assigned] (MNG-8232) SPI for "project model transformation"

2024-09-09 Thread Guillaume Nodet (Jira)


 [ 
https://issues.apache.org/jira/browse/MNG-8232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Guillaume Nodet reassigned MNG-8232:


Assignee: Guillaume Nodet

> SPI for "project model transformation"
> --
>
> Key: MNG-8232
> URL: https://issues.apache.org/jira/browse/MNG-8232
> Project: Maven
>  Issue Type: Improvement
>  Components: Core
>Reporter: Tamas Cservenak
>Assignee: Guillaume Nodet
>Priority: Major
> Fix For: 4.0.0-beta-5
>
>
> Use cases like:
> * inlining
> * injecting model entries
> * ...
> Changes should end up in consumer POM.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[PR] Bump org.apache.maven.shared:maven-filtering from 3.3.1 to 3.4.0 [maven-ear-plugin]

2024-09-09 Thread via GitHub


dependabot[bot] opened a new pull request, #115:
URL: https://github.com/apache/maven-ear-plugin/pull/115

   Bumps 
[org.apache.maven.shared:maven-filtering](https://github.com/apache/maven-filtering)
 from 3.3.1 to 3.4.0.
   
   Release notes
   Sourced from https://github.com/apache/maven-filtering/releases";>org.apache.maven.shared:maven-filtering's
 releases.
   
   3.3.2
   What's Changed
   
   pick correct hamcrest dependency by https://github.com/elharo";>@​elharo in https://redirect.github.com/apache/maven-filtering/pull/74";>apache/maven-filtering#74
   Prefer commons lang to plexus utils by https://github.com/elharo";>@​elharo in https://redirect.github.com/apache/maven-filtering/pull/75";>apache/maven-filtering#75
   [MSHARED-1214] move tag back to HEAD by https://github.com/elharo";>@​elharo in https://redirect.github.com/apache/maven-filtering/pull/76";>apache/maven-filtering#76
   [MSHARED-1216] Use caching output stream by https://github.com/gnodet";>@​gnodet in https://redirect.github.com/apache/maven-filtering/pull/73";>apache/maven-filtering#73
   Bump org.codehaus.plexus:plexus-utils from 3.0.16 to 3.0.24 in 
/src/test/resources by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/apache/maven-filtering/pull/80";>apache/maven-filtering#80
   Fix typos and grammar by https://github.com/Bananeweizen";>@​Bananeweizen in https://redirect.github.com/apache/maven-filtering/pull/81";>apache/maven-filtering#81
   Fix 'licenced' typo in PR template by https://github.com/wborn";>@​wborn in https://redirect.github.com/apache/maven-filtering/pull/79";>apache/maven-filtering#79
   refactor IncrementalResourceFilteringTest by https://github.com/lalmeras";>@​lalmeras in https://redirect.github.com/apache/maven-filtering/pull/82";>apache/maven-filtering#82
   [MSHARED-1340] Require Maven 3.6.3+ by https://github.com/slachiewicz";>@​slachiewicz in https://redirect.github.com/apache/maven-filtering/pull/88";>apache/maven-filtering#88
   Bump commons-io:commons-io from 2.11.0 to 2.15.1 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/apache/maven-filtering/pull/86";>apache/maven-filtering#86
   Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.14.0 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/apache/maven-filtering/pull/84";>apache/maven-filtering#84
   [MSHARED-1339] Bump org.apache.maven.shared:maven-shared-components from 
39 to 41 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/apache/maven-filtering/pull/85";>apache/maven-filtering#85
   [MSHARED-1290] Fix PropertyUtils cycle detection results in false 
positives by https://github.com/wborn";>@​wborn in https://redirect.github.com/apache/maven-filtering/pull/78";>apache/maven-filtering#78
   [MSHARED-1285] use an up-to-date scanner instead the newscanner by https://github.com/laeubi";>@​laeubi in https://redirect.github.com/apache/maven-filtering/pull/77";>apache/maven-filtering#77
   Bump org.codehaus.plexus:plexus-testing from 1.2.0 to 1.3.0 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/apache/maven-filtering/pull/91";>apache/maven-filtering#91
   Bump org.codehaus.plexus:plexus-interpolation from 1.26 to 1.27 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/apache/maven-filtering/pull/90";>apache/maven-filtering#90
   Bump org.codehaus.plexus:plexus-utils from 3.5.1 to 4.0.0 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/apache/maven-filtering/pull/87";>apache/maven-filtering#87
   Bump release-drafter/release-drafter from 5 to 6 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/apache/maven-filtering/pull/94";>apache/maven-filtering#94
   Bump org.junit.jupiter:junit-jupiter-api from 5.10.1 to 5.10.2 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/apache/maven-filtering/pull/95";>apache/maven-filtering#95
   [MSHARED-1351] Fix console message when origin is baseDir by https://github.com/abelsromero";>@​abelsromero in https://redirect.github.com/apache/maven-filtering/pull/93";>apache/maven-filtering#93
   [MSHARED-1050] Fix ConcurrentModificationException for maven-filtering 
by https://github.com/gnodet";>@​gnodet in https://redirect.github.com/apache/maven-filtering/pull/98";>apache/maven-filtering#98
   [MSHARED-1330] Always overwrite files by https://github.com/gnodet";>@​gnodet in https://redirect.github.com/apache/maven-filtering/pull/97";>apache/maven-filtering#97
   
   New Contributors
   
   https://github.com/gnodet";>@​gnodet made their 
first contribution in https://redirect.github.com/apache/maven-filtering/pull/73";>apache/maven-filtering#73
   https://github.com/Bananeweizen";>@​Bananeweizen made 
their first contribution in https://redirect.github.com/apache/maven-filtering/pull/81";>apache/maven-filtering#81
   https://github.com/wborn";>@​wborn made

Re: [PR] Bump org.apache.maven.shared:maven-filtering from 3.3.1 to 3.3.2 [maven-ear-plugin]

2024-09-09 Thread via GitHub


dependabot[bot] closed pull request #108: Bump 
org.apache.maven.shared:maven-filtering from 3.3.1 to 3.3.2
URL: https://github.com/apache/maven-ear-plugin/pull/108


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Created] (MPMD-404) Upgrade to PMD 7.5.0

2024-09-09 Thread Piotr Zygielo (Jira)
Piotr Zygielo created MPMD-404:
--

 Summary: Upgrade to PMD 7.5.0
 Key: MPMD-404
 URL: https://issues.apache.org/jira/browse/MPMD-404
 Project: Maven PMD Plugin
  Issue Type: Dependency upgrade
Reporter: Piotr Zygielo






--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Assigned] (MPMD-404) Upgrade to PMD 7.5.0

2024-09-09 Thread Michael Osipov (Jira)


 [ 
https://issues.apache.org/jira/browse/MPMD-404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Osipov reassigned MPMD-404:
---

Assignee: Michael Osipov

> Upgrade to PMD 7.5.0
> 
>
> Key: MPMD-404
> URL: https://issues.apache.org/jira/browse/MPMD-404
> Project: Maven PMD Plugin
>  Issue Type: Dependency upgrade
>Reporter: Piotr Zygielo
>Assignee: Michael Osipov
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (MPMD-404) Upgrade to PMD 7.5.0

2024-09-09 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/MPMD-404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17880249#comment-17880249
 ] 

ASF GitHub Bot commented on MPMD-404:
-

pzygielo opened a new pull request, #168:
URL: https://github.com/apache/maven-pmd-plugin/pull/168

   (no comment)




> Upgrade to PMD 7.5.0
> 
>
> Key: MPMD-404
> URL: https://issues.apache.org/jira/browse/MPMD-404
> Project: Maven PMD Plugin
>  Issue Type: Dependency upgrade
>Reporter: Piotr Zygielo
>Assignee: Michael Osipov
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Comment Edited] (MPMD-404) Upgrade to PMD 7.5.0

2024-09-09 Thread Piotr Zygielo (Jira)


[ 
https://issues.apache.org/jira/browse/MPMD-404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17880253#comment-17880253
 ] 

Piotr Zygielo edited comment on MPMD-404 at 9/9/24 10:20 AM:
-

I based my expectation on 3.25.0 with PMD not being updated to 7.4.0 then.

I suppose - IF there is 7.100 by the next plugin release, it will will be 
possible to update again (like 
https://github.com/apache/maven-pmd-plugin/pulls?q=is%3Apr+MPMD-393+is%3Aclosed).


was (Author: pzygielo):
I based my expectation on 3.25.0 with PMD not being updated to 7.4.0 then.

I suppose - IF there is 7.100 by the next plugin release, it will will be 
possible to update again.

> Upgrade to PMD 7.5.0
> 
>
> Key: MPMD-404
> URL: https://issues.apache.org/jira/browse/MPMD-404
> Project: Maven PMD Plugin
>  Issue Type: Dependency upgrade
>Reporter: Piotr Zygielo
>Assignee: Michael Osipov
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[PR] Bump ca.vanzyl.provisio.maven.plugins:provisio-maven-plugin from 1.0.25 to 1.1.0 [maven-mvnd]

2024-09-09 Thread via GitHub


dependabot[bot] opened a new pull request, #1131:
URL: https://github.com/apache/maven-mvnd/pull/1131

   Bumps 
[ca.vanzyl.provisio.maven.plugins:provisio-maven-plugin](https://github.com/takari/provisio)
 from 1.0.25 to 1.1.0.
   
   Release notes
   Sourced from https://github.com/takari/provisio/releases";>ca.vanzyl.provisio.maven.plugins:provisio-maven-plugin's
 releases.
   
   provisio-1.1.0
   What's Changed
   
   Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/jvanzyl/provisio/pull/116";>jvanzyl/provisio#116
   Target file handling by https://github.com/cstamas";>@​cstamas in https://redirect.github.com/jvanzyl/provisio/pull/117";>jvanzyl/provisio#117
   Kill false conflict alarm by https://github.com/cstamas";>@​cstamas in https://redirect.github.com/jvanzyl/provisio/pull/118";>jvanzyl/provisio#118
   
   Full Changelog: https://github.com/jvanzyl/provisio/compare/provisio-1.0.26...provisio-1.1.0";>https://github.com/jvanzyl/provisio/compare/provisio-1.0.26...provisio-1.1.0
   provisio-1.0.26
   What's Changed
   
   Bump io.takari:takari from 54 to 55 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/jvanzyl/provisio/pull/102";>jvanzyl/provisio#102
   Bump org.apache.maven:maven from 3.9.6 to 3.9.8 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/jvanzyl/provisio/pull/101";>jvanzyl/provisio#101
   Bump org.assertj:assertj-core from 3.25.3 to 3.26.0 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/jvanzyl/provisio/pull/99";>jvanzyl/provisio#99
   Bump org.apache.commons:commons-compress from 1.26.1 to 1.26.2 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/jvanzyl/provisio/pull/97";>jvanzyl/provisio#97
   Bump aetherVersion from 1.9.19 to 1.9.21 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/jvanzyl/provisio/pull/103";>jvanzyl/provisio#103
   Bump io.takari:incrementalbuild from 1.0.1 to 1.0.2 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/jvanzyl/provisio/pull/96";>jvanzyl/provisio#96
   Bump sisuVersion from 0.9.0.M2 to 0.9.0.M3 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/jvanzyl/provisio/pull/100";>jvanzyl/provisio#100
   Bump org.apache.commons:commons-compress from 1.26.2 to 1.27.0 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/jvanzyl/provisio/pull/107";>jvanzyl/provisio#107
   Bump aetherVersion from 1.9.21 to 1.9.22 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/jvanzyl/provisio/pull/108";>jvanzyl/provisio#108
   Bump io.takari:incrementalbuild from 1.0.2 to 1.0.3 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/jvanzyl/provisio/pull/114";>jvanzyl/provisio#114
   Bump io.takari:takari-archiver from 0.1.31 to 1.0.0 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/jvanzyl/provisio/pull/112";>jvanzyl/provisio#112
   Bump io.takari:takari from 55 to 56 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/jvanzyl/provisio/pull/111";>jvanzyl/provisio#111
   Bump org.apache.commons:commons-compress from 1.27.0 to 1.27.1 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/jvanzyl/provisio/pull/110";>jvanzyl/provisio#110
   Bump org.assertj:assertj-core from 3.26.0 to 3.26.3 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/jvanzyl/provisio/pull/106";>jvanzyl/provisio#106
   Bump org.apache.maven:maven from 3.9.8 to 3.9.9 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/jvanzyl/provisio/pull/109";>jvanzyl/provisio#109
   Bump com.github.spullara.mustache.java:compiler from 0.9.13 to 0.9.14 by 
https://github.com/dependabot";>@​dependabot in https://redirect.github.com/jvanzyl/provisio/pull/104";>jvanzyl/provisio#104
   Bump pluginTesting.version from 3.0.2 to 3.0.4 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/jvanzyl/provisio/pull/113";>jvanzyl/provisio#113
   Add groupId to artifacts filenames on disk by https://github.com/wendigo";>@​wendigo in https://redirect.github.com/jvanzyl/provisio/pull/115";>jvanzyl/provisio#115
   
   Full Changelog: https://github.com/jvanzyl/provisio/compare/provisio-1.0.25...provisio-1.0.26";>https://github.com/jvanzyl/provisio/compare/provisio-1.0.25...provisio-1.0.26
   
   
   
   Commits
   
   https://github.com/jvanzyl/provisio/commit/5bf911da8c0bc41f0111bf82b843171ad966a331";>5bf911d
 [maven-release-plugin] prepare release provisio-1.1.0
   https://github.com/jvanzyl/provisio/commit/dcae44197a8df710e3ff24215a780677da3c0151";>dcae441
 Make XML snippets look like XML
   https://github.com/jvanzyl/provisio/commit/98c335cd394810d885dfb27e78369d86cf6aa8fd";>98c335c
 Use new proviso-archiver 1.0

[jira] [Closed] (MNG-8224) Make parent POM version optional if defined in the reactor

2024-09-09 Thread Guillaume Nodet (Jira)


 [ 
https://issues.apache.org/jira/browse/MNG-8224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Guillaume Nodet closed MNG-8224.

Resolution: Duplicate

> Make parent POM version optional if defined in the reactor
> --
>
> Key: MNG-8224
> URL: https://issues.apache.org/jira/browse/MNG-8224
> Project: Maven
>  Issue Type: New Feature
>Reporter: Guillaume Nodet
>Assignee: Guillaume Nodet
>Priority: Major
>
> Within a reactor, if a {{}} element is defined with {{groupId}} and 
> {{artifactId}} with no {{version}} specified, and if there's one and only one 
> POM with the same {{groupId}} and {{artifactId}} in the reactor, then use 
> that version.
> This should allow to specify only a single {{}} element for common 
> reactors.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (MPMD-404) Upgrade to PMD 7.5.0

2024-09-09 Thread Michael Osipov (Jira)


[ 
https://issues.apache.org/jira/browse/MPMD-404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17880259#comment-17880259
 ] 

Michael Osipov commented on MPMD-404:
-

7.100? I am confused now.

> Upgrade to PMD 7.5.0
> 
>
> Key: MPMD-404
> URL: https://issues.apache.org/jira/browse/MPMD-404
> Project: Maven PMD Plugin
>  Issue Type: Dependency upgrade
>Reporter: Piotr Zygielo
>Assignee: Michael Osipov
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[PR] Bump ca.vanzyl.provisio.maven.plugins:provisio-maven-plugin from 1.0.25 to 1.1.0 [maven-mvnd]

2024-09-09 Thread via GitHub


dependabot[bot] opened a new pull request, #1132:
URL: https://github.com/apache/maven-mvnd/pull/1132

   Bumps 
[ca.vanzyl.provisio.maven.plugins:provisio-maven-plugin](https://github.com/takari/provisio)
 from 1.0.25 to 1.1.0.
   
   Release notes
   Sourced from https://github.com/takari/provisio/releases";>ca.vanzyl.provisio.maven.plugins:provisio-maven-plugin's
 releases.
   
   provisio-1.1.0
   What's Changed
   
   Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/jvanzyl/provisio/pull/116";>jvanzyl/provisio#116
   Target file handling by https://github.com/cstamas";>@​cstamas in https://redirect.github.com/jvanzyl/provisio/pull/117";>jvanzyl/provisio#117
   Kill false conflict alarm by https://github.com/cstamas";>@​cstamas in https://redirect.github.com/jvanzyl/provisio/pull/118";>jvanzyl/provisio#118
   
   Full Changelog: https://github.com/jvanzyl/provisio/compare/provisio-1.0.26...provisio-1.1.0";>https://github.com/jvanzyl/provisio/compare/provisio-1.0.26...provisio-1.1.0
   provisio-1.0.26
   What's Changed
   
   Bump io.takari:takari from 54 to 55 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/jvanzyl/provisio/pull/102";>jvanzyl/provisio#102
   Bump org.apache.maven:maven from 3.9.6 to 3.9.8 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/jvanzyl/provisio/pull/101";>jvanzyl/provisio#101
   Bump org.assertj:assertj-core from 3.25.3 to 3.26.0 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/jvanzyl/provisio/pull/99";>jvanzyl/provisio#99
   Bump org.apache.commons:commons-compress from 1.26.1 to 1.26.2 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/jvanzyl/provisio/pull/97";>jvanzyl/provisio#97
   Bump aetherVersion from 1.9.19 to 1.9.21 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/jvanzyl/provisio/pull/103";>jvanzyl/provisio#103
   Bump io.takari:incrementalbuild from 1.0.1 to 1.0.2 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/jvanzyl/provisio/pull/96";>jvanzyl/provisio#96
   Bump sisuVersion from 0.9.0.M2 to 0.9.0.M3 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/jvanzyl/provisio/pull/100";>jvanzyl/provisio#100
   Bump org.apache.commons:commons-compress from 1.26.2 to 1.27.0 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/jvanzyl/provisio/pull/107";>jvanzyl/provisio#107
   Bump aetherVersion from 1.9.21 to 1.9.22 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/jvanzyl/provisio/pull/108";>jvanzyl/provisio#108
   Bump io.takari:incrementalbuild from 1.0.2 to 1.0.3 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/jvanzyl/provisio/pull/114";>jvanzyl/provisio#114
   Bump io.takari:takari-archiver from 0.1.31 to 1.0.0 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/jvanzyl/provisio/pull/112";>jvanzyl/provisio#112
   Bump io.takari:takari from 55 to 56 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/jvanzyl/provisio/pull/111";>jvanzyl/provisio#111
   Bump org.apache.commons:commons-compress from 1.27.0 to 1.27.1 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/jvanzyl/provisio/pull/110";>jvanzyl/provisio#110
   Bump org.assertj:assertj-core from 3.26.0 to 3.26.3 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/jvanzyl/provisio/pull/106";>jvanzyl/provisio#106
   Bump org.apache.maven:maven from 3.9.8 to 3.9.9 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/jvanzyl/provisio/pull/109";>jvanzyl/provisio#109
   Bump com.github.spullara.mustache.java:compiler from 0.9.13 to 0.9.14 by 
https://github.com/dependabot";>@​dependabot in https://redirect.github.com/jvanzyl/provisio/pull/104";>jvanzyl/provisio#104
   Bump pluginTesting.version from 3.0.2 to 3.0.4 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/jvanzyl/provisio/pull/113";>jvanzyl/provisio#113
   Add groupId to artifacts filenames on disk by https://github.com/wendigo";>@​wendigo in https://redirect.github.com/jvanzyl/provisio/pull/115";>jvanzyl/provisio#115
   
   Full Changelog: https://github.com/jvanzyl/provisio/compare/provisio-1.0.25...provisio-1.0.26";>https://github.com/jvanzyl/provisio/compare/provisio-1.0.25...provisio-1.0.26
   
   
   
   Commits
   
   https://github.com/jvanzyl/provisio/commit/5bf911da8c0bc41f0111bf82b843171ad966a331";>5bf911d
 [maven-release-plugin] prepare release provisio-1.1.0
   https://github.com/jvanzyl/provisio/commit/dcae44197a8df710e3ff24215a780677da3c0151";>dcae441
 Make XML snippets look like XML
   https://github.com/jvanzyl/provisio/commit/98c335cd394810d885dfb27e78369d86cf6aa8fd";>98c335c
 Use new proviso-archiver 1.0

[jira] [Comment Edited] (MPMD-404) Upgrade to PMD 7.5.0

2024-09-09 Thread Piotr Zygielo (Jira)


[ 
https://issues.apache.org/jira/browse/MPMD-404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17880253#comment-17880253
 ] 

Piotr Zygielo edited comment on MPMD-404 at 9/9/24 11:03 AM:
-

I based my expectation on 3.25.0 with PMD not being updated to 7.4.0 then.

I suppose - IF there is newer PMD by the next plugin release, it will will be 
possible to update again (like 
[https://github.com/apache/maven-pmd-plugin/pulls?q=is%3Apr+MPMD-393+is%3Aclosed]).


was (Author: pzygielo):
I based my expectation on 3.25.0 with PMD not being updated to 7.4.0 then.

I suppose - IF there is 7.100 by the next plugin release, it will will be 
possible to update again (like 
https://github.com/apache/maven-pmd-plugin/pulls?q=is%3Apr+MPMD-393+is%3Aclosed).

> Upgrade to PMD 7.5.0
> 
>
> Key: MPMD-404
> URL: https://issues.apache.org/jira/browse/MPMD-404
> Project: Maven PMD Plugin
>  Issue Type: Dependency upgrade
>Reporter: Piotr Zygielo
>Assignee: Michael Osipov
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[PR] [MNG-8234] Revert the addition of the priority tag [maven]

2024-09-09 Thread via GitHub


gnodet opened a new pull request, #1711:
URL: https://github.com/apache/maven/pull/1711

   (no comment)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Assigned] (MNG-8234) Revert the addition of the priority tag

2024-09-09 Thread Guillaume Nodet (Jira)


 [ 
https://issues.apache.org/jira/browse/MNG-8234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Guillaume Nodet reassigned MNG-8234:


Assignee: Guillaume Nodet

> Revert the addition of the priority tag
> ---
>
> Key: MNG-8234
> URL: https://issues.apache.org/jira/browse/MNG-8234
> Project: Maven
>  Issue Type: New Feature
>Affects Versions: 4.0.0-beta-4
>Reporter: Guillaume Nodet
>Assignee: Guillaume Nodet
>Priority: Major
> Fix For: 4.0.0-beta-5
>
>
> The priority tag which has been added in MNG-7804 could now be removed since 
> MNG-8052 provides a more powerful way.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[PR] Bump org.apache.maven.shared:maven-filtering from 3.3.2 to 3.4.0 [maven-acr-plugin]

2024-09-09 Thread via GitHub


dependabot[bot] opened a new pull request, #41:
URL: https://github.com/apache/maven-acr-plugin/pull/41

   Bumps 
[org.apache.maven.shared:maven-filtering](https://github.com/apache/maven-filtering)
 from 3.3.2 to 3.4.0.
   
   Commits
   
   https://github.com/apache/maven-filtering/commit/efc19996657c33f689ca80cd3766b6295794b737";>efc1999
 [maven-release-plugin] prepare release maven-filtering-3.4.0
   https://github.com/apache/maven-filtering/commit/7d2a5d1f47220790070a763f15c6a8eaea4a8d40";>7d2a5d1
 Bump commons-io and commons-lang3 to most recent versions
   https://github.com/apache/maven-filtering/commit/259d9f9c976ab4d0f4c9d284001c563a9618bd5c";>259d9f9
 Bump parent to 43
   https://github.com/apache/maven-filtering/commit/bc0d81b37cbdd07019df4d75af68993fe6f00191";>bc0d81b
 [MSHARED-1412] Allow to customize Interpolator used by filter (https://redirect.github.com/apache/maven-filtering/issues/104";>#104) 
(https://redirect.github.com/apache/maven-filtering/issues/114";>#114)
   https://github.com/apache/maven-filtering/commit/9d528d0871d93e317ae21a4b6922cd795502364c";>9d528d0
 Bump org.apache.maven.shared:maven-shared-components from 41 to 42 (https://redirect.github.com/apache/maven-filtering/issues/103";>#103)
   https://github.com/apache/maven-filtering/commit/d0d7caf57fed93870186aed2fe7d709f763eff53";>d0d7caf
 Bump apache/maven-gh-actions-shared from 3 to 4
   https://github.com/apache/maven-filtering/commit/1d9d62fbc72419e9b89083122c7553dd7dbd9838";>1d9d62f
 [maven-release-plugin] prepare for next development iteration
   See full diff in https://github.com/apache/maven-filtering/compare/maven-filtering-3.3.2...maven-filtering-3.4.0";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.shared:maven-filtering&package-manager=maven&previous-version=3.3.2&new-version=3.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show  ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Created] (MGPG-138) Drop use of plexus-cipher and sec dispatcher, use proper API

2024-09-09 Thread Tamas Cservenak (Jira)
Tamas Cservenak created MGPG-138:


 Summary: Drop use of plexus-cipher and sec dispatcher, use proper 
API
 Key: MGPG-138
 URL: https://issues.apache.org/jira/browse/MGPG-138
 Project: Maven GPG Plugin
  Issue Type: Improvement
Reporter: Tamas Cservenak
 Fix For: 3.2.6






--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: [PR] Bump org.apache.maven.plugins:maven-invoker-plugin from 3.7.0 to 3.8.0 [maven-gpg-plugin]

2024-09-09 Thread via GitHub


cstamas merged PR #114:
URL: https://github.com/apache/maven-gpg-plugin/pull/114


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Created] (MGPG-140) Update to Maven 3.9.9

2024-09-09 Thread Tamas Cservenak (Jira)
Tamas Cservenak created MGPG-140:


 Summary: Update to Maven 3.9.9
 Key: MGPG-140
 URL: https://issues.apache.org/jira/browse/MGPG-140
 Project: Maven GPG Plugin
  Issue Type: Dependency upgrade
Reporter: Tamas Cservenak
 Fix For: 3.2.6






--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Assigned] (MGPG-138) Drop use of plexus-cipher and sec dispatcher, use proper API

2024-09-09 Thread Tamas Cservenak (Jira)


 [ 
https://issues.apache.org/jira/browse/MGPG-138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tamas Cservenak reassigned MGPG-138:


Assignee: Tamas Cservenak

> Drop use of plexus-cipher and sec dispatcher, use proper API
> 
>
> Key: MGPG-138
> URL: https://issues.apache.org/jira/browse/MGPG-138
> Project: Maven GPG Plugin
>  Issue Type: Improvement
>Reporter: Tamas Cservenak
>Assignee: Tamas Cservenak
>Priority: Major
> Fix For: 3.2.6
>
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (MGPG-140) Update to Maven 3.9.9

2024-09-09 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/MGPG-140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17880283#comment-17880283
 ] 

ASF GitHub Bot commented on MGPG-140:
-

cstamas opened a new pull request, #116:
URL: https://github.com/apache/maven-gpg-plugin/pull/116

   This is really just "build time" as at runtime it uses given Maven version 
artifacts anyway.
   
   ---
   
   https://issues.apache.org/jira/browse/MGPG-140




> Update to Maven 3.9.9
> -
>
> Key: MGPG-140
> URL: https://issues.apache.org/jira/browse/MGPG-140
> Project: Maven GPG Plugin
>  Issue Type: Dependency upgrade
>Reporter: Tamas Cservenak
>Priority: Major
> Fix For: 3.2.6
>
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Closed] (MGPG-139) (build) Bump org.apache.maven.plugins:maven-invoker-plugin from 3.7.0 to 3.8.0

2024-09-09 Thread Tamas Cservenak (Jira)


 [ 
https://issues.apache.org/jira/browse/MGPG-139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tamas Cservenak closed MGPG-139.

Resolution: Fixed

> (build) Bump org.apache.maven.plugins:maven-invoker-plugin from 3.7.0 to 3.8.0
> --
>
> Key: MGPG-139
> URL: https://issues.apache.org/jira/browse/MGPG-139
> Project: Maven GPG Plugin
>  Issue Type: Dependency upgrade
>Reporter: Tamas Cservenak
>Assignee: Tamas Cservenak
>Priority: Major
> Fix For: 3.2.6
>
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Assigned] (MGPG-140) Update to Maven 3.9.9

2024-09-09 Thread Tamas Cservenak (Jira)


 [ 
https://issues.apache.org/jira/browse/MGPG-140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tamas Cservenak reassigned MGPG-140:


Assignee: Tamas Cservenak

> Update to Maven 3.9.9
> -
>
> Key: MGPG-140
> URL: https://issues.apache.org/jira/browse/MGPG-140
> Project: Maven GPG Plugin
>  Issue Type: Dependency upgrade
>Reporter: Tamas Cservenak
>Assignee: Tamas Cservenak
>Priority: Major
> Fix For: 3.2.6
>
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Assigned] (MGPG-139) (build) Bump org.apache.maven.plugins:maven-invoker-plugin from 3.7.0 to 3.8.0

2024-09-09 Thread Tamas Cservenak (Jira)


 [ 
https://issues.apache.org/jira/browse/MGPG-139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tamas Cservenak reassigned MGPG-139:


Assignee: Tamas Cservenak

> (build) Bump org.apache.maven.plugins:maven-invoker-plugin from 3.7.0 to 3.8.0
> --
>
> Key: MGPG-139
> URL: https://issues.apache.org/jira/browse/MGPG-139
> Project: Maven GPG Plugin
>  Issue Type: Dependency upgrade
>Reporter: Tamas Cservenak
>Assignee: Tamas Cservenak
>Priority: Major
> Fix For: 3.2.6
>
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: [PR] [MGPG-140] Update Maven to 3.9.9 [maven-gpg-plugin]

2024-09-09 Thread via GitHub


cstamas merged PR #116:
URL: https://github.com/apache/maven-gpg-plugin/pull/116


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] [MGPG-138] Drop direct use of plexus-cipher and secdispatcher [maven-gpg-plugin]

2024-09-09 Thread via GitHub


cstamas merged PR #115:
URL: https://github.com/apache/maven-gpg-plugin/pull/115


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Commented] (MGPG-138) Drop use of plexus-cipher and sec dispatcher, use proper API

2024-09-09 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/MGPG-138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17880309#comment-17880309
 ] 

ASF GitHub Bot commented on MGPG-138:
-

cstamas merged PR #115:
URL: https://github.com/apache/maven-gpg-plugin/pull/115




> Drop use of plexus-cipher and sec dispatcher, use proper API
> 
>
> Key: MGPG-138
> URL: https://issues.apache.org/jira/browse/MGPG-138
> Project: Maven GPG Plugin
>  Issue Type: Improvement
>Reporter: Tamas Cservenak
>Assignee: Tamas Cservenak
>Priority: Major
> Fix For: 3.2.6
>
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (MGPG-140) Update to Maven 3.9.9

2024-09-09 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/MGPG-140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17880308#comment-17880308
 ] 

ASF GitHub Bot commented on MGPG-140:
-

cstamas merged PR #116:
URL: https://github.com/apache/maven-gpg-plugin/pull/116




> Update to Maven 3.9.9
> -
>
> Key: MGPG-140
> URL: https://issues.apache.org/jira/browse/MGPG-140
> Project: Maven GPG Plugin
>  Issue Type: Dependency upgrade
>Reporter: Tamas Cservenak
>Assignee: Tamas Cservenak
>Priority: Major
> Fix For: 3.2.6
>
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Closed] (MGPG-138) Drop use of plexus-cipher and sec dispatcher, use proper API

2024-09-09 Thread Tamas Cservenak (Jira)


 [ 
https://issues.apache.org/jira/browse/MGPG-138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tamas Cservenak closed MGPG-138.

Resolution: Fixed

> Drop use of plexus-cipher and sec dispatcher, use proper API
> 
>
> Key: MGPG-138
> URL: https://issues.apache.org/jira/browse/MGPG-138
> Project: Maven GPG Plugin
>  Issue Type: Improvement
>Reporter: Tamas Cservenak
>Assignee: Tamas Cservenak
>Priority: Major
> Fix For: 3.2.6
>
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Closed] (MGPG-140) Update to Maven 3.9.9

2024-09-09 Thread Tamas Cservenak (Jira)


 [ 
https://issues.apache.org/jira/browse/MGPG-140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tamas Cservenak closed MGPG-140.

Resolution: Fixed

> Update to Maven 3.9.9
> -
>
> Key: MGPG-140
> URL: https://issues.apache.org/jira/browse/MGPG-140
> Project: Maven GPG Plugin
>  Issue Type: Dependency upgrade
>Reporter: Tamas Cservenak
>Assignee: Tamas Cservenak
>Priority: Major
> Fix For: 3.2.6
>
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[PR] [MNG-8234] Fix IT [maven-integration-testing]

2024-09-09 Thread via GitHub


gnodet opened a new pull request, #361:
URL: https://github.com/apache/maven-integration-testing/pull/361

   (no comment)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Created] (MDEP-953) Extend goal to allow configuration of the artifacts from which the dependencies should be copied

2024-09-09 Thread Roman Huber (Jira)
Roman Huber created MDEP-953:


 Summary: Extend goal to allow configuration of the artifacts from 
which the dependencies should be copied
 Key: MDEP-953
 URL: https://issues.apache.org/jira/browse/MDEP-953
 Project: Maven Dependency Plugin
  Issue Type: Wish
  Components: copy-dependencies
Reporter: Roman Huber


Currently the dependencies of the artifact for which Maven is called are 
copied. I'd be nice if this function is not limited to the current artifact. It 
should be possible to configure the artifact(s) from which the dependencies 
should be copied.

The dependency:copy goal accepts a list of artifactItems to be copied. Maybe 
this goal could be extended to include transitive dependencies of those 
artifactItems.

The problem with both approaches is that the resolved dependencies of these 
artifacts must match their versions.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (MDEP-953) Extend goal to allow configuration of the artifacts from which the dependencies should be copied

2024-09-09 Thread Roman Huber (Jira)


 [ 
https://issues.apache.org/jira/browse/MDEP-953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Roman Huber updated MDEP-953:
-
Priority: Minor  (was: Trivial)

> Extend goal to allow configuration of the artifacts from which the 
> dependencies should be copied
> 
>
> Key: MDEP-953
> URL: https://issues.apache.org/jira/browse/MDEP-953
> Project: Maven Dependency Plugin
>  Issue Type: Wish
>  Components: copy-dependencies
>Reporter: Roman Huber
>Priority: Minor
>
> Currently the dependencies of the artifact for which Maven is called are 
> copied. I'd be nice if this function is not limited to the current artifact. 
> It should be possible to configure the artifact(s) from which the 
> dependencies should be copied.
> The dependency:copy goal accepts a list of artifactItems to be copied. Maybe 
> this goal could be extended to include transitive dependencies of those 
> artifactItems.
> The problem with both approaches is that the resolved dependencies of these 
> artifacts must match their versions.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (MDEP-954) copy-/unpack-dependencies includeGroupIds also applies to "sub"-groupIds

2024-09-09 Thread Andreas Sewe (Jira)
Andreas Sewe created MDEP-954:
-

 Summary: copy-/unpack-dependencies includeGroupIds also applies to 
"sub"-groupIds
 Key: MDEP-954
 URL: https://issues.apache.org/jira/browse/MDEP-954
 Project: Maven Dependency Plugin
  Issue Type: Bug
  Components: copy-dependencies, unpack-dependencies
Affects Versions: 3.8.0
 Environment: Apache Maven 4.0.0-beta-3 
(e92f645c2749eb2a4f5a8843cf01e7441e4b559f)
Java version: 17.0.12, vendor: Debian, runtime: 
/usr/lib/jvm/java-17-openjdk-amd64
Default locale: en_CA, platform encoding: UTF-8
OS name: "linux", version: "5.10.0-32-amd64", arch: "amd64", family: "unix"

Reporter: Andreas Sewe


I am using {{unpack-dependencies}} in my project and just got bitten by the 
following unexpected behaviour:

{{org.example}} includes not just artifacts 
whose {{groupId}} is {{{}org.example{}}}, but also artifacts whose {{groupId}} 
is, say, {{{}org.example.foo{}}}.

I consider this a *bug* for several reasons:
 # This is, I believe, inconsistent with how similar {{includes}} on 
{{{}groupId{}}}s behave elsewhere in the Maven ecosystem (e.g., in [assembly 
descriptors|https://maven.apache.org/plugins/maven-assembly-plugin/advanced-descriptor-topics.html#advanced-artifact-matching-in-includes-and-excludes]
 or [enforcer 
rules|https://maven.apache.org/enforcer/enforcer-rules/bannedDependencies.html]).
 # This is also inconsistent with how {{includeArtifactIds}} behaves, where 
{{maven}} doesn't match {{maven-core}} either.
 # Last but not least, this makes it quite tricky to target {{org.example}} and 
{{org.example.foo}} by different {{{}{}}}s of 
{{unpack-dependencies}} or {{{}copy-dependencies{}}}. If 
{{org.example}}  comes first, it also 
processes all {{org.example.foo}} artifacts, causing the second execution with 
{{org.example.foo}} to be effectively 
ignored, as all {{org.example.foo}} artifacts have already left their trace in 
the {{dependency-maven-plugin-markers}} directory. (A *workaround* is careful 
reordering of the {{}} elements.)

Hence, please consider changing the interpretation of {{includeGroupIds}} (and 
{{{}excludeGroupIds{}}}, of course) and possibly also expanding the (sparse) 
[documentation|https://maven.apache.org/plugins/maven-dependency-plugin/copy-dependencies-mojo.html#includeGroupIds]
 of the property.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[PR] Bump net.sourceforge.plantuml:plantuml from 1.2024.5 to 1.2024.7 [maven-site]

2024-09-09 Thread via GitHub


dependabot[bot] opened a new pull request, #559:
URL: https://github.com/apache/maven-site/pull/559

   Bumps 
[net.sourceforge.plantuml:plantuml](https://github.com/plantuml/plantuml) from 
1.2024.5 to 1.2024.7.
   
   Release notes
   Sourced from https://github.com/plantuml/plantuml/releases";>net.sourceforge.plantuml:plantuml's
 releases.
   
   v1.2024.7
   Resolved issues:
   
   https://github.com/plantuml/plantuml/issues?q=milestone%3A1.2024.7";>Issues
 from Milestone 1.2024.7
   
   Specific PR:
   
   https://github.com/plantuml/plantuml/pulls?q=milestone%3A1.2024.7";>PR 
from Milestone 1.2024.7
   
   What's Changed (with PR)
   
   fixes https://redirect.github.com/plantuml/plantuml/issues/1850";>#1850: PDF 
support broken with other gradle build file changes by https://github.com/matthewberryman";>@​matthewberryman in 
https://redirect.github.com/plantuml/plantuml/pull/1851";>plantuml/plantuml#1851
   fix for issue https://redirect.github.com/plantuml/plantuml/issues/1804";>#1804 by 
https://github.com/jimnelson372";>@​jimnelson372 in https://redirect.github.com/plantuml/plantuml/pull/1859";>plantuml/plantuml#1859
   refactor: of ApiV2Test with AssertJ and 
CsvSource by https://github.com/The-Lum";>@​The-Lum in https://redirect.github.com/plantuml/plantuml/pull/1858";>plantuml/plantuml#1858
   remove duplicate items in help message by https://github.com/michaelb";>@​michaelb in https://redirect.github.com/plantuml/plantuml/pull/1861";>plantuml/plantuml#1861
   Added background color to arrows and draw background for circles by https://github.com/lprc";>@​lprc in https://redirect.github.com/plantuml/plantuml/pull/1863";>plantuml/plantuml#1863
   feat: add builtin function %mod (modulo operator) by https://github.com/dragondive";>@​dragondive in https://redirect.github.com/plantuml/plantuml/pull/1865";>plantuml/plantuml#1865
   feat: add builtin function %boolval by https://github.com/dragondive";>@​dragondive in https://redirect.github.com/plantuml/plantuml/pull/1873";>plantuml/plantuml#1873
   Native image build by https://github.com/asm0dey";>@​asm0dey in https://redirect.github.com/plantuml/plantuml/pull/1868";>plantuml/plantuml#1868
   fix: make native release as snapshot release 
by https://github.com/The-Lum";>@​The-Lum in https://redirect.github.com/plantuml/plantuml/pull/1882";>plantuml/plantuml#1882
   Fixes headless build by https://github.com/asm0dey";>@​asm0dey in https://redirect.github.com/plantuml/plantuml/pull/1883";>plantuml/plantuml#1883
   chore(deps): bump org.assertj:assertj-core from 3.26.0 to 3.26.3 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/plantuml/plantuml/pull/1853";>plantuml/plantuml#1853
   chore(deps): bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.11.0 
by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/plantuml/plantuml/pull/1872";>plantuml/plantuml#1872
   chore(deps): bump thedoctor0/zip-release from 0.7.5 to 0.7.6 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/plantuml/plantuml/pull/1880";>plantuml/plantuml#1880
   chore(deps): bump org.apache.ant:ant from 1.10.14 to 1.10.15 by https://github.com/dependabot";>@​dependabot in https://redirect.github.com/plantuml/plantuml/pull/1884";>plantuml/plantuml#1884
   upd: improve Native Action for Snapshot by https://github.com/The-Lum";>@​The-Lum in https://redirect.github.com/plantuml/plantuml/pull/1885";>plantuml/plantuml#1885
   upd and fix: Improve Native Image Snapshot and JAR Snapshot by https://github.com/The-Lum";>@​The-Lum in https://redirect.github.com/plantuml/plantuml/pull/1886";>plantuml/plantuml#1886
   feat: Create native-image-release.yml by https://github.com/The-Lum";>@​The-Lum in https://redirect.github.com/plantuml/plantuml/pull/1888";>plantuml/plantuml#1888
   
   New Contributors
   
   https://github.com/michaelb";>@​michaelb made 
their first contribution in https://redirect.github.com/plantuml/plantuml/pull/1861";>plantuml/plantuml#1861
   https://github.com/lprc";>@​lprc made their 
first contribution in https://redirect.github.com/plantuml/plantuml/pull/1863";>plantuml/plantuml#1863
   https://github.com/asm0dey";>@​asm0dey made 
their first contribution in https://redirect.github.com/plantuml/plantuml/pull/1868";>plantuml/plantuml#1868
   
   Full Changelog: https://github.com/plantuml/plantuml/compare/v1.2024.6...v1.2024.7";>https://github.com/plantuml/plantuml/compare/v1.2024.6...v1.2024.7
   v1.2024.6
   Resolved issues:
   
   https://github.com/plantuml/plantuml/issues?q=milestone%3A1.2024.6";>Issues
 from Milestone 1.2024.6
   
   Specific PR:
   
   https://github.com/plantuml/plantuml/pulls?q=milestone%3A1.2024.6";>PR 
from Milestone 1.2024.6
   
   What's Changed
   
   fix for https://redirect.github.com/plantuml/plantuml/issues/1451";>#1451 
Block and Hexagonal Note Shapes on Message Notes by https://github.com/jimnelson372";>@​jimnelson372 in https://redirect.github.com/plantu

Re: [PR] Bump net.sourceforge.plantuml:plantuml from 1.2024.5 to 1.2024.6 [maven-site]

2024-09-09 Thread via GitHub


dependabot[bot] commented on PR #546:
URL: https://github.com/apache/maven-site/pull/546#issuecomment-2339345524

   Superseded by #559.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Bump net.sourceforge.plantuml:plantuml from 1.2024.5 to 1.2024.6 [maven-site]

2024-09-09 Thread via GitHub


dependabot[bot] closed pull request #546: Bump 
net.sourceforge.plantuml:plantuml from 1.2024.5 to 1.2024.6
URL: https://github.com/apache/maven-site/pull/546


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] Bump ch.qos.logback:logback-classic from 1.2.13 to 1.4.14 [maven]

2024-09-09 Thread via GitHub


dependabot[bot] opened a new pull request, #1714:
URL: https://github.com/apache/maven/pull/1714

   Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) 
from 1.2.13 to 1.4.14.
   
   Commits
   
   https://github.com/qos-ch/logback/commit/407f935603f3f4d7825e4f57f85ed494da3b7197";>407f935
 prepare release 1.4.14
   https://github.com/qos-ch/logback/commit/7018a3609c7bcc9dc7bf5903509901a986e5f578";>7018a36
 fix missing deseialization filter init call, enable commented out test 
case
   https://github.com/qos-ch/logback/commit/8a746eb0eff709ac036fb4d6ab0719aaffbc0702";>8a746eb
 start work on 1.4.14-SNAPSHOT
   https://github.com/qos-ch/logback/commit/7ee000a0a359d239c60bb93a2f4f4ea467c38395";>7ee000a
 prepare release 1.4.13
   https://github.com/qos-ch/logback/commit/867bf581b678a2eed60d56f257f328284e14ad45";>867bf58
 remove superflus system.out call
   https://github.com/qos-ch/logback/commit/88abf59a18720854f4f55feb8d8f6951cfaf6037";>88abf59
 prepare release 1.4.12
   https://github.com/qos-ch/logback/commit/2cd8cabc5b1289d8efab7cb0f728010c8f381e71";>2cd8cab
 cater for array size marked with -1
   https://github.com/qos-ch/logback/commit/9c782b45be4abdafb7e17481e24e7354c2acd1eb";>9c782b4
 prevent DOS attacks using on malicious serialized input
   https://github.com/qos-ch/logback/commit/f6d690dfe85c96cfc00e23321c381122f266b5de";>f6d690d
 further support for Virtual threads, issues 737
   https://github.com/qos-ch/logback/commit/9a1fc44f84befa8f05eaeea3f236014a556872e2";>9a1fc44
 add support for Virtual threads
   Additional commits viewable in https://github.com/qos-ch/logback/compare/v_1.2.13...v_1.4.14";>compare 
view
   
   
   
   
   
   Most Recent Ignore Conditions Applied to This Pull Request
   
   | Dependency Name | Ignore Conditions |
   | --- | --- |
   | ch.qos.logback:logback-classic | [>= 1.5.a, < 1.6] |
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ch.qos.logback:logback-classic&package-manager=maven&previous-version=1.2.13&new-version=1.4.14)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show  ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Updated] (MJARSIGNER-66) Update Java minimum to 1.8

2024-09-09 Thread Slawomir Jaranowski (Jira)


 [ 
https://issues.apache.org/jira/browse/MJARSIGNER-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Slawomir Jaranowski updated MJARSIGNER-66:
--
Issue Type: Improvement  (was: Bug)

> Update Java minimum to 1.8
> --
>
> Key: MJARSIGNER-66
> URL: https://issues.apache.org/jira/browse/MJARSIGNER-66
> Project: Maven Jar Signer Plugin
>  Issue Type: Improvement
>Reporter: Elliotte Rusty Harold
>Assignee: Elliotte Rusty Harold
>Priority: Minor
> Fix For: 3.1.0
>
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: [PR] Bump ch.qos.logback:logback-classic from 1.2.13 to 1.4.14 [maven]

2024-09-09 Thread via GitHub


dependabot[bot] closed pull request #1714: Bump ch.qos.logback:logback-classic 
from 1.2.13 to 1.4.14
URL: https://github.com/apache/maven/pull/1714


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org