Re: [PR] Bump org.apache.maven.resolver:maven-resolver-api from 2.0.7 to 2.0.8 [maven-install-plugin]

2025-04-16 Thread via GitHub


Bukama merged PR #343:
URL: https://github.com/apache/maven-install-plugin/pull/343


-- 
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 com.google.guava:guava from 33.4.7-jre to 33.4.8-jre [maven-install-plugin]

2025-04-16 Thread via GitHub


Bukama merged PR #345:
URL: https://github.com/apache/maven-install-plugin/pull/345


-- 
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] [MBUILDCACHE-113] java.security.AccessController in java.security has been deprecated and marked for removal [maven-build-cache-extension]

2025-04-16 Thread via GitHub


sebtiem opened a new pull request, #205:
URL: https://github.com/apache/maven-build-cache-extension/pull/205

   Following this checklist to help us incorporate your 
   contribution quickly and easily:
   
- [x] Make sure there is a [MBUILDCACHE JIRA 
issue](https://issues.apache.org/jira/browse/MBUILDCACHE) filed 
  for the change (usually before you start working on it).  Trivial 
changes like typos do not 
  require a JIRA issue.  Your pull request should address just this 
issue, without 
  pulling in other changes.
- [x] Each commit in the pull request should have a meaningful subject line 
and body.
- [x] Format the pull request title like `[MBUILDCACHE-XXX] - Fixes bug in 
ApproximateQuantiles`,
  where you replace `MBUILDCACHE-XXX` with the appropriate JIRA issue. 
Best practice
  is to use the JIRA issue title in the pull request title and in the 
first line of the 
  commit message.
- [x] Write a pull request description that is detailed enough to 
understand what the pull request does, how, and why.
- [x] Run `mvn clean verify` to make sure basic checks pass. A more 
thorough check will 
  be performed on your pull request automatically.
- [x] You have run the [Core IT][core-its] successfully.
   
   If your pull request is about ~20 lines of code you don't need to sign an
   [Individual Contributor License 
Agreement](https://www.apache.org/licenses/icla.pdf) if you are unsure
   please ask on the developers list.
   
   To make clear that you license your contribution under 
   the [Apache License Version 2.0, January 
2004](http://www.apache.org/licenses/LICENSE-2.0)
   you have to acknowledge this by using the following check-box.
   
- [x] I hereby declare this contribution to be licenced under the [Apache 
License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   
- [x] In any other case, please file an [Apache Individual Contributor 
License Agreement](https://www.apache.org/licenses/icla.pdf).
   
   [core-its]: https://maven.apache.org/core-its/core-it-suite/
   


-- 
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] (MBUILDCACHE-113) java.security.AccessController in java.security has been deprecated and marked for removal

2025-04-16 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated MBUILDCACHE-113:
---
Labels: pull-request-available  (was: )

> java.security.AccessController in java.security has been deprecated and 
> marked for removal
> --
>
> Key: MBUILDCACHE-113
> URL: https://issues.apache.org/jira/browse/MBUILDCACHE-113
> Project: Maven Build Cache Extension
>  Issue Type: Task
>Reporter: Sylwester Lachiewicz
>Priority: Major
>  Labels: pull-request-available
>
> in the class CloseableBuffer we have calls to 
> java.security.AccessController.doPrivileged that should be removed to support 
> Java 24+



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


[jira] [Commented] (MBUILDCACHE-113) java.security.AccessController in java.security has been deprecated and marked for removal

2025-04-16 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot commented on MBUILDCACHE-113:


sebtiem opened a new pull request, #205:
URL: https://github.com/apache/maven-build-cache-extension/pull/205

   Following this checklist to help us incorporate your 
   contribution quickly and easily:
   
- [x] Make sure there is a [MBUILDCACHE JIRA 
issue](https://issues.apache.org/jira/browse/MBUILDCACHE) filed 
  for the change (usually before you start working on it).  Trivial 
changes like typos do not 
  require a JIRA issue.  Your pull request should address just this 
issue, without 
  pulling in other changes.
- [x] Each commit in the pull request should have a meaningful subject line 
and body.
- [x] Format the pull request title like `[MBUILDCACHE-XXX] - Fixes bug in 
ApproximateQuantiles`,
  where you replace `MBUILDCACHE-XXX` with the appropriate JIRA issue. 
Best practice
  is to use the JIRA issue title in the pull request title and in the 
first line of the 
  commit message.
- [x] Write a pull request description that is detailed enough to 
understand what the pull request does, how, and why.
- [x] Run `mvn clean verify` to make sure basic checks pass. A more 
thorough check will 
  be performed on your pull request automatically.
- [x] You have run the [Core IT][core-its] successfully.
   
   If your pull request is about ~20 lines of code you don't need to sign an
   [Individual Contributor License 
Agreement](https://www.apache.org/licenses/icla.pdf) if you are unsure
   please ask on the developers list.
   
   To make clear that you license your contribution under 
   the [Apache License Version 2.0, January 
2004](http://www.apache.org/licenses/LICENSE-2.0)
   you have to acknowledge this by using the following check-box.
   
- [x] I hereby declare this contribution to be licenced under the [Apache 
License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   
- [x] In any other case, please file an [Apache Individual Contributor 
License Agreement](https://www.apache.org/licenses/icla.pdf).
   
   [core-its]: https://maven.apache.org/core-its/core-it-suite/
   




> java.security.AccessController in java.security has been deprecated and 
> marked for removal
> --
>
> Key: MBUILDCACHE-113
> URL: https://issues.apache.org/jira/browse/MBUILDCACHE-113
> Project: Maven Build Cache Extension
>  Issue Type: Task
>Reporter: Sylwester Lachiewicz
>Priority: Major
>
> in the class CloseableBuffer we have calls to 
> java.security.AccessController.doPrivileged that should be removed to support 
> Java 24+



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


[jira] [Commented] (MTOOLCHAINS-53) NPE during display-discovered-jdk-toolchains goal

2025-04-16 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot commented on MTOOLCHAINS-53:
---

chabala commented on PR #54:
URL: 
https://github.com/apache/maven-toolchains-plugin/pull/54#issuecomment-2811241193

   This looks good as far as avoiding the NPE.
   
   Can probably do another followup issue about improving the heuristic for 
identifying older JDKs.




> NPE during display-discovered-jdk-toolchains goal
> -
>
> Key: MTOOLCHAINS-53
> URL: https://issues.apache.org/jira/browse/MTOOLCHAINS-53
> Project: Maven Toolchains Plugin
>  Issue Type: Bug
>Affects Versions: 3.2.0
> Environment: Xubuntu 22.10 amd64
> 5.19.0-46-generic 
> Apache Maven 3.9.4
>Reporter: Greg Chabala
>Assignee: Guillaume Nodet
>Priority: Major
>
> I should have tested sooner, been looking forward to MTOOLCHAINS-49 automatic 
> JDK discovery for toolchains without toolchains.xml.
> Testing the display-discovered-jdk-toolchains goal, no toolchains discovered, 
> but there's a warning with a NPE:
> {noformat}
> $ mvn 
> org.apache.maven.plugins:maven-toolchains-plugin:3.2.0:display-discovered-jdk-toolchains
> [INFO] Scanning for projects...
> [INFO] 
> [INFO] -< org.chabala.example:example-blank 
> >--
> [INFO] Building example-blank 1.0.0-SNAPSHOT
> [INFO]   from pom.xml
> [INFO] [ jar 
> ]-
> [INFO] 
> [INFO] --- toolchains:3.2.0:display-discovered-jdk-toolchains (default-cli) @ 
> example-blank ---
> [INFO] Found 3 possible jdks: [/usr/lib/jvm/adoptopenjdk-11-hotspot-amd64, 
> /usr/lib/jvm/jdk1.5.0_22, /usr/lib/jvm/adoptopenjdk-8-hotspot-amd64]
> [WARNING] Error discovering toolchains (enable debug level for more 
> information): java.lang.NullPointerException
> [INFO] Discovered 0 JDK toolchains:
> [INFO] 
> 
> [INFO] BUILD SUCCESS
> [INFO] 
> 
> [INFO] Total time:  0.382 s
> [INFO] Finished at: 2024-04-21T22:41:22-05:00
> [INFO] 
> 
> {noformat}
> This is a nearly empty example project. Running with debug, some interesting 
> stacktrace:
> {noformat}
> $ mvn -X 
> org.apache.maven.plugins:maven-toolchains-plugin:3.2.0:display-discovered-jdk-toolchains
> Apache Maven 3.9.4 (dfbb324ad4a7c8fb0bf182e6d91b0ae20e3d2dd9)
> Maven home: /usr/local/apache-maven/apache-maven-3.9.4
> Java version: 1.8.0_292, vendor: AdoptOpenJDK, runtime: 
> /usr/lib/jvm/adoptopenjdk-8-hotspot-amd64/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux", version: "5.19.0-46-generic", arch: "amd64", family: "unix"
> [DEBUG] Created new class realm maven.api
> [DEBUG] Importing foreign packages into class realm maven.api
> [DEBUG]   Imported: javax.annotation.* < plexus.core
> [DEBUG]   Imported: javax.annotation.security.* < plexus.core
> [DEBUG]   Imported: javax.inject.* < plexus.core
> [DEBUG]   Imported: org.apache.maven.* < plexus.core
> [DEBUG]   Imported: org.apache.maven.artifact < plexus.core
> [DEBUG]   Imported: org.apache.maven.classrealm < plexus.core
> [DEBUG]   Imported: org.apache.maven.cli < plexus.core
> [DEBUG]   Imported: org.apache.maven.configuration < plexus.core
> [DEBUG]   Imported: org.apache.maven.exception < plexus.core
> [DEBUG]   Imported: org.apache.maven.execution < plexus.core
> [DEBUG]   Imported: org.apache.maven.execution.scope < plexus.core
> [DEBUG]   Imported: org.apache.maven.graph < plexus.core
> [DEBUG]   Imported: org.apache.maven.lifecycle < plexus.core
> [DEBUG]   Imported: org.apache.maven.model < plexus.core
> [DEBUG]   Imported: org.apache.maven.monitor < plexus.core
> [DEBUG]   Imported: org.apache.maven.plugin < plexus.core
> [DEBUG]   Imported: org.apache.maven.profiles < plexus.core
> [DEBUG]   Imported: org.apache.maven.project < plexus.core
> [DEBUG]   Imported: org.apache.maven.reporting < plexus.core
> [DEBUG]   Imported: org.apache.maven.repository < plexus.core
> [DEBUG]   Imported: org.apache.maven.rtinfo < plexus.core
> [DEBUG]   Imported: org.apache.maven.settings < plexus.core
> [DEBUG]   Imported: org.apache.maven.toolchain < plexus.core
> [DEBUG]   Imported: org.apache.maven.usability < plexus.core
> [DEBUG]   Imported: org.apache.maven.wagon.* < plexus.core
> [DEBUG]   Imported: org.apache.maven.wagon.authentication < plexus.core
> [DEBUG]   Imported: org.apache.maven.wagon.authorization < plexus.core
> [DEBUG]   Imported: org.apache.maven.wagon.events < plexus.core
> [DEBUG]   Imported: org.apache.maven.wagon.observers < plexus.core
> [DEBUG]   Impor

Re: [PR] [MTOOLCHAINS-53] Fix possible NPE [maven-toolchains-plugin]

2025-04-16 Thread via GitHub


chabala commented on PR #54:
URL: 
https://github.com/apache/maven-toolchains-plugin/pull/54#issuecomment-2811241193

   This looks good as far as avoiding the NPE.
   
   Can probably do another followup issue about improving the heuristic for 
identifying older JDKs.


-- 
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] Remove ejb3, par packaging from documentation [maven-site]

2025-04-16 Thread via GitHub


slawekjaranowski merged PR #758:
URL: https://github.com/apache/maven-site/pull/758


-- 
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] [Closed] (MTOOLCHAINS-64) Bump org.apache.maven.plugins:maven-plugins from 43 to 44

2025-04-16 Thread Guillaume Nodet (Jira)


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

Guillaume Nodet closed MTOOLCHAINS-64.
--
Resolution: Fixed

> Bump org.apache.maven.plugins:maven-plugins from 43 to 44
> -
>
> Key: MTOOLCHAINS-64
> URL: https://issues.apache.org/jira/browse/MTOOLCHAINS-64
> Project: Maven Toolchains Plugin
>  Issue Type: Dependency upgrade
>Reporter: Guillaume Nodet
>Assignee: Guillaume Nodet
>Priority: Major
> Fix For: 3.2.1
>
>
> GitHub Pull Request: https://github.com/apache/maven-toolchains-plugin/pull/52



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


[jira] [Updated] (MTOOLCHAINS-64) Bump org.apache.maven.plugins:maven-plugins from 43 to 44

2025-04-16 Thread Guillaume Nodet (Jira)


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

Guillaume Nodet updated MTOOLCHAINS-64:
---
Issue Type: Dependency upgrade  (was: Task)

> Bump org.apache.maven.plugins:maven-plugins from 43 to 44
> -
>
> Key: MTOOLCHAINS-64
> URL: https://issues.apache.org/jira/browse/MTOOLCHAINS-64
> Project: Maven Toolchains Plugin
>  Issue Type: Dependency upgrade
>Reporter: Guillaume Nodet
>Assignee: Guillaume Nodet
>Priority: Major
> Fix For: 3.2.1
>
>
> GitHub Pull Request: https://github.com/apache/maven-toolchains-plugin/pull/52



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


[jira] [Commented] (MTOOLCHAINS-65) Bump org.junit:junit-bom from 5.12.1 to 5.12.2

2025-04-16 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot commented on MTOOLCHAINS-65:
---

dependabot[bot] commented on PR #53:
URL: 
https://github.com/apache/maven-toolchains-plugin/pull/53#issuecomment-2809881922

   Looks like org.junit:junit-bom is no longer a dependency, so this is no 
longer needed.




> Bump org.junit:junit-bom from 5.12.1 to 5.12.2
> --
>
> Key: MTOOLCHAINS-65
> URL: https://issues.apache.org/jira/browse/MTOOLCHAINS-65
> Project: Maven Toolchains Plugin
>  Issue Type: Task
>Reporter: Guillaume Nodet
>Priority: Major
>
> GitHub Pull Request: https://github.com/apache/maven-toolchains-plugin/pull/53



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


[jira] [Commented] (MTOOLCHAINS-65) Bump org.junit:junit-bom from 5.12.1 to 5.12.2

2025-04-16 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot commented on MTOOLCHAINS-65:
---

dependabot[bot] closed pull request #53: [MTOOLCHAINS-65] Bump 
org.junit:junit-bom from 5.12.1 to 5.12.2
URL: https://github.com/apache/maven-toolchains-plugin/pull/53




> Bump org.junit:junit-bom from 5.12.1 to 5.12.2
> --
>
> Key: MTOOLCHAINS-65
> URL: https://issues.apache.org/jira/browse/MTOOLCHAINS-65
> Project: Maven Toolchains Plugin
>  Issue Type: Task
>Reporter: Guillaume Nodet
>Priority: Major
>
> GitHub Pull Request: https://github.com/apache/maven-toolchains-plugin/pull/53



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


[jira] [Updated] (MTOOLCHAINS-64) Bump org.apache.maven.plugins:maven-plugins from 43 to 44

2025-04-16 Thread Guillaume Nodet (Jira)


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

Guillaume Nodet updated MTOOLCHAINS-64:
---
Fix Version/s: 3.2.1

> Bump org.apache.maven.plugins:maven-plugins from 43 to 44
> -
>
> Key: MTOOLCHAINS-64
> URL: https://issues.apache.org/jira/browse/MTOOLCHAINS-64
> Project: Maven Toolchains Plugin
>  Issue Type: Task
>Reporter: Guillaume Nodet
>Assignee: Guillaume Nodet
>Priority: Major
> Fix For: 3.2.1
>
>
> GitHub Pull Request: https://github.com/apache/maven-toolchains-plugin/pull/52



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


Re: [PR] [MTOOLCHAINS-65] Bump org.junit:junit-bom from 5.12.1 to 5.12.2 [maven-toolchains-plugin]

2025-04-16 Thread via GitHub


dependabot[bot] commented on PR #53:
URL: 
https://github.com/apache/maven-toolchains-plugin/pull/53#issuecomment-2809881922

   Looks like org.junit:junit-bom is no longer a dependency, so this is no 
longer needed.


-- 
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] (MTOOLCHAINS-53) NPE during display-discovered-jdk-toolchains goal

2025-04-16 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot commented on MTOOLCHAINS-53:
---

gnodet opened a new pull request, #54:
URL: https://github.com/apache/maven-toolchains-plugin/pull/54

   (no comment)




> NPE during display-discovered-jdk-toolchains goal
> -
>
> Key: MTOOLCHAINS-53
> URL: https://issues.apache.org/jira/browse/MTOOLCHAINS-53
> Project: Maven Toolchains Plugin
>  Issue Type: Bug
>Affects Versions: 3.2.0
> Environment: Xubuntu 22.10 amd64
> 5.19.0-46-generic 
> Apache Maven 3.9.4
>Reporter: Greg Chabala
>Priority: Major
>
> I should have tested sooner, been looking forward to MTOOLCHAINS-49 automatic 
> JDK discovery for toolchains without toolchains.xml.
> Testing the display-discovered-jdk-toolchains goal, no toolchains discovered, 
> but there's a warning with a NPE:
> {noformat}
> $ mvn 
> org.apache.maven.plugins:maven-toolchains-plugin:3.2.0:display-discovered-jdk-toolchains
> [INFO] Scanning for projects...
> [INFO] 
> [INFO] -< org.chabala.example:example-blank 
> >--
> [INFO] Building example-blank 1.0.0-SNAPSHOT
> [INFO]   from pom.xml
> [INFO] [ jar 
> ]-
> [INFO] 
> [INFO] --- toolchains:3.2.0:display-discovered-jdk-toolchains (default-cli) @ 
> example-blank ---
> [INFO] Found 3 possible jdks: [/usr/lib/jvm/adoptopenjdk-11-hotspot-amd64, 
> /usr/lib/jvm/jdk1.5.0_22, /usr/lib/jvm/adoptopenjdk-8-hotspot-amd64]
> [WARNING] Error discovering toolchains (enable debug level for more 
> information): java.lang.NullPointerException
> [INFO] Discovered 0 JDK toolchains:
> [INFO] 
> 
> [INFO] BUILD SUCCESS
> [INFO] 
> 
> [INFO] Total time:  0.382 s
> [INFO] Finished at: 2024-04-21T22:41:22-05:00
> [INFO] 
> 
> {noformat}
> This is a nearly empty example project. Running with debug, some interesting 
> stacktrace:
> {noformat}
> $ mvn -X 
> org.apache.maven.plugins:maven-toolchains-plugin:3.2.0:display-discovered-jdk-toolchains
> Apache Maven 3.9.4 (dfbb324ad4a7c8fb0bf182e6d91b0ae20e3d2dd9)
> Maven home: /usr/local/apache-maven/apache-maven-3.9.4
> Java version: 1.8.0_292, vendor: AdoptOpenJDK, runtime: 
> /usr/lib/jvm/adoptopenjdk-8-hotspot-amd64/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux", version: "5.19.0-46-generic", arch: "amd64", family: "unix"
> [DEBUG] Created new class realm maven.api
> [DEBUG] Importing foreign packages into class realm maven.api
> [DEBUG]   Imported: javax.annotation.* < plexus.core
> [DEBUG]   Imported: javax.annotation.security.* < plexus.core
> [DEBUG]   Imported: javax.inject.* < plexus.core
> [DEBUG]   Imported: org.apache.maven.* < plexus.core
> [DEBUG]   Imported: org.apache.maven.artifact < plexus.core
> [DEBUG]   Imported: org.apache.maven.classrealm < plexus.core
> [DEBUG]   Imported: org.apache.maven.cli < plexus.core
> [DEBUG]   Imported: org.apache.maven.configuration < plexus.core
> [DEBUG]   Imported: org.apache.maven.exception < plexus.core
> [DEBUG]   Imported: org.apache.maven.execution < plexus.core
> [DEBUG]   Imported: org.apache.maven.execution.scope < plexus.core
> [DEBUG]   Imported: org.apache.maven.graph < plexus.core
> [DEBUG]   Imported: org.apache.maven.lifecycle < plexus.core
> [DEBUG]   Imported: org.apache.maven.model < plexus.core
> [DEBUG]   Imported: org.apache.maven.monitor < plexus.core
> [DEBUG]   Imported: org.apache.maven.plugin < plexus.core
> [DEBUG]   Imported: org.apache.maven.profiles < plexus.core
> [DEBUG]   Imported: org.apache.maven.project < plexus.core
> [DEBUG]   Imported: org.apache.maven.reporting < plexus.core
> [DEBUG]   Imported: org.apache.maven.repository < plexus.core
> [DEBUG]   Imported: org.apache.maven.rtinfo < plexus.core
> [DEBUG]   Imported: org.apache.maven.settings < plexus.core
> [DEBUG]   Imported: org.apache.maven.toolchain < plexus.core
> [DEBUG]   Imported: org.apache.maven.usability < plexus.core
> [DEBUG]   Imported: org.apache.maven.wagon.* < plexus.core
> [DEBUG]   Imported: org.apache.maven.wagon.authentication < plexus.core
> [DEBUG]   Imported: org.apache.maven.wagon.authorization < plexus.core
> [DEBUG]   Imported: org.apache.maven.wagon.events < plexus.core
> [DEBUG]   Imported: org.apache.maven.wagon.observers < plexus.core
> [DEBUG]   Imported: org.apache.maven.wagon.proxy < plexus.core
> [DEBUG]   Imported: org.apache.maven.wagon.repository < plexus.core
> [DEBUG]   Imported: org.apache.maven.wagon.resource < plexus.core
> [D

[jira] [Assigned] (MTOOLCHAINS-53) NPE during display-discovered-jdk-toolchains goal

2025-04-16 Thread Guillaume Nodet (Jira)


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

Guillaume Nodet reassigned MTOOLCHAINS-53:
--

Assignee: Guillaume Nodet

> NPE during display-discovered-jdk-toolchains goal
> -
>
> Key: MTOOLCHAINS-53
> URL: https://issues.apache.org/jira/browse/MTOOLCHAINS-53
> Project: Maven Toolchains Plugin
>  Issue Type: Bug
>Affects Versions: 3.2.0
> Environment: Xubuntu 22.10 amd64
> 5.19.0-46-generic 
> Apache Maven 3.9.4
>Reporter: Greg Chabala
>Assignee: Guillaume Nodet
>Priority: Major
>
> I should have tested sooner, been looking forward to MTOOLCHAINS-49 automatic 
> JDK discovery for toolchains without toolchains.xml.
> Testing the display-discovered-jdk-toolchains goal, no toolchains discovered, 
> but there's a warning with a NPE:
> {noformat}
> $ mvn 
> org.apache.maven.plugins:maven-toolchains-plugin:3.2.0:display-discovered-jdk-toolchains
> [INFO] Scanning for projects...
> [INFO] 
> [INFO] -< org.chabala.example:example-blank 
> >--
> [INFO] Building example-blank 1.0.0-SNAPSHOT
> [INFO]   from pom.xml
> [INFO] [ jar 
> ]-
> [INFO] 
> [INFO] --- toolchains:3.2.0:display-discovered-jdk-toolchains (default-cli) @ 
> example-blank ---
> [INFO] Found 3 possible jdks: [/usr/lib/jvm/adoptopenjdk-11-hotspot-amd64, 
> /usr/lib/jvm/jdk1.5.0_22, /usr/lib/jvm/adoptopenjdk-8-hotspot-amd64]
> [WARNING] Error discovering toolchains (enable debug level for more 
> information): java.lang.NullPointerException
> [INFO] Discovered 0 JDK toolchains:
> [INFO] 
> 
> [INFO] BUILD SUCCESS
> [INFO] 
> 
> [INFO] Total time:  0.382 s
> [INFO] Finished at: 2024-04-21T22:41:22-05:00
> [INFO] 
> 
> {noformat}
> This is a nearly empty example project. Running with debug, some interesting 
> stacktrace:
> {noformat}
> $ mvn -X 
> org.apache.maven.plugins:maven-toolchains-plugin:3.2.0:display-discovered-jdk-toolchains
> Apache Maven 3.9.4 (dfbb324ad4a7c8fb0bf182e6d91b0ae20e3d2dd9)
> Maven home: /usr/local/apache-maven/apache-maven-3.9.4
> Java version: 1.8.0_292, vendor: AdoptOpenJDK, runtime: 
> /usr/lib/jvm/adoptopenjdk-8-hotspot-amd64/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux", version: "5.19.0-46-generic", arch: "amd64", family: "unix"
> [DEBUG] Created new class realm maven.api
> [DEBUG] Importing foreign packages into class realm maven.api
> [DEBUG]   Imported: javax.annotation.* < plexus.core
> [DEBUG]   Imported: javax.annotation.security.* < plexus.core
> [DEBUG]   Imported: javax.inject.* < plexus.core
> [DEBUG]   Imported: org.apache.maven.* < plexus.core
> [DEBUG]   Imported: org.apache.maven.artifact < plexus.core
> [DEBUG]   Imported: org.apache.maven.classrealm < plexus.core
> [DEBUG]   Imported: org.apache.maven.cli < plexus.core
> [DEBUG]   Imported: org.apache.maven.configuration < plexus.core
> [DEBUG]   Imported: org.apache.maven.exception < plexus.core
> [DEBUG]   Imported: org.apache.maven.execution < plexus.core
> [DEBUG]   Imported: org.apache.maven.execution.scope < plexus.core
> [DEBUG]   Imported: org.apache.maven.graph < plexus.core
> [DEBUG]   Imported: org.apache.maven.lifecycle < plexus.core
> [DEBUG]   Imported: org.apache.maven.model < plexus.core
> [DEBUG]   Imported: org.apache.maven.monitor < plexus.core
> [DEBUG]   Imported: org.apache.maven.plugin < plexus.core
> [DEBUG]   Imported: org.apache.maven.profiles < plexus.core
> [DEBUG]   Imported: org.apache.maven.project < plexus.core
> [DEBUG]   Imported: org.apache.maven.reporting < plexus.core
> [DEBUG]   Imported: org.apache.maven.repository < plexus.core
> [DEBUG]   Imported: org.apache.maven.rtinfo < plexus.core
> [DEBUG]   Imported: org.apache.maven.settings < plexus.core
> [DEBUG]   Imported: org.apache.maven.toolchain < plexus.core
> [DEBUG]   Imported: org.apache.maven.usability < plexus.core
> [DEBUG]   Imported: org.apache.maven.wagon.* < plexus.core
> [DEBUG]   Imported: org.apache.maven.wagon.authentication < plexus.core
> [DEBUG]   Imported: org.apache.maven.wagon.authorization < plexus.core
> [DEBUG]   Imported: org.apache.maven.wagon.events < plexus.core
> [DEBUG]   Imported: org.apache.maven.wagon.observers < plexus.core
> [DEBUG]   Imported: org.apache.maven.wagon.proxy < plexus.core
> [DEBUG]   Imported: org.apache.maven.wagon.repository < plexus.core
> [DEBUG]   Imported: org.apache.maven.wagon.resource < plexus.core
> [DEBUG]   Imported: org.codehaus.classworlds < plexus.core
> [DEBUG]   Imported: org.codehaus.plexus.* <

Re: [PR] Switch to v4 api [maven-toolchains-plugin]

2025-04-16 Thread via GitHub


gnodet commented on PR #13:
URL: 
https://github.com/apache/maven-toolchains-plugin/pull/13#issuecomment-2809913760

   Superseded by #50 


-- 
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] Switch to v4 api [maven-toolchains-plugin]

2025-04-16 Thread via GitHub


gnodet closed pull request #13: Switch to v4 api
URL: https://github.com/apache/maven-toolchains-plugin/pull/13


-- 
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] Update parent 44 [maven-jmod-plugin]

2025-04-16 Thread via GitHub


Bukama merged PR #42:
URL: https://github.com/apache/maven-jmod-plugin/pull/42


-- 
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] (MTOOLCHAINS-64) Bump org.apache.maven.plugins:maven-plugins from 43 to 44

2025-04-16 Thread Guillaume Nodet (Jira)
Guillaume Nodet created MTOOLCHAINS-64:
--

 Summary: Bump org.apache.maven.plugins:maven-plugins from 43 to 44
 Key: MTOOLCHAINS-64
 URL: https://issues.apache.org/jira/browse/MTOOLCHAINS-64
 Project: Maven Toolchains Plugin
  Issue Type: Task
Reporter: Guillaume Nodet


GitHub Pull Request: https://github.com/apache/maven-toolchains-plugin/pull/52



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


[jira] [Created] (MTOOLCHAINS-65) Bump org.junit:junit-bom from 5.12.1 to 5.12.2

2025-04-16 Thread Guillaume Nodet (Jira)
Guillaume Nodet created MTOOLCHAINS-65:
--

 Summary: Bump org.junit:junit-bom from 5.12.1 to 5.12.2
 Key: MTOOLCHAINS-65
 URL: https://issues.apache.org/jira/browse/MTOOLCHAINS-65
 Project: Maven Toolchains Plugin
  Issue Type: Task
Reporter: Guillaume Nodet


GitHub Pull Request: https://github.com/apache/maven-toolchains-plugin/pull/53



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


Re: [PR] [MTOOLCHAINS-65] Bump org.junit:junit-bom from 5.12.1 to 5.12.2 [maven-toolchains-plugin]

2025-04-16 Thread via GitHub


dependabot[bot] closed pull request #53: [MTOOLCHAINS-65] Bump 
org.junit:junit-bom from 5.12.1 to 5.12.2
URL: https://github.com/apache/maven-toolchains-plugin/pull/53


-- 
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] (MTOOLCHAINS-64) Bump org.apache.maven.plugins:maven-plugins from 43 to 44

2025-04-16 Thread Guillaume Nodet (Jira)


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

Guillaume Nodet reassigned MTOOLCHAINS-64:
--

Assignee: Guillaume Nodet

> Bump org.apache.maven.plugins:maven-plugins from 43 to 44
> -
>
> Key: MTOOLCHAINS-64
> URL: https://issues.apache.org/jira/browse/MTOOLCHAINS-64
> Project: Maven Toolchains Plugin
>  Issue Type: Task
>Reporter: Guillaume Nodet
>Assignee: Guillaume Nodet
>Priority: Major
>
> GitHub Pull Request: https://github.com/apache/maven-toolchains-plugin/pull/52



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


[jira] [Commented] (MTOOLCHAINS-64) Bump org.apache.maven.plugins:maven-plugins from 43 to 44

2025-04-16 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot commented on MTOOLCHAINS-64:
---

gnodet merged PR #52:
URL: https://github.com/apache/maven-toolchains-plugin/pull/52




> Bump org.apache.maven.plugins:maven-plugins from 43 to 44
> -
>
> Key: MTOOLCHAINS-64
> URL: https://issues.apache.org/jira/browse/MTOOLCHAINS-64
> Project: Maven Toolchains Plugin
>  Issue Type: Task
>Reporter: Guillaume Nodet
>Priority: Major
>
> GitHub Pull Request: https://github.com/apache/maven-toolchains-plugin/pull/52



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


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

2025-04-16 Thread via GitHub


gnodet merged PR #52:
URL: https://github.com/apache/maven-toolchains-plugin/pull/52


-- 
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: [I] Add way to delete read-only files [maven-clean-plugin]

2025-04-16 Thread via GitHub


mira-silhavy commented on issue #109:
URL: 
https://github.com/apache/maven-clean-plugin/issues/109#issuecomment-2809659952

   We have the same problem, updating to `3.4.1` from `3.4.0` and clean plugin 
is failing to delete files and throw `AccessDeniedException`.
   ```
   Caused by: java.nio.file.AccessDeniedException: 
C:\_Work_\git\test\main\domain\target\generated-sources\xjc\com\test\TestEnum.java
   at sun.nio.fs.WindowsException.translateToIOException 
(WindowsException.java:89)
   at sun.nio.fs.WindowsException.rethrowAsIOException 
(WindowsException.java:103)
   at sun.nio.fs.WindowsException.rethrowAsIOException 
(WindowsException.java:108)
   at sun.nio.fs.WindowsFileSystemProvider.implDelete 
(WindowsFileSystemProvider.java:275)
   at sun.nio.fs.AbstractFileSystemProvider.delete 
(AbstractFileSystemProvider.java:105)
   at java.nio.file.Files.delete (Files.java:1152)
   at org.apache.maven.plugins.clean.Cleaner.delete (Cleaner.java:316)
   at org.apache.maven.plugins.clean.Cleaner.delete (Cleaner.java:276)
   at org.apache.maven.plugins.clean.Cleaner.delete (Cleaner.java:250)
   at org.apache.maven.plugins.clean.Cleaner.delete (Cleaner.java:222)
   at org.apache.maven.plugins.clean.Cleaner.delete (Cleaner.java:222)
   at org.apache.maven.plugins.clean.Cleaner.delete (Cleaner.java:222)
   at org.apache.maven.plugins.clean.Cleaner.delete (Cleaner.java:222)
   at org.apache.maven.plugins.clean.Cleaner.delete (Cleaner.java:222)
   at org.apache.maven.plugins.clean.Cleaner.delete (Cleaner.java:222)
   at org.apache.maven.plugins.clean.Cleaner.delete (Cleaner.java:222)
   at org.apache.maven.plugins.clean.Cleaner.delete (Cleaner.java:222)
   at org.apache.maven.plugins.clean.Cleaner.delete (Cleaner.java:222)
   at org.apache.maven.plugins.clean.Cleaner.delete (Cleaner.java:128)
   at org.apache.maven.plugins.clean.CleanMojo.execute (CleanMojo.java: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 unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

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



Re: [I] Broken link for maven dependency plugin documentation (analyze-exclusions). [maven-site]

2025-04-16 Thread via GitHub


Bukama commented on issue #760:
URL: https://github.com/apache/maven-site/issues/760#issuecomment-2811628348

   Thank you, will have a closer look this afternoon after work and will fix it.


-- 
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 com.google.guava:guava from 33.4.7-jre to 33.4.8-jre [maven-jar-plugin]

2025-04-16 Thread via GitHub


Bukama merged PR #141:
URL: https://github.com/apache/maven-jar-plugin/pull/141


-- 
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] ISSUE_263 Unable to add module as it is not of packaging 'pom' /fixed [maven-archetype]

2025-04-16 Thread via GitHub


thomasdaviddedalus opened a new pull request, #264:
URL: https://github.com/apache/maven-archetype/pull/264

   Check for packaging type pom relies now on child node of project.
   
   In PomUtils the packagingNode was previously based on the method 
getElementsByTagName.
   But using this method gets every node with name "packaging", not only the 
packaging node of
   the project.
   
   This was corrected by adapting the getModulesNode, changing its name to 
getModulesNode
   and using the parameter name for the node to be returned.
   
   Following this checklist to help us incorporate your
   contribution quickly and easily:
   
   - [x] Your pull request should address just one issue, without pulling in 
other changes.
   - [x] Write a pull request description that is detailed enough to understand 
what the pull request does, how, and why.
   - [x] Each commit in the pull request should have a meaningful subject line 
and body. 
 Note that commits might be squashed by a maintainer on merge.
   - [ ] Write unit tests that match behavioral changes, where the tests fail 
if the changes to the runtime are not applied. 
 This may not always be possible but is a best-practice.
   - [x] Run `mvn clean verify` to make sure basic checks pass.
 A more thorough check will be performed on your pull request automatically.
   - [x] You have run the integration tests successfully (`mvn -Prun-its clean 
verify`).
   
   
   If your pull request is about ~20 lines of code you don't need to sign an
   [Individual Contributor License 
Agreement](https://www.apache.org/licenses/icla.pdf) if you are unsure
   please ask on the developers list.
   
   To make clear that you license your contribution under
   the [Apache License Version 2.0, January 
2004](http://www.apache.org/licenses/LICENSE-2.0)
   you have to acknowledge this by using the following check-box.
   
   - [x] I hereby declare this contribution to be licenced under the [Apache 
License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   - [ ] In any other case, please file an [Apache Individual Contributor 
License Agreement](https://www.apache.org/licenses/icla.pdf).
   


-- 
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 commons-io:commons-io from 2.18.0 to 2.19.0 [maven-surefire]

2025-04-16 Thread via GitHub


Bukama merged PR #833:
URL: https://github.com/apache/maven-surefire/pull/833


-- 
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 org.graalvm.nativeimage:svm from 24.1.1 to 24.2.1 [maven-mvnd]

2025-04-16 Thread via GitHub


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

   Bumps [org.graalvm.nativeimage:svm](https://github.com/oracle/graal) from 
24.1.1 to 24.2.1.
   
   Commits
   
   https://github.com/oracle/graal/commit/5d94c2ee4e65e6a0ad564a588d47d76ed003bb7b";>5d94c2e
 release GraalVM 24.2.1
   https://github.com/oracle/graal/commit/5a9db749c71835f9ca735cde4f345125db0e2663";>5a9db74
 [GR-63702] Update 3rd party dependencies of GraalVM 24.2.1.
   https://github.com/oracle/graal/commit/cdea4560ca23e141993a8b3049ad085203ccacf3";>cdea456
 TruffleRuby depends on Ruby 3.3.7.
   https://github.com/oracle/graal/commit/f3c3e0a52f1a28631a815e9f1524c5336350bac8";>f3c3e0a
 GraalJS depends on ICU4J 76.1.
   https://github.com/oracle/graal/commit/7b65a245cea374b0960e3641f727133db9c7f8df";>7b65a24
 [GR-63631] Merge backports for the next 24.2 release.
   https://github.com/oracle/graal/commit/3ef551b3b98632a20bee2ccd0f92f477a9308ece";>3ef551b
 [GR-63483] Backport to 24.2: AMD64ArrayIndexOfOp: Fix short jump across 
unkno...
   https://github.com/oracle/graal/commit/cb68c4a94e0660f909264a7a1ece1711967cff4e";>cb68c4a
 [GR-63521] Backport to 24.2: Prevent rematerialization of SVM's 
LoadCompresse...
   https://github.com/oracle/graal/commit/fd7dcc2a486df60bee0b555c0eaa111e4c2dac23";>fd7dcc2
 [GR-63542] Backport to 24.2.1: Wasm Memory not cleared when WasmInstance out 
...
   https://github.com/oracle/graal/commit/814d18d23e2200bcb53d10239b52ea312b4dc632";>814d18d
 [GR-63540] Backport to 24.2.1: Compilation bailout in WasmFunctionInstance 
In...
   https://github.com/oracle/graal/commit/75a32f621fa530295007677f066339b3e30127cd";>75a32f6
 [GR-63538] Backport to 24.2.1: Avoid rereading code entries of already 
instan...
   Additional commits viewable in https://github.com/oracle/graal/compare/vm-24.1.1...vm-24.2.1";>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.graalvm.nativeimage:svm&package-manager=maven&previous-version=24.1.1&new-version=24.2.1)](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



Re: [PR] Bump org.graalvm.nativeimage:svm from 24.1.1 to 24.2.0 [maven-mvnd]

2025-04-16 Thread via GitHub


dependabot[bot] closed pull request #1296: Bump org.graalvm.nativeimage:svm 
from 24.1.1 to 24.2.0
URL: https://github.com/apache/maven-mvnd/pull/1296


-- 
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 org.graalvm.nativeimage:svm from 24.1.1 to 24.2.0 [maven-mvnd]

2025-04-16 Thread via GitHub


dependabot[bot] commented on PR #1296:
URL: https://github.com/apache/maven-mvnd/pull/1296#issuecomment-2809239118

   Superseded by #1310.


-- 
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 org.apache.maven.resolver:maven-resolver-api from 2.0.7 to 2.0.8 [maven-deploy-plugin]

2025-04-16 Thread via GitHub


Bukama merged PR #599:
URL: https://github.com/apache/maven-deploy-plugin/pull/599


-- 
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 com.google.guava:guava from 33.4.7-jre to 33.4.8-jre [maven-deploy-plugin]

2025-04-16 Thread via GitHub


Bukama merged PR #600:
URL: https://github.com/apache/maven-deploy-plugin/pull/600


-- 
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



[I] Unable to add module as it is not of packaging 'pom' [maven-archetype]

2025-04-16 Thread via GitHub


thomasdaviddedalus opened a new issue, #263:
URL: https://github.com/apache/maven-archetype/issues/263

   ### Affected version
   
   3.3.1
   
   ### Bug description
   
   The current implement of the check that a module is of type pom fails if the 
packaging tag is found on more than one places in the pom.
   
   Consider a pom which uses as plugin which has a configuration which contains 
a tag packaging.
   
   Example:
   
   org.apache.maven.plugins
   maven-deploy-plugin
   
   
   deploy-sbom
   
   deploy-file
   
   
   sbom-cyclonedx.json
   
${project.distributionManagement.repository.id}
   
${project.distributionManagement.repository.url}
   ${project.groupId}
   ${project.artifactId}
   ${project.version}
   json
   
   
   
   
   
   In this case, packaging is found twice and the build fails, triggered by the 
test in PomUtils.java


-- 
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.apache.org

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



[PR] Bump org.graalvm.nativeimage:svm from 24.2.0 to 24.2.1 [maven-mvnd]

2025-04-16 Thread via GitHub


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

   Bumps [org.graalvm.nativeimage:svm](https://github.com/oracle/graal) from 
24.2.0 to 24.2.1.
   
   Commits
   
   https://github.com/oracle/graal/commit/5d94c2ee4e65e6a0ad564a588d47d76ed003bb7b";>5d94c2e
 release GraalVM 24.2.1
   https://github.com/oracle/graal/commit/5a9db749c71835f9ca735cde4f345125db0e2663";>5a9db74
 [GR-63702] Update 3rd party dependencies of GraalVM 24.2.1.
   https://github.com/oracle/graal/commit/cdea4560ca23e141993a8b3049ad085203ccacf3";>cdea456
 TruffleRuby depends on Ruby 3.3.7.
   https://github.com/oracle/graal/commit/f3c3e0a52f1a28631a815e9f1524c5336350bac8";>f3c3e0a
 GraalJS depends on ICU4J 76.1.
   https://github.com/oracle/graal/commit/7b65a245cea374b0960e3641f727133db9c7f8df";>7b65a24
 [GR-63631] Merge backports for the next 24.2 release.
   https://github.com/oracle/graal/commit/3ef551b3b98632a20bee2ccd0f92f477a9308ece";>3ef551b
 [GR-63483] Backport to 24.2: AMD64ArrayIndexOfOp: Fix short jump across 
unkno...
   https://github.com/oracle/graal/commit/cb68c4a94e0660f909264a7a1ece1711967cff4e";>cb68c4a
 [GR-63521] Backport to 24.2: Prevent rematerialization of SVM's 
LoadCompresse...
   https://github.com/oracle/graal/commit/fd7dcc2a486df60bee0b555c0eaa111e4c2dac23";>fd7dcc2
 [GR-63542] Backport to 24.2.1: Wasm Memory not cleared when WasmInstance out 
...
   https://github.com/oracle/graal/commit/814d18d23e2200bcb53d10239b52ea312b4dc632";>814d18d
 [GR-63540] Backport to 24.2.1: Compilation bailout in WasmFunctionInstance 
In...
   https://github.com/oracle/graal/commit/75a32f621fa530295007677f066339b3e30127cd";>75a32f6
 [GR-63538] Backport to 24.2.1: Avoid rereading code entries of already 
instan...
   Additional commits viewable in https://github.com/oracle/graal/compare/vm-24.2.0...vm-24.2.1";>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.graalvm.nativeimage:svm&package-manager=maven&previous-version=24.2.0&new-version=24.2.1)](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] [Assigned] (MNG-8670) Concurrent executor doesn't fire ProjectSkipped events

2025-04-16 Thread Guillaume Nodet (Jira)


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

Guillaume Nodet reassigned MNG-8670:


Assignee: Guillaume Nodet

> Concurrent executor doesn't fire ProjectSkipped events
> --
>
> Key: MNG-8670
> URL: https://issues.apache.org/jira/browse/MNG-8670
> Project: Maven
>  Issue Type: Bug
>  Components: Core
>Affects Versions: 4.0.0-rc-3
>Reporter: Stefan Oehme
>Assignee: Guillaume Nodet
>Priority: Major
> Fix For: 4.0.0-rc-4
>
>
> When using the new multithreaded builde, there are no ProjectSkipped events 
> for projects that were skipped due to previous errors. There is no reference 
> to ProjectSkipped anywhere in BuildPlanExecutor. Compare that to the old 
> LifecycleModuleBuilder, which fires ProjectSkipped when the reactor is halted 
> or the project is blacklisted.
>  
> Our extension relies on these events to get a complete picture of what 
> happened during a build.



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


Re: [PR] [MNG-8676] Improve model builder error messages [maven]

2025-04-16 Thread via GitHub


cstamas merged PR #2257:
URL: https://github.com/apache/maven/pull/2257


-- 
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] [Closed] (MNG-8676) Improve model validator error messages

2025-04-16 Thread Tamas Cservenak (Jira)


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

Tamas Cservenak closed MNG-8676.

Resolution: Fixed

> Improve model validator error messages
> --
>
> Key: MNG-8676
> URL: https://issues.apache.org/jira/browse/MNG-8676
> Project: Maven
>  Issue Type: Task
>Reporter: Tamas Cservenak
>Assignee: Tamas Cservenak
>Priority: Major
> Fix For: 4.0.0-rc-4
>
>
> Figuring out a problem took way too long, as message emitted by model builder 
> and read by any human working on the issue was in fact misinterpreted, the 
> issue was reported OK but humans simply did not understand it (they were 
> reading string as GAV while it was GAT). See MRESOLVER-673 for more.



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


Re: [PR] [MNG-8685] Better support for CI systems [maven]

2025-04-16 Thread via GitHub


cstamas commented on PR #2254:
URL: https://github.com/apache/maven/pull/2254#issuecomment-2809028095

   In short, for mvn3 I'd envision some PR that is more close to your original 
PR (and adds verbose support for those that support it: GH and Travis IIRC?)


-- 
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] Cleanup extra semicolons [maven]

2025-04-16 Thread via GitHub


elharo merged PR #2229:
URL: https://github.com/apache/maven/pull/2229


-- 
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: [I] maven-surefire-plugin with version 3.5.3 shutdown hook is not triggered [maven-surefire]

2025-04-16 Thread via GitHub


timis1 closed issue #832: maven-surefire-plugin with version 3.5.3 shutdown 
hook is not triggered
URL: https://github.com/apache/maven-surefire/issues/832


-- 
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] build against 4.0.0-rc-3 [maven-build-cache-extension]

2025-04-16 Thread via GitHub


olamy merged PR #204:
URL: https://github.com/apache/maven-build-cache-extension/pull/204


-- 
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] (MNG-8693) Resolution of unneeded plugins

2025-04-16 Thread Tamas Cservenak (Jira)
Tamas Cservenak created MNG-8693:


 Summary: Resolution of unneeded plugins
 Key: MNG-8693
 URL: https://issues.apache.org/jira/browse/MNG-8693
 Project: Maven
  Issue Type: Bug
  Components: Core
Reporter: Tamas Cservenak
 Fix For: 4.0.0-rc-4


When a Mojo is directly invoked on CLI, that:
 * does not require project
 * is not used in the current project

It causes all defined (but unused) plugin to be resolved. Why?

Example: 
{noformat}
[cstamas@blondie njord (validation)]$ mvn -V njord:0.2.1-SNAPSHOT:list
Apache Maven 4.0.0-rc-4-SNAPSHOT (62ff34f70ba0c9abc243da638aa4fc16c4d010bc)
Maven home: /home/cstamas/Tools/maven/apache-maven-4.0.0-rc-4-SNAPSHOT
Java version: 21.0.6, vendor: Eclipse Adoptium, runtime: 
/home/cstamas/.sdkman/candidates/java/21.0.6-tem
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.14.2-300.fc42.x86_64", arch: "amd64", family: 
"unix"
[INFO] Mimir session created with DaemonNode 
(socketPath=/home/cstamas/.mimir/mimir-socket; daemonPID=7299; 
daemonVersion=0.4.1)
[INFO] Scanning for projects...
[INFO] 
--
[INFO] Reactor Build Order:
[INFO] 
[INFO] eu.maveniverse.maven.njord:njord                                         
                                            [pom]
[INFO] eu.maveniverse.maven.njord:core                                          
                                            [jar]
[INFO] eu.maveniverse.maven.njord.publisher:publisher                           
                                            [pom]
[INFO] eu.maveniverse.maven.njord.publisher:sonatype                            
                                            [jar]
[INFO] eu.maveniverse.maven.njord.publisher:apache                              
                                            [jar]
[INFO] eu.maveniverse.maven.njord:extension                                     
                                            [jar]
[INFO] eu.maveniverse.maven.plugins:njord                                       
                                   [maven-plugin]
[INFO] eu.maveniverse.maven.njord.it:it                                         
                                            [pom]
[INFO] eu.maveniverse.maven.njord.it:extension-its                              
                                            [pom]
Downloading from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/3.2.7/maven-gpg-plugin-3.2.7.pom
Downloaded from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/3.2.7/maven-gpg-plugin-3.2.7.pom
 (12 kB at 37.4 kB/s)
Downloading from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/3.2.7/maven-gpg-plugin-3.2.7.jar
Downloaded from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/3.2.7/maven-gpg-plugin-3.2.7.jar
 (74 kB at 700.7 kB/s)
Downloading from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/3.11.2/maven-javadoc-plugin-3.11.2.pom
Downloaded from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/3.11.2/maven-javadoc-plugin-3.11.2.pom
 (21 kB at 289.9 kB/s)
Downloading from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/3.11.2/maven-javadoc-plugin-3.11.2.jar
Downloaded from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/3.11.2/maven-javadoc-plugin-3.11.2.jar
 (524 kB at 3.4 MB/s)
Downloading from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-report-plugin/3.15.1/maven-plugin-report-plugin-3.15.1.pom
Downloaded from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-report-plugin/3.15.1/maven-plugin-report-plugin-3.15.1.pom
 (10 kB at 128.3 kB/s)
Downloading from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-report-plugin/3.15.1/maven-plugin-report-plugin-3.15.1.jar
Downloaded from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-report-plugin/3.15.1/maven-plugin-report-plugin-3.15.1.jar
 (56 kB at 318.4 kB/s)
Downloading from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/3.1.1/maven-release-plugin-3.1.1.pom
Downloaded from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/3.1.1/maven-release-plugin-3.1.1.pom
 (10 kB at 139.6 kB/s)
Downloading from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/release/maven-release/3.1.1/maven-release-3.1.1.pom
Downloaded from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/r

[jira] [Updated] (MNG-8693) Resolution of unneeded plugins

2025-04-16 Thread Tamas Cservenak (Jira)


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

Tamas Cservenak updated MNG-8693:
-
Description: 
When a Mojo is directly invoked on CLI, that:
 * does not require project
 * is not used in the current project

It causes all defined (but unused) plugin to be resolved. Why?

Example: 
{noformat}
[cstamas@blondie njord (validation)]$ mvn -V njord:0.2.1-SNAPSHOT:list
Apache Maven 4.0.0-rc-4-SNAPSHOT (62ff34f70ba0c9abc243da638aa4fc16c4d010bc)
Maven home: /home/cstamas/Tools/maven/apache-maven-4.0.0-rc-4-SNAPSHOT
Java version: 21.0.6, vendor: Eclipse Adoptium, runtime: 
/home/cstamas/.sdkman/candidates/java/21.0.6-tem
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.14.2-300.fc42.x86_64", arch: "amd64", family: 
"unix"
[INFO] Mimir session created with DaemonNode 
(socketPath=/home/cstamas/.mimir/mimir-socket; daemonPID=7299; 
daemonVersion=0.4.1)
[INFO] Scanning for projects...
[INFO] 
--
[INFO] Reactor Build Order:
[INFO] 
[INFO] eu.maveniverse.maven.njord:njord                                         
                                            [pom]
[INFO] eu.maveniverse.maven.njord:core                                          
                                            [jar]
[INFO] eu.maveniverse.maven.njord.publisher:publisher                           
                                            [pom]
[INFO] eu.maveniverse.maven.njord.publisher:sonatype                            
                                            [jar]
[INFO] eu.maveniverse.maven.njord.publisher:apache                              
                                            [jar]
[INFO] eu.maveniverse.maven.njord:extension                                     
                                            [jar]
[INFO] eu.maveniverse.maven.plugins:njord                                       
                                   [maven-plugin]
[INFO] eu.maveniverse.maven.njord.it:it                                         
                                            [pom]
[INFO] eu.maveniverse.maven.njord.it:extension-its                              
                                            [pom]
Downloading from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/3.2.7/maven-gpg-plugin-3.2.7.pom
Downloaded from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/3.2.7/maven-gpg-plugin-3.2.7.pom
 (12 kB at 37.4 kB/s)
Downloading from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/3.2.7/maven-gpg-plugin-3.2.7.jar
Downloaded from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/3.2.7/maven-gpg-plugin-3.2.7.jar
 (74 kB at 700.7 kB/s)
Downloading from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/3.11.2/maven-javadoc-plugin-3.11.2.pom
Downloaded from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/3.11.2/maven-javadoc-plugin-3.11.2.pom
 (21 kB at 289.9 kB/s)
Downloading from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/3.11.2/maven-javadoc-plugin-3.11.2.jar
Downloaded from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/3.11.2/maven-javadoc-plugin-3.11.2.jar
 (524 kB at 3.4 MB/s)
Downloading from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-report-plugin/3.15.1/maven-plugin-report-plugin-3.15.1.pom
Downloaded from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-report-plugin/3.15.1/maven-plugin-report-plugin-3.15.1.pom
 (10 kB at 128.3 kB/s)
Downloading from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-report-plugin/3.15.1/maven-plugin-report-plugin-3.15.1.jar
Downloaded from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-report-plugin/3.15.1/maven-plugin-report-plugin-3.15.1.jar
 (56 kB at 318.4 kB/s)
Downloading from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/3.1.1/maven-release-plugin-3.1.1.pom
Downloaded from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-release-plugin/3.1.1/maven-release-plugin-3.1.1.pom
 (10 kB at 139.6 kB/s)
Downloading from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/release/maven-release/3.1.1/maven-release-3.1.1.pom
Downloaded from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/release/maven-release/3.1.1/maven-release-3.1.1.pom
 (12 kB at 165.0 kB/s)
Downloading from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/plugins/mav