Re: [PR] [MNG-8750] Delete unused interface [maven]

2025-05-28 Thread via GitHub
elharo merged PR #2388: URL: https://github.com/apache/maven/pull/2388 -- 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.o

[PR] Bump eu.maveniverse.maven.nisse:extension from 0.4.3 to 0.4.5 [maven-mvnd]

2025-05-28 Thread via GitHub
dependabot[bot] opened a new pull request, #1335: URL: https://github.com/apache/maven-mvnd/pull/1335 Bumps [eu.maveniverse.maven.nisse:extension](https://github.com/maveniverse/nisse) from 0.4.3 to 0.4.5. Release notes Sourced from https://github.com/maveniverse/nisse/releases";>

Re: [PR] Bump eu.maveniverse.maven.nisse:extension from 0.4.3 to 0.4.4 [maven-mvnd]

2025-05-28 Thread via GitHub
dependabot[bot] commented on PR #1325: URL: https://github.com/apache/maven-mvnd/pull/1325#issuecomment-2915786853 Superseded by #1335. -- 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 specifi

Re: [PR] Bump eu.maveniverse.maven.nisse:extension from 0.4.3 to 0.4.4 [maven-mvnd]

2025-05-28 Thread via GitHub
dependabot[bot] closed pull request #1325: Bump eu.maveniverse.maven.nisse:extension from 0.4.3 to 0.4.4 URL: https://github.com/apache/maven-mvnd/pull/1325 -- 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

[jira] [Created] (MNG-8753) delete DependencyManagementImporter

2025-05-28 Thread Elliotte Rusty Harold (Jira)
Elliotte Rusty Harold created MNG-8753: -- Summary: delete DependencyManagementImporter Key: MNG-8753 URL: https://issues.apache.org/jira/browse/MNG-8753 Project: Maven Issue Type: Improve

[jira] [Updated] (MNG-8753) delete DependencyManagementImporter

2025-05-28 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/MNG-8753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elliotte Rusty Harold updated MNG-8753: --- Description: Another case of excess abstraction where several public classes and interf

Re: [PR] avoid false `IO` catch on `mkdirs()` [maven]

2025-05-28 Thread via GitHub
elharo commented on code in PR #2396: URL: https://github.com/apache/maven/pull/2396#discussion_r2111553285 ## its/core-it-suite/src/test/resources/mng-2135/plugin/src/main/java/coreit/ItMojo.java: ## @@ -52,8 +52,8 @@ public class ItMojo extends AbstractMojo { private File

Re: [PR] chore: `ArtifactHandlerTest` add assertion to resolve `@SuppressWarnings("checkstyle:UnusedLocalVariable")` [maven]

2025-05-28 Thread via GitHub
elharo commented on code in PR #2375: URL: https://github.com/apache/maven/pull/2375#discussion_r2111578166 ## impl/maven-core/src/test/java/org/apache/maven/artifact/handler/ArtifactHandlerTest.java: ## @@ -77,8 +107,15 @@ void testAptConsistency() throws Exception {

Re: [I] Update from 3.5.2 to 3.5.3 can break dependencies [maven-surefire]

2025-05-28 Thread via GitHub
slawekjaranowski commented on issue #850: URL: https://github.com/apache/maven-surefire/issues/850#issuecomment-2915643670 dependencies management from surefire project should not have impact on resolved version in used project. As workaround you can also add to plugin dependncies:

Re: [PR] avoid false `IO` catch on `mkdirs()` [maven]

2025-05-28 Thread via GitHub
Pankraz76 commented on PR #2396: URL: https://github.com/apache/maven/pull/2396#issuecomment-2915543289 Caused by: org.apache.maven.plugin.MojoExecutionException: The following files had format violations: src/main/java/org/apache/maven/plugin/coreit/CleanMojo.java @@ -70,7

[jira] [Commented] (MNG-8699) Seems inferring fields is not fully covered?

2025-05-28 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17954516#comment-17954516 ] Guillaume Nodet commented on MNG-8699: -- So the problem is caused by an invalid {{root=

[jira] [Closed] (MNG-8699) Seems inferring fields is not fully covered?

2025-05-28 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet closed MNG-8699. Resolution: Not A Problem > Seems inferring fields is not fully covered? > --

Re: [PR] chore: test unused `VerificationException` in `MavenITmng5640LifecycleParticipantAfterSessionEnd` [maven]

2025-05-28 Thread via GitHub
Pankraz76 commented on PR #2387: URL: https://github.com/apache/maven/pull/2387#issuecomment-2915559346 might be a quick win. -- 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.

Re: [I] Fix build failure with jdk 23 [maven-javadoc-plugin]

2025-05-28 Thread via GitHub
joakime commented on issue #373: URL: https://github.com/apache/maven-javadoc-plugin/issues/373#issuecomment-2915670519 @olamy did you notice the warning? ``` Warning: Javadoc Warnings Warning: [WARNING] warning: The -footer option is no longer supported and will be ignored.

Re: [I] Update from 3.5.2 to 3.5.3 can break dependencies [maven-surefire]

2025-05-28 Thread via GitHub
slawekjaranowski commented on issue #850: URL: https://github.com/apache/maven-surefire/issues/850#issuecomment-2915665734 Using only `junit-jupiter-api/junit-jupiter` in project dependencies should be preferred and enough. You need not to add additional dependencies to plugin. --

Re: [I] Update from 3.5.2 to 3.5.3 can break dependencies [maven-surefire]

2025-05-28 Thread via GitHub
feddevanderlist commented on issue #850: URL: https://github.com/apache/maven-surefire/issues/850#issuecomment-2915677614 > Using only `junit-jupiter-api/junit-jupiter` in project dependencies should be preferred and enough. > > You need not to add additional dependencies to plugin.

Re: [I] Update from 3.5.2 to 3.5.3 can break dependencies [maven-surefire]

2025-05-28 Thread via GitHub
slawekjaranowski commented on issue #850: URL: https://github.com/apache/maven-surefire/issues/850#issuecomment-2915716039 > > Using only `junit-jupiter-api/junit-jupiter` in project dependencies should be preferred and enough. > > You need not to add additional dependencies to plugin.

[jira] [Assigned] (MNG-8746) Keep ordering of properties in Model

2025-05-28 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet reassigned MNG-8746: Assignee: Guillaume Nodet > Keep ordering of properties in Model > -

[jira] [Updated] (MNG-8746) Keep ordering of properties in Model

2025-05-28 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-8746: - Summary: Keep ordering of properties in Model (was: Maven4 reorders properties of read POM) > Kee

Re: [PR] chore: `ArtifactHandlerTest` add assertion to resolve `@SuppressWarnings("checkstyle:UnusedLocalVariable")` [maven]

2025-05-28 Thread via GitHub
Pankraz76 commented on code in PR #2375: URL: https://github.com/apache/maven/pull/2375#discussion_r2111240837 ## impl/maven-core/src/test/java/org/apache/maven/artifact/handler/ArtifactHandlerTest.java: ## @@ -77,8 +107,15 @@ void testAptConsistency() throws Exception {

[jira] [Commented] (MNG-8699) Seems inferring fields is not fully covered?

2025-05-28 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17954510#comment-17954510 ] Guillaume Nodet commented on MNG-8699: -- This happens if the main jar has not been inst

Re: [PR] chore: `ArtifactHandlerTest` add assertion to resolve `@SuppressWarnings("checkstyle:UnusedLocalVariable")` [maven]

2025-05-28 Thread via GitHub
Pankraz76 commented on code in PR #2375: URL: https://github.com/apache/maven/pull/2375#discussion_r2111217828 ## impl/maven-core/src/test/java/org/apache/maven/artifact/handler/ArtifactHandlerTest.java: ## @@ -77,8 +107,8 @@ void testAptConsistency() throws Exception {

Re: [PR] Bump commons-io:commons-io from 2.18.0 to 2.19.0 [maven-javadoc-plugin]

2025-05-28 Thread via GitHub
dependabot[bot] merged PR #370: URL: https://github.com/apache/maven-javadoc-plugin/pull/370 -- 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-unsu

Re: [PR] Bump commons-io:commons-io from 2.18.0 to 2.19.0 [maven-javadoc-plugin]

2025-05-28 Thread via GitHub
olamy commented on PR #370: URL: https://github.com/apache/maven-javadoc-plugin/pull/370#issuecomment-2915241904 @dependabot merge -- 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 co

Re: [PR] Issue #373 Fix JDK 23 build [maven-javadoc-plugin]

2025-05-28 Thread via GitHub
olamy merged PR #374: URL: https://github.com/apache/maven-javadoc-plugin/pull/374 -- 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...@ma

Re: [I] Fix build failure with jdk 23 [maven-javadoc-plugin]

2025-05-28 Thread via GitHub
olamy closed issue #373: Fix build failure with jdk 23 URL: https://github.com/apache/maven-javadoc-plugin/issues/373 -- 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 unsubsc

Re: [I] Fix build failure with jdk 23 [maven-javadoc-plugin]

2025-05-28 Thread via GitHub
olamy commented on issue #373: URL: https://github.com/apache/maven-javadoc-plugin/issues/373#issuecomment-2915251254 fixed with #374 -- 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 specifi

[PR] Remove extra variable [maven]

2025-05-28 Thread via GitHub
elharo opened a new pull request, #2398: URL: https://github.com/apache/maven/pull/2398 org is unclear and unneeded. Probably meant "original"? In any case, we don't need it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

[PR] Redu [maven]

2025-05-28 Thread via GitHub
elharo opened a new pull request, #2400: URL: https://github.com/apache/maven/pull/2400 (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:

[PR] Remove ignored method call [maven]

2025-05-28 Thread via GitHub
elharo opened a new pull request, #2399: URL: https://github.com/apache/maven/pull/2399 (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:

[jira] [Commented] (MNG-8609) Dependency is not an Artifact

2025-05-28 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/MNG-8609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17954571#comment-17954571 ] Elliotte Rusty Harold commented on MNG-8609: I don't think it's only a document

[jira] [Commented] (MNG-8748) org.apache.maven.api.services.model.UrlNormalizer should be a concrete class

2025-05-28 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/MNG-8748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17954572#comment-17954572 ] Elliotte Rusty Harold commented on MNG-8748: Yes, agreed. I was noticing this o

Re: [I] Fix build failure with jdk 23 [maven-javadoc-plugin]

2025-05-28 Thread via GitHub
olamy commented on issue #373: URL: https://github.com/apache/maven-javadoc-plugin/issues/373#issuecomment-2916147120 > [@olamy](https://github.com/olamy) did you [notice the warning](https://github.com/apache/maven-javadoc-plugin/actions/runs/15291408104/job/43011781118)? > > ```

[PR] Issue #369 Support --no-fonts option per default for jdk 23+ [maven-javadoc-plugin]

2025-05-28 Thread via GitHub
olamy opened a new pull request, #375: URL: https://github.com/apache/maven-javadoc-plugin/pull/375 Signed-off-by: Olivier Lamy Following this checklist to help us incorporate your contribution quickly and easily: - [ ] Your pull request should address just one issue, withou

Re: [PR] Bump org.apache.maven.plugins:maven-plugins from 43 to 44 [maven-javadoc-plugin]

2025-05-28 Thread via GitHub
olamy commented on PR #361: URL: https://github.com/apache/maven-javadoc-plugin/pull/361#issuecomment-2916155775 @dependabot rebase -- 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 c

[PR] [MNG-8746] Preserve property insertion order in WrapperProperties [maven]

2025-05-28 Thread via GitHub
gnodet opened a new pull request, #2404: URL: https://github.com/apache/maven/pull/2404 ## Description This PR fixes MNG-8746 by implementing property insertion order preservation in Maven's WrapperProperties class. The issue was that properties accessed through `model.getProperties(

[PR] Bump commons-beanutils:commons-beanutils from 1.7.0 to 1.11.0 in /surefire-its/src/test/resources/webapp [maven-surefire]

2025-05-28 Thread via GitHub
dependabot[bot] opened a new pull request, #851: URL: https://github.com/apache/maven-surefire/pull/851 Bumps commons-beanutils:commons-beanutils from 1.7.0 to 1.11.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-

[I] minimizeJar too aggressive [maven-shade-plugin]

2025-05-28 Thread via GitHub
RefuX opened a new issue, #255: URL: https://github.com/apache/maven-shade-plugin/issues/255 ### Affected version 3.6.0 ### Bug description I'm shading the com.fasterxml.woodstox:woodstox-core:7.0.0 library. `META-INF/services/javax.xml.stream.XMLEventFactory`:

Re: [I] Fix build failure with jdk 23 [maven-javadoc-plugin]

2025-05-28 Thread via GitHub
joakime commented on issue #373: URL: https://github.com/apache/maven-javadoc-plugin/issues/373#issuecomment-2916232021 @olamy you missed the point of that warning, it's not architecture specific, and it has no influence on the segfault. The `-footer` option is deprecated. htt

Re: [PR] close RandomAccessFile [maven-clean-plugin]

2025-05-28 Thread via GitHub
elharo closed pull request #257: close RandomAccessFile URL: https://github.com/apache/maven-clean-plugin/pull/257 -- 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 unsubscrib

[PR] Add missing @Override to overriding and implementing methods [maven]

2025-05-28 Thread via GitHub
Pankraz76 opened a new pull request, #2402: URL: https://github.com/apache/maven/pull/2402 (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-ma

Re: [PR] Remove ignored method call [maven]

2025-05-28 Thread via GitHub
Pankraz76 commented on code in PR #2399: URL: https://github.com/apache/maven/pull/2399#discussion_r2111988814 ## impl/maven-impl/src/main/java/org/apache/maven/impl/standalone/ApiRunner.java: ## @@ -402,8 +402,6 @@ static Session newSession(RepositorySystem system, Lookup look

Re: [PR] Remove ignored method call [maven]

2025-05-28 Thread via GitHub
Pankraz76 commented on code in PR #2399: URL: https://github.com/apache/maven/pull/2399#discussion_r2111988814 ## impl/maven-impl/src/main/java/org/apache/maven/impl/standalone/ApiRunner.java: ## @@ -402,8 +402,6 @@ static Session newSession(RepositorySystem system, Lookup look

[jira] [Commented] (MPOM-451) Please remove repository entry from Apache parent POM

2025-05-28 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/MPOM-451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17954599#comment-17954599 ] Istvan Toth commented on MPOM-451: -- This can also result in being blacklisted from the ASF

Re: [PR] Remove extra variable [maven]

2025-05-28 Thread via GitHub
Pankraz76 commented on code in PR #2398: URL: https://github.com/apache/maven/pull/2398#discussion_r2111997079 ## impl/maven-impl/src/main/java/org/apache/maven/impl/model/DefaultInterpolator.java: ## @@ -263,10 +263,9 @@ private static String doSubstVars( // Using the

Re: [PR] Update site descriptor [maven-clean-plugin]

2025-05-28 Thread via GitHub
slawekjaranowski merged PR #255: URL: https://github.com/apache/maven-clean-plugin/pull/255 -- 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-unsub

Re: [PR] [SUREFIRE-2288] Set version for maven-changes-plugin [maven-surefire]

2025-05-28 Thread via GitHub
slawekjaranowski commented on PR #846: URL: https://github.com/apache/maven-surefire/pull/846#issuecomment-2916882442 > Another solution is to migrate the jira issues to GH quickly and configure the m-changes-plugin to GH. Even we will have all issues in GitHub,I don't know what GitHu

Re: [I] simplify our GH issue templates boilerplate [maven-gh-actions-shared]

2025-05-28 Thread via GitHub
Bukama commented on issue #165: URL: https://github.com/apache/maven-gh-actions-shared/issues/165#issuecomment-2917464791 Isn't it (also?) about the pull-request template? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

Re: [PR] Bump org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.5.1 [maven-site]

2025-05-28 Thread via GitHub
Bukama merged PR #799: URL: https://github.com/apache/maven-site/pull/799 -- 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.apach

Re: [PR] Update issue-management.md with correct GH issues links [maven-site]

2025-05-28 Thread via GitHub
Bukama commented on code in PR #798: URL: https://github.com/apache/maven-site/pull/798#discussion_r2112645834 ## content/markdown/issue-management.md: ## @@ -37,11 +37,11 @@ issue management systems depending on which component is involved: * Maven Shared Components: Please

[I] Update issue-management.md after GitHub issues are enabled for all repositories [maven-site]

2025-05-28 Thread via GitHub
Bukama opened a new issue, #800: URL: https://github.com/apache/maven-site/issues/800 ### Improvement proposal The `issue-management.md` page states, that all projects use JIRA for issue tracking. The page needs to be updated when GH issues are enabled for all. -- This is an automa

Re: [PR] remove unused plexus-xml dependency [maven-clean-plugin]

2025-05-28 Thread via GitHub
elharo merged PR #258: URL: https://github.com/apache/maven-clean-plugin/pull/258 -- 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...@mav

Re: [I] Fix build failure with jdk 23 [maven-javadoc-plugin]

2025-05-28 Thread via GitHub
olamy commented on issue #373: URL: https://github.com/apache/maven-javadoc-plugin/issues/373#issuecomment-2917598677 Oh I see, good point. I was only looking at the output of `javadoc -h`, which doesn't mention that. -- This is an automated message from the Apache Git Service. To r

Re: [PR] `try` can use `automatic resource management` [maven]

2025-05-28 Thread via GitHub
Pankraz76 commented on PR #2401: URL: https://github.com/apache/maven/pull/2401#issuecomment-2916936425 again NPE: ```console Error: Errors: Error:MavenIT0008SimplePluginTest.testit0008:45 ยป NullPointer Cannot invoke "java.io.File.exists()" because "dir" is null Error:

Re: [PR] Update issueManagement to GitHub [maven-clean-plugin]

2025-05-28 Thread via GitHub
slawekjaranowski merged PR #256: URL: https://github.com/apache/maven-clean-plugin/pull/256 -- 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-unsub

Re: [PR] Remove extra variable [maven]

2025-05-28 Thread via GitHub
Pankraz76 commented on code in PR #2398: URL: https://github.com/apache/maven/pull/2398#discussion_r2112313200 ## impl/maven-impl/src/main/java/org/apache/maven/impl/model/DefaultInterpolator.java: ## @@ -263,10 +263,9 @@ private static String doSubstVars( // Using the

[PR] PoC rule: category/java/bestpractices.xml/MissingOverride [maven]

2025-05-28 Thread via GitHub
Pankraz76 opened a new pull request, #2403: URL: https://github.com/apache/maven/pull/2403 - https://github.com/apache/maven/pull/2402 -- 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

Re: [PR] PoC rule: category/java/bestpractices.xml/MissingOverride [maven]

2025-05-28 Thread via GitHub
Pankraz76 commented on code in PR #2403: URL: https://github.com/apache/maven/pull/2403#discussion_r2112369077 ## pom.xml: ## @@ -816,6 +824,10 @@ under the License. + +org.apache.maven.plugins +maven-pmd-plugin + Review Comment:

Re: [PR] PoC rule: category/java/bestpractices.xml/MissingOverride [maven]

2025-05-28 Thread via GitHub
Pankraz76 commented on code in PR #2403: URL: https://github.com/apache/maven/pull/2403#discussion_r2112369077 ## pom.xml: ## @@ -816,6 +824,10 @@ under the License. + +org.apache.maven.plugins +maven-pmd-plugin + Review Comment:

Re: [PR] avoid false `IO` catch on `mkdirs()` [maven]

2025-05-28 Thread via GitHub
Pankraz76 commented on code in PR #2396: URL: https://github.com/apache/maven/pull/2396#discussion_r2111960785 ## its/core-it-support/core-it-plugins/maven-it-plugin-uses-wagon/src/main/java/org/apache/maven/plugin/coreit/LookupWagonMojo.java: ## @@ -93,8 +93,8 @@ public void ex

[PR] `try` can use `automatic resource management` [maven]

2025-05-28 Thread via GitHub
Pankraz76 opened a new pull request, #2401: URL: https://github.com/apache/maven/pull/2401 - https://github.com/apache/maven/pull/2395 - https://github.com/apache/maven/pull/2396 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[PR] close RandomAccessFile [maven-clean-plugin]

2025-05-28 Thread via GitHub
elharo opened a new pull request, #257: URL: https://github.com/apache/maven-clean-plugin/pull/257 (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 unsubscri

Re: [PR] [POC-FIX-PMD] maven-pmd-plugin: reactivate PMD - Error Prone [maven]

2025-05-28 Thread via GitHub
Pankraz76 commented on PR #2364: URL: https://github.com/apache/maven/pull/2364#issuecomment-2916406741 - https://github.com/apache/maven/pull/2396 - https://github.com/apache/maven/pull/2396#pullrequestreview-2874542777 - https://docs.openrewrite.org/recipes/staticanalysis/missingover

Re: [PR] avoid false `IO` catch on `mkdirs()` [maven]

2025-05-28 Thread via GitHub
Pankraz76 commented on code in PR #2396: URL: https://github.com/apache/maven/pull/2396#discussion_r2111951540 ## its/core-it-suite/src/test/resources/mng-2135/plugin/src/main/java/coreit/ItMojo.java: ## @@ -52,8 +52,8 @@ public class ItMojo extends AbstractMojo { private F

Re: [PR] Bump com.google.guava:guava from 33.3.0-jre to 33.4.6-jre [maven-indexer]

2025-05-28 Thread via GitHub
dependabot[bot] commented on PR #415: URL: https://github.com/apache/maven-indexer/pull/415#issuecomment-2916751210 Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request `@dependabot recreate`. -- Thi

Re: [PR] Bump com.google.guava:guava from 33.3.0-jre to 33.4.6-jre [maven-indexer]

2025-05-28 Thread via GitHub
cstamas commented on PR #415: URL: https://github.com/apache/maven-indexer/pull/415#issuecomment-2916750955 @dependabot rebase -- 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

[PR] remove unused plexus-xml dependency [maven-clean-plugin]

2025-05-28 Thread via GitHub
elharo opened a new pull request, #258: URL: https://github.com/apache/maven-clean-plugin/pull/258 (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 unsubscri

Re: [PR] chore: `ArtifactHandlerTest` add assertion to resolve `@SuppressWarnings("checkstyle:UnusedLocalVariable")` [maven]

2025-05-28 Thread via GitHub
Pankraz76 commented on code in PR #2375: URL: https://github.com/apache/maven/pull/2375#discussion_r2111240837 ## impl/maven-core/src/test/java/org/apache/maven/artifact/handler/ArtifactHandlerTest.java: ## @@ -77,8 +107,15 @@ void testAptConsistency() throws Exception {

Re: [PR] avoid false `IO` catch on `mkdirs()` [maven]

2025-05-28 Thread via GitHub
Pankraz76 commented on code in PR #2396: URL: https://github.com/apache/maven/pull/2396#discussion_r2111951540 ## its/core-it-suite/src/test/resources/mng-2135/plugin/src/main/java/coreit/ItMojo.java: ## @@ -52,8 +52,8 @@ public class ItMojo extends AbstractMojo { private F

Re: [PR] avoid false `IO` catch on `mkdirs()` [maven]

2025-05-28 Thread via GitHub
Pankraz76 commented on code in PR #2396: URL: https://github.com/apache/maven/pull/2396#discussion_r2111975276 ## its/core-it-support/core-it-plugins/maven-it-plugin-uses-wagon/src/main/java/org/apache/maven/plugin/coreit/LookupWagonMojo.java: ## @@ -93,8 +93,8 @@ public void ex

Re: [PR] Remove ignored method call [maven]

2025-05-28 Thread via GitHub
elharo merged PR #2399: URL: https://github.com/apache/maven/pull/2399 -- 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.o

Re: [I] CVE-2024-13009 [maven-site-plugin]

2025-05-28 Thread via GitHub
joakime commented on issue #237: URL: https://github.com/apache/maven-site-plugin/issues/237#issuecomment-2916538531 Note: Jetty 9 is EOL (End of Life) * https://github.com/jetty/jetty.project/issues/7958 * https://github.com/jetty/jetty.project/issues/10485 If you still nee

Re: [PR] PoC rule: category/java/bestpractices.xml/MissingOverride [maven]

2025-05-28 Thread via GitHub
Pankraz76 commented on code in PR #2403: URL: https://github.com/apache/maven/pull/2403#discussion_r2112369077 ## pom.xml: ## @@ -816,6 +824,10 @@ under the License. + +org.apache.maven.plugins +maven-pmd-plugin + Review Comment:

Re: [PR] PoC rule: category/java/bestpractices.xml/MissingOverride [maven]

2025-05-28 Thread via GitHub
Pankraz76 commented on code in PR #2403: URL: https://github.com/apache/maven/pull/2403#discussion_r2112396239 ## pom.xml: ## @@ -793,13 +793,29 @@ under the License. org.apache.maven.plugins maven-pmd-plugin Review Comment: its already there

Re: [PR] UnusedAssignment [maven]

2025-05-28 Thread via GitHub
Pankraz76 commented on code in PR #2350: URL: https://github.com/apache/maven/pull/2350#discussion_r2112399079 ## compat/maven-compat/src/main/java/org/apache/maven/repository/metadata/MetadataGraphEdge.java: ## @@ -30,9 +30,9 @@ public class MetadataGraphEdge { String ver

Re: [PR] PoC rule: category/java/bestpractices.xml/MissingOverride [maven]

2025-05-28 Thread via GitHub
Pankraz76 commented on code in PR #2403: URL: https://github.com/apache/maven/pull/2403#discussion_r2112396239 ## pom.xml: ## @@ -793,13 +793,29 @@ under the License. org.apache.maven.plugins maven-pmd-plugin Review Comment: its already there

Re: [PR] PoC rule: category/java/bestpractices.xml/MissingOverride [maven]

2025-05-28 Thread via GitHub
Pankraz76 commented on code in PR #2403: URL: https://github.com/apache/maven/pull/2403#discussion_r2112396239 ## pom.xml: ## @@ -793,13 +793,29 @@ under the License. org.apache.maven.plugins maven-pmd-plugin Review Comment: its already there

Re: [PR] PoC rule: category/java/bestpractices.xml/MissingOverride [maven]

2025-05-28 Thread via GitHub
Pankraz76 commented on code in PR #2403: URL: https://github.com/apache/maven/pull/2403#discussion_r2112396239 ## pom.xml: ## @@ -793,13 +793,29 @@ under the License. org.apache.maven.plugins maven-pmd-plugin Review Comment: its already there

Re: [PR] PoC rule: category/java/bestpractices.xml/MissingOverride [maven]

2025-05-28 Thread via GitHub
Pankraz76 commented on code in PR #2403: URL: https://github.com/apache/maven/pull/2403#discussion_r2112396239 ## pom.xml: ## @@ -793,13 +793,29 @@ under the License. org.apache.maven.plugins maven-pmd-plugin Review Comment: its already there,

Re: [PR] PoC rule: category/java/bestpractices.xml/MissingOverride [maven]

2025-05-28 Thread via GitHub
Pankraz76 commented on code in PR #2403: URL: https://github.com/apache/maven/pull/2403#discussion_r2112404483 ## .pmd/ruleset.xml: ## @@ -0,0 +1,7 @@ + +http://pmd.sourceforge.net/ruleset/2.0.0"; + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; + xsi:sch

Re: [PR] Upgrade jetty-server dependency patch (CVE-2024-13009) [maven-site-plugin]

2025-05-28 Thread via GitHub
olamy merged PR #238: URL: https://github.com/apache/maven-site-plugin/pull/238 -- 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

Re: [I] CVE-2024-13009 [maven-site-plugin]

2025-05-28 Thread via GitHub
olamy closed issue #237: CVE-2024-13009 URL: https://github.com/apache/maven-site-plugin/issues/237 -- 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: issu

Re: [I] CVE-2024-13009 [maven-site-plugin]

2025-05-28 Thread via GitHub
olamy commented on issue #237: URL: https://github.com/apache/maven-site-plugin/issues/237#issuecomment-2917897480 @joakime can;t really upgrade to 12 as maven--site-plugin is Java8 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

Re: [I] CVE-2024-13009 [maven-site-plugin]

2025-05-28 Thread via GitHub
jpmartins commented on issue #237: URL: https://github.com/apache/maven-site-plugin/issues/237#issuecomment-2918305359 Hi everyone, Thank you for your contributions and for updating the dependency on the master branch. Regarding the upgrade to Jetty 12, I understand that this

Re: [PR] Bump org.apache.groovy:groovy-bom from 4.0.26 to 4.0.27 [maven-invoker-plugin]

2025-05-28 Thread via GitHub
Bukama merged PR #287: URL: https://github.com/apache/maven-invoker-plugin/pull/287 -- 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...@m

[PR] Bump jlineVersion from 3.30.3 to 3.30.4 [maven]

2025-05-28 Thread via GitHub
dependabot[bot] opened a new pull request, #2405: URL: https://github.com/apache/maven/pull/2405 Bumps `jlineVersion` from 3.30.3 to 3.30.4. Updates `org.jline:jline-reader` from 3.30.3 to 3.30.4 Release notes Sourced from https://github.com/jline/jline3/releases";>org.jline:jlin

[PR] Bump org.eclipse.sisu:org.eclipse.sisu.plexus from 0.9.0.M3 to 0.9.0.M4 [maven-javadoc-plugin]

2025-05-28 Thread via GitHub
dependabot[bot] opened a new pull request, #376: URL: https://github.com/apache/maven-javadoc-plugin/pull/376 Bumps [org.eclipse.sisu:org.eclipse.sisu.plexus](https://github.com/eclipse-sisu/sisu-project) from 0.9.0.M3 to 0.9.0.M4. Release notes Sourced from https://github.com/ecl

[PR] Bump org.jsoup:jsoup from 1.18.1 to 1.20.1 [maven-indexer]

2025-05-28 Thread via GitHub
dependabot[bot] opened a new pull request, #417: URL: https://github.com/apache/maven-indexer/pull/417 Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.18.1 to 1.20.1. Release notes Sourced from https://github.com/jhy/jsoup/releases";>org.jsoup:jsoup's releases.

Re: [PR] Bump org.jsoup:jsoup from 1.18.1 to 1.19.1 [maven-indexer]

2025-05-28 Thread via GitHub
dependabot[bot] commented on PR #412: URL: https://github.com/apache/maven-indexer/pull/412#issuecomment-2918233894 Superseded by #417. -- 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 specifi

Re: [PR] Bump org.jsoup:jsoup from 1.18.1 to 1.19.1 [maven-indexer]

2025-05-28 Thread via GitHub
dependabot[bot] closed pull request #412: Bump org.jsoup:jsoup from 1.18.1 to 1.19.1 URL: https://github.com/apache/maven-indexer/pull/412 -- 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 specifi

Re: [PR] Bump lucene.version from 9.11.1 to 10.1.0 [maven-indexer]

2025-05-28 Thread via GitHub
dependabot[bot] closed pull request #404: Bump lucene.version from 9.11.1 to 10.1.0 URL: https://github.com/apache/maven-indexer/pull/404 -- 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

Re: [PR] Bump lucene.version from 9.11.1 to 10.1.0 [maven-indexer]

2025-05-28 Thread via GitHub
dependabot[bot] commented on PR #404: URL: https://github.com/apache/maven-indexer/pull/404#issuecomment-2918233678 Superseded by #416. -- 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 specifi

[PR] Bump lucene.version from 9.11.1 to 10.2.1 [maven-indexer]

2025-05-28 Thread via GitHub
dependabot[bot] opened a new pull request, #416: URL: https://github.com/apache/maven-indexer/pull/416 Bumps `lucene.version` from 9.11.1 to 10.2.1. Updates `org.apache.lucene:lucene-core` from 9.11.1 to 10.2.1 Updates `org.apache.lucene:lucene-queryparser` from 9.11.1 to 10.2.1

[PR] Bump org.eclipse.sisu:org.eclipse.sisu.inject from 0.9.0.M3 to 0.9.0.M4 [maven-indexer]

2025-05-28 Thread via GitHub
dependabot[bot] opened a new pull request, #418: URL: https://github.com/apache/maven-indexer/pull/418 Bumps [org.eclipse.sisu:org.eclipse.sisu.inject](https://github.com/eclipse-sisu/sisu-project) from 0.9.0.M3 to 0.9.0.M4. Release notes Sourced from https://github.com/eclipse-si

Re: [PR] Bump com.google.guava:guava from 33.3.0-jre to 33.4.6-jre [maven-indexer]

2025-05-28 Thread via GitHub
dependabot[bot] closed pull request #415: Bump com.google.guava:guava from 33.3.0-jre to 33.4.6-jre URL: https://github.com/apache/maven-indexer/pull/415 -- 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

Re: [PR] Bump com.google.guava:guava from 33.3.0-jre to 33.4.6-jre [maven-indexer]

2025-05-28 Thread via GitHub
dependabot[bot] commented on PR #415: URL: https://github.com/apache/maven-indexer/pull/415#issuecomment-2918234084 Superseded by #419. -- 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 specifi

[PR] Bump com.google.code.gson:gson from 2.11.0 to 2.13.1 [maven-indexer]

2025-05-28 Thread via GitHub
dependabot[bot] opened a new pull request, #420: URL: https://github.com/apache/maven-indexer/pull/420 Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.11.0 to 2.13.1. Release notes Sourced from https://github.com/google/gson/releases";>com.google.code.gson:

[PR] Bump org.apache.maven.archetype:archetype-catalog from 3.2.1 to 3.4.0 [maven-indexer]

2025-05-28 Thread via GitHub
dependabot[bot] opened a new pull request, #421: URL: https://github.com/apache/maven-indexer/pull/421 Bumps org.apache.maven.archetype:archetype-catalog from 3.2.1 to 3.4.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?depe

Re: [PR] Bump com.google.code.gson:gson from 2.11.0 to 2.12.1 [maven-indexer]

2025-05-28 Thread via GitHub
dependabot[bot] commented on PR #409: URL: https://github.com/apache/maven-indexer/pull/409#issuecomment-2918235357 Superseded by #420. -- 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 specifi

[PR] Bump com.google.guava:guava from 33.3.0-jre to 33.4.8-jre [maven-indexer]

2025-05-28 Thread via GitHub
dependabot[bot] opened a new pull request, #419: URL: https://github.com/apache/maven-indexer/pull/419 Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.3.0-jre to 33.4.8-jre. Release notes Sourced from https://github.com/google/guava/releases";>com.google.gua

  1   2   >