Re: [PR] #200 [core] `Migrate to Java 21` [maven-pmd-plugin]

2025-05-04 Thread via GitHub
slawekjaranowski commented on PR #201: URL: https://github.com/apache/maven-pmd-plugin/pull/201#issuecomment-2849997907 The version 3.x of plugin is dedicated to Maven 3.x which is JDK 8 so it will still be a JDK 8 First we need to migrate API to Maven 4.x -- This is an au

[jira] [Closed] (MNG-8721) Prints Warnings about JANSI when running on JDK 24

2025-05-04 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MNG-8721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed MNG-8721. Resolution: Duplicate It was resolved in MNG-8248 > Prints Warnings about JANSI when running

[PR] Remove Stale label on comments [maven-gh-actions-shared]

2025-05-04 Thread via GitHub
slawekjaranowski opened a new pull request, #162: URL: https://github.com/apache/maven-gh-actions-shared/pull/162 We can also remove the Stale label -- 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 t

[PR] Bump com.github.luben:zstd-jni from 1.5.7-2 to 1.5.7-3 [maven-assembly-plugin]

2025-05-04 Thread via GitHub
dependabot[bot] opened a new pull request, #225: URL: https://github.com/apache/maven-assembly-plugin/pull/225 Bumps [com.github.luben:zstd-jni](https://github.com/luben/zstd-jni) from 1.5.7-2 to 1.5.7-3. Commits https://github.com/luben/zstd-jni/commit/6fa4427bdcad2bb93319f9b2

Re: [PR] [MNG-6732] - DefaultArtifactDescriptorReader.loadPom to check IGNORE_MISSING policy upon ArtifactTransferException [maven]

2025-05-04 Thread via GitHub
github-actions[bot] commented on PR #277: URL: https://github.com/apache/maven/pull/277#issuecomment-2849834451 This pull request is stale because it has been waiting for feedback for 60 days. Remove the stale label or comment on this PR, or it will be automatically closed in 30 days. --

Re: [PR] [MNG-7083] - introduce lazy Log message evaluation [maven]

2025-05-04 Thread via GitHub
github-actions[bot] commented on PR #438: URL: https://github.com/apache/maven/pull/438#issuecomment-2849834422 This pull request is stale because it has been waiting for feedback for 60 days. Remove the stale label or comment on this PR, or it will be automatically closed in 30 days. --

[PR] Bump jetty9Version from 9.4.55.v20240627 to 12.0.20 [maven]

2025-05-04 Thread via GitHub
dependabot[bot] opened a new pull request, #2299: URL: https://github.com/apache/maven/pull/2299 Bumps `jetty9Version` from 9.4.55.v20240627 to 12.0.20. Updates `org.eclipse.jetty:jetty-server` from 9.4.55.v20240627 to 12.0.20 Updates `org.eclipse.jetty:jetty-security` from 9.4.55.v

Re: [PR] Configuration parameter for deleting read-only files [maven-clean-plugin]

2025-05-04 Thread via GitHub
desruisseaux commented on PR #250: URL: https://github.com/apache/maven-clean-plugin/pull/250#issuecomment-2849720324 I will try to port to 3.x tomorrow. It will be partially a different development because 4.0 is based on `java.nio.file.FileVisitor`, while 3.x has not done this migration.

Re: [PR] Configuration parameter for deleting read-only files [maven-clean-plugin]

2025-05-04 Thread via GitHub
slawekjaranowski commented on PR #250: URL: https://github.com/apache/maven-clean-plugin/pull/250#issuecomment-2849459761 It will be more difficult to beckport it to 3.x ... @desruisseaux can you try it ... -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] Configuration parameter for deleting read-only files [maven-clean-plugin]

2025-05-04 Thread via GitHub
slawekjaranowski commented on code in PR #250: URL: https://github.com/apache/maven-clean-plugin/pull/250#discussion_r2072722271 ## src/it/read-only/verify.bsh: ## @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor licens

[PR] Skip release drafter only on the next development version [maven-gh-actions-shared]

2025-05-04 Thread via GitHub
slawekjaranowski opened a new pull request, #161: URL: https://github.com/apache/maven-gh-actions-shared/pull/161 Release drafter should refresh the draft with the current release version -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[PR] Test MavenITmng7587Jsr330 should be executed on every JDK [maven]

2025-05-04 Thread via GitHub
slawekjaranowski opened a new pull request, #2298: URL: https://github.com/apache/maven/pull/2298 When we use the latest ASM, sisu test should be passed on every JDK When we drop JDK 17 from build, the test will be skipped -- This is an automated message from the Apache Git

[PR] Use a standard tag template for releases [maven-parent]

2025-05-04 Thread via GitHub
slawekjaranowski opened a new pull request, #468: URL: https://github.com/apache/maven-parent/pull/468 This revert commit: 23aaceb2a85669cd3bfbfd7380691ea1e2f0221a https://github.com/apache/maven-parent/pull/455 And discussion: https://lists.apache.org/thread/f1n9moo9th1dn94z84

[jira] [Closed] (MNG-8399) JDK 24+ issues warning about usage of sun.misc.Unsafe

2025-05-04 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MNG-8399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed MNG-8399. Resolution: Fixed > JDK 24+ issues warning about usage of sun.misc.Unsafe > -

[jira] [Assigned] (MNG-8399) JDK 24+ issues warning about usage of sun.misc.Unsafe

2025-05-04 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MNG-8399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski reassigned MNG-8399: Assignee: Slawomir Jaranowski > JDK 24+ issues warning about usage of sun.misc.Unsaf

[PR] [MNG-8722] Enable MavenITmng7587Jsr330 for Maven 3.9.10 and JDK 17+ [maven-integration-testing]

2025-05-04 Thread via GitHub
slawekjaranowski opened a new pull request, #404: URL: https://github.com/apache/maven-integration-testing/pull/404 https://issues.apache.org/jira/browse/MNG-7587 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[jira] [Created] (MNG-8722) Use a single standalone version of asm

2025-05-04 Thread Slawomir Jaranowski (Jira)
Slawomir Jaranowski created MNG-8722: Summary: Use a single standalone version of asm Key: MNG-8722 URL: https://issues.apache.org/jira/browse/MNG-8722 Project: Maven Issue Type: Improvem

Re: [PR] [MNG-8632] Update Full Build pipeline to also build with JDK 24 [maven]

2025-05-04 Thread via GitHub
cstamas commented on PR #2169: URL: https://github.com/apache/maven/pull/2169#issuecomment-2849384169 Yes, we plan to do it soon -- 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 comme

Re: [PR] [MNG-8632] Update Full Build pipeline to also build with JDK 24 [maven]

2025-05-04 Thread via GitHub
slawekjaranowski commented on PR #2169: URL: https://github.com/apache/maven/pull/2169#issuecomment-2849383901 @kwin @cstamas is it a chance to release next version of Sisu -- 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.plexus:plexus-java from 1.4.0 to 1.5.0 [maven-compiler-plugin]

2025-05-04 Thread via GitHub
slachiewicz merged PR #324: URL: https://github.com/apache/maven-compiler-plugin/pull/324 -- 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-unsubsc

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

2025-05-04 Thread via GitHub
dependabot[bot] commented on PR #315: URL: https://github.com/apache/maven-compiler-plugin/pull/315#issuecomment-2849351477 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor

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

2025-05-04 Thread via GitHub
slachiewicz closed pull request #315: Bump org.apache.maven.plugins:maven-plugins from 43 to 44 URL: https://github.com/apache/maven-compiler-plugin/pull/315 -- 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 t

Re: [PR] [MNG-8718] Restore Maven 3 compat: ProjectBuilder is unusable for legacy code [maven]

2025-05-04 Thread via GitHub
cstamas commented on code in PR #2285: URL: https://github.com/apache/maven/pull/2285#discussion_r2072662659 ## impl/maven-core/src/main/java/org/apache/maven/DefaultMaven.java: ## @@ -408,7 +408,10 @@ private void persistResumptionData(MavenExecutionResult result, MavenSession

Re: [PR] #200 [core] `Migrate to Java 21` [maven-pmd-plugin]

2025-05-04 Thread via GitHub
michael-o commented on PR #201: URL: https://github.com/apache/maven-pmd-plugin/pull/201#issuecomment-2849264159 > @michael-o i don't think that helping contributors to explain how our ci/cd works is wasting my time. Every new energy is valuable to OSS community. Also vote to migrate to Mav

Re: [PR] #200 [core] `Migrate to Java 21` [maven-pmd-plugin]

2025-05-04 Thread via GitHub
slachiewicz commented on PR #201: URL: https://github.com/apache/maven-pmd-plugin/pull/201#issuecomment-2849256564 @michael-o i don't think that helping contributors to explain how our ci/cd works is wasting my time. Every new energy is valuable to OSS community. Also vote to migrate to Mav

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

2025-05-04 Thread via GitHub
desruisseaux commented on PR #315: URL: https://github.com/apache/maven-compiler-plugin/pull/315#issuecomment-2849234700 Replaced by #328. -- 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 spe

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

2025-05-04 Thread via GitHub
desruisseaux opened a new pull request, #328: URL: https://github.com/apache/maven-compiler-plugin/pull/328 This is in replacement of #315 generated by dependabot. Upgrading the `maven-plugins` dependency is more work than just upgrading the version number, because: * New errors are

Re: [PR] Update README in 3.x branch [maven-clean-plugin]

2025-05-04 Thread via GitHub
slawekjaranowski merged PR #249: URL: https://github.com/apache/maven-clean-plugin/pull/249 -- 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] Enable Github Issues and update to verify workflow [maven-jdeprscan-plugin]

2025-05-04 Thread via GitHub
Bukama commented on code in PR #37: URL: https://github.com/apache/maven-jdeprscan-plugin/pull/37#discussion_r2072565569 ## .github/workflows/maven.yaml: ## @@ -1,54 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements.

Re: [PR] Enable Github Issues and update to verify workflow [maven-jdeprscan-plugin]

2025-05-04 Thread via GitHub
Bukama commented on code in PR #37: URL: https://github.com/apache/maven-jdeprscan-plugin/pull/37#discussion_r2072565281 ## .github/workflows/maven.yaml: ## @@ -1,54 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements.

Re: [PR] Pull #2291: `Modernize codebase with Java improvements - Unnecessary throws` [maven]

2025-05-04 Thread via GitHub
Pankraz76 commented on PR #2291: URL: https://github.com/apache/maven/pull/2291#issuecomment-2849078577 > No incompatible change in `compat` modules is required. done. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] Enable Github Issues [maven-stage-plugin]

2025-05-04 Thread via GitHub
slawekjaranowski commented on PR #19: URL: https://github.com/apache/maven-stage-plugin/pull/19#issuecomment-2849049326 There was releases https://github.com/apache/maven-stage-plugin/tags -- This is an automated message from the Apache Git Service. To respond to the message, please lo

Re: [PR] Enable Github Issues [maven-scripting-plugin]

2025-05-04 Thread via GitHub
slawekjaranowski commented on PR #35: URL: https://github.com/apache/maven-scripting-plugin/pull/35#issuecomment-2849048533 There was a release https://github.com/apache/maven-scripting-plugin/releases/tag/maven-scripting-plugin-3.0.0 -- This is an automated message from the Apache Gi