[PR] [MNG-8433] Use the switch expressions syntax [maven]

2024-12-14 Thread via GitHub
CrazyHZM opened a new pull request, #1983: URL: https://github.com/apache/maven/pull/1983 Following this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/MNG) filed for th

[jira] [Created] (MNG-8433) Use the switch expressions syntax

2024-12-14 Thread Zhongming Hua (Jira)
Zhongming Hua created MNG-8433: -- Summary: Use the switch expressions syntax Key: MNG-8433 URL: https://issues.apache.org/jira/browse/MNG-8433 Project: Maven Issue Type: Task Reporter

Re: [PR] [ARCHETYPE-691] Refactor FileCharsetDetector [maven-archetype]

2024-12-14 Thread via GitHub
Stellar1999 commented on code in PR #248: URL: https://github.com/apache/maven-archetype/pull/248#discussion_r1885468606 ## archetype-common/src/main/java/org/apache/maven/archetype/creator/FilesetArchetypeCreator.java: ## @@ -1632,6 +1634,18 @@ private FileSet getUnpackagedFile

Re: [PR] [ARCHETYPE-691] Refactor FileCharsetDetector [maven-archetype]

2024-12-14 Thread via GitHub
Stellar1999 commented on code in PR #248: URL: https://github.com/apache/maven-archetype/pull/248#discussion_r1885462776 ## archetype-common/src/main/java/org/apache/maven/archetype/creator/FilesetArchetypeCreator.java: ## @@ -1632,6 +1634,18 @@ private FileSet getUnpackagedFile

Re: [PR] Convert from plexus to guice injection [maven-scm]

2024-12-14 Thread via GitHub
elharo merged PR #229: URL: https://github.com/apache/maven-scm/pull/229 -- 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

Re: [PR] Remove dead commented code [maven-scm]

2024-12-14 Thread via GitHub
elharo merged PR #231: URL: https://github.com/apache/maven-scm/pull/231 -- 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

Re: [PR] Unabbreviate cl variable names [maven-scm]

2024-12-14 Thread via GitHub
elharo merged PR #230: URL: https://github.com/apache/maven-scm/pull/230 -- 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

Re: [PR] Declare used dependencies [maven-scm]

2024-12-14 Thread via GitHub
elharo merged PR #227: URL: https://github.com/apache/maven-scm/pull/227 -- 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

Re: [PR] Convert to Guice constructor injection [maven-release]

2024-12-14 Thread via GitHub
elharo merged PR #236: URL: https://github.com/apache/maven-release/pull/236 -- 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.ap

Re: [PR] Update sample code to use Guice injection instead of Plexus [maven-resolver]

2024-12-14 Thread via GitHub
elharo merged PR #627: URL: https://github.com/apache/maven-resolver/pull/627 -- 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.a

Re: [PR] Fix run-on sentence [maven-plugin-tools]

2024-12-14 Thread via GitHub
elharo merged PR #344: URL: https://github.com/apache/maven-plugin-tools/pull/344 -- 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: [PR] Update documnent to use Guice constructor injection [maven-plugin-tools]

2024-12-14 Thread via GitHub
elharo commented on code in PR #345: URL: https://github.com/apache/maven-plugin-tools/pull/345#discussion_r1885431946 ## maven-plugin-tools-annotations/src/site/apt/index.apt: ## @@ -132,6 +110,27 @@ public class MyMojo // prefer using project.getBuild().getDirectory()

Re: [PR] Begin converting this plugin to Guice constructor injection [maven-plugin-tools]

2024-12-14 Thread via GitHub
elharo merged PR #346: URL: https://github.com/apache/maven-plugin-tools/pull/346 -- 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: [PR] Prefer Guice injection [maven-pmd-plugin]

2024-12-14 Thread via GitHub
elharo merged PR #177: URL: https://github.com/apache/maven-pmd-plugin/pull/177 -- 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: [PR] Prefer Guice constructor injection [maven-gpg-plugin]

2024-12-14 Thread via GitHub
elharo commented on code in PR #126: URL: https://github.com/apache/maven-gpg-plugin/pull/126#discussion_r1885430747 ## src/main/java/org/apache/maven/plugins/gpg/SignDeployedMojo.java: ## @@ -106,11 +105,15 @@ public class SignDeployedMojo extends AbstractGpgMojo { @Parame

Re: [PR] Switch to modern I/O [maven-project-info-reports-plugin]

2024-12-14 Thread via GitHub
elharo commented on code in PR #91: URL: https://github.com/apache/maven-project-info-reports-plugin/pull/91#discussion_r1885428119 ## src/main/java/org/apache/maven/report/projectinfo/DependenciesReport.java: ## @@ -205,45 +205,27 @@ private DependencyNode resolveProject() {

Re: [PR] Convert to Guice constructor injection [maven-project-info-reports-plugin]

2024-12-14 Thread via GitHub
elharo merged PR #90: URL: https://github.com/apache/maven-project-info-reports-plugin/pull/90 -- 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-un

Re: [PR] [ARCHETYPE-691] Refactor FileCharsetDetector [maven-archetype]

2024-12-14 Thread via GitHub
elharo commented on code in PR #248: URL: https://github.com/apache/maven-archetype/pull/248#discussion_r1885424185 ## archetype-common/src/main/java/org/apache/maven/archetype/creator/FilesetArchetypeCreator.java: ## @@ -1632,6 +1634,18 @@ private FileSet getUnpackagedFileSet(

[jira] [Commented] (ARCHETYPE-691) Refactor FileCharsetDetector

2024-12-14 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/ARCHETYPE-691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17905767#comment-17905767 ] Elliotte Rusty Harold commented on ARCHETYPE-691: - You need to follow

[jira] [Commented] (MDEP-964) Allowlist org.glassfish:javax.json

2024-12-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MDEP-964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17905766#comment-17905766 ] ASF GitHub Bot commented on MDEP-964: - elharo commented on code in PR #459: URL: https

Re: [PR] [MDEP-964] Allowlist org.glassfish:javax.json [maven-dependency-plugin]

2024-12-14 Thread via GitHub
elharo commented on code in PR #459: URL: https://github.com/apache/maven-dependency-plugin/pull/459#discussion_r1885423199 ## src/main/java/org/apache/maven/plugins/dependency/analyze/AbstractAnalyzeMojo.java: ## @@ -231,7 +231,7 @@ public abstract class AbstractAnalyzeMojo ex

Re: [PR] Bump org.hamcrest:hamcrest-core from 2.2 to 3.0 [maven-shared-utils]

2024-12-14 Thread via GitHub
slachiewicz merged PR #180: URL: https://github.com/apache/maven-shared-utils/pull/180 -- 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..

Re: [PR] Bump org.hamcrest:hamcrest from 2.2 to 3.0 [maven-shared-utils]

2024-12-14 Thread via GitHub
slachiewicz merged PR #181: URL: https://github.com/apache/maven-shared-utils/pull/181 -- 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..

Re: [PR] Guice [maven-pdf-plugin]

2024-12-14 Thread via GitHub
slachiewicz commented on PR #61: URL: https://github.com/apache/maven-pdf-plugin/pull/61#issuecomment-2543364145 we should retire this plugin as it will not work with new Doxia -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

Re: [PR] Bump commons-codec:commons-codec from 1.17.0 to 1.17.1 [maven-shared-jar]

2024-12-14 Thread via GitHub
slachiewicz merged PR #44: URL: https://github.com/apache/maven-shared-jar/pull/44 -- 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: [PR] Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0 [maven-shared-jar]

2024-12-14 Thread via GitHub
slachiewicz merged PR #48: URL: https://github.com/apache/maven-shared-jar/pull/48 -- 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: [PR] Switch to modern I/O [maven-project-info-reports-plugin]

2024-12-14 Thread via GitHub
slachiewicz commented on code in PR #91: URL: https://github.com/apache/maven-project-info-reports-plugin/pull/91#discussion_r1885409367 ## src/main/java/org/apache/maven/report/projectinfo/DependenciesReport.java: ## @@ -205,45 +205,27 @@ private DependencyNode resolveProject(

Re: [PR] Bump org.junit:junit-bom from 5.11.2 to 5.11.3 [maven-toolchains-plugin]

2024-12-14 Thread via GitHub
slachiewicz merged PR #46: URL: https://github.com/apache/maven-toolchains-plugin/pull/46 -- 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 commons-io:commons-io from 2.17.0 to 2.18.0 [maven-gpg-plugin]

2024-12-14 Thread via GitHub
slachiewicz merged PR #124: URL: https://github.com/apache/maven-gpg-plugin/pull/124 -- 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...@

Re: [PR] Prefer Guice constructor injection [maven-gpg-plugin]

2024-12-14 Thread via GitHub
slachiewicz commented on code in PR #126: URL: https://github.com/apache/maven-gpg-plugin/pull/126#discussion_r1885408565 ## src/main/java/org/apache/maven/plugins/gpg/SignDeployedMojo.java: ## @@ -106,11 +105,15 @@ public class SignDeployedMojo extends AbstractGpgMojo { @P

Re: [PR] Bump mockitoVersion from 5.12.0 to 5.13.0 [maven-deploy-plugin]

2024-12-14 Thread via GitHub
dependabot[bot] closed pull request #77: Bump mockitoVersion from 5.12.0 to 5.13.0 URL: https://github.com/apache/maven-deploy-plugin/pull/77 -- 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 spec

Re: [PR] Bump mockitoVersion from 5.12.0 to 5.13.0 [maven-deploy-plugin]

2024-12-14 Thread via GitHub
dependabot[bot] commented on PR #77: URL: https://github.com/apache/maven-deploy-plugin/pull/77#issuecomment-2543361524 Superseded by #83. -- 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 mockitoVersion from 5.12.0 to 5.14.2 [maven-deploy-plugin]

2024-12-14 Thread via GitHub
dependabot[bot] opened a new pull request, #83: URL: https://github.com/apache/maven-deploy-plugin/pull/83 Bumps `mockitoVersion` from 5.12.0 to 5.14.2. Updates `org.mockito:mockito-junit-jupiter` from 5.12.0 to 5.14.2 Release notes Sourced from https://github.com/mockito/mockito

Re: [PR] Bump mockitoVersion from 5.12.0 to 5.13.0 [maven-deploy-plugin]

2024-12-14 Thread via GitHub
slachiewicz commented on PR #77: URL: https://github.com/apache/maven-deploy-plugin/pull/77#issuecomment-2543361318 @dependabot recreate -- 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 speci

[jira] [Closed] (MWRAPPER-111) Failed to validate Maven Wrapper SHA-256 when properties file contains CRLF line endings

2024-12-14 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz closed MWRAPPER-111. - Resolution: Fixed > Failed to validate Maven Wrapper SHA-256 when properties fi

[jira] [Assigned] (MWRAPPER-111) Failed to validate Maven Wrapper SHA-256 when properties file contains CRLF line endings

2024-12-14 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz reassigned MWRAPPER-111: - Assignee: Sylwester Lachiewicz > Failed to validate Maven Wrapper SHA-

[jira] [Commented] (MWRAPPER-111) Failed to validate Maven Wrapper SHA-256 when properties file contains CRLF line endings

2024-12-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17905761#comment-17905761 ] ASF GitHub Bot commented on MWRAPPER-111: - slachiewicz merged PR #158: URL: htt

[jira] [Updated] (MWRAPPER-111) Failed to validate Maven Wrapper SHA-256 when properties file contains CRLF line endings

2024-12-14 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz updated MWRAPPER-111: -- Fix Version/s: 3.3.3 > Failed to validate Maven Wrapper SHA-256 when properti

Re: [PR] [MWRAPPER-111] Trim whitespace when reading from properties file [maven-wrapper]

2024-12-14 Thread via GitHub
slachiewicz merged PR #158: URL: https://github.com/apache/maven-wrapper/pull/158 -- 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

[jira] [Commented] (MWRAPPER-153) only-mvnw.cmd fails when FIPS mode is enabled on Windows hosts

2024-12-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17905760#comment-17905760 ] ASF GitHub Bot commented on MWRAPPER-153: - slachiewicz merged PR #157: URL: htt

[jira] [Closed] (MWRAPPER-153) only-mvnw.cmd fails when FIPS mode is enabled on Windows hosts

2024-12-14 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz closed MWRAPPER-153. - Resolution: Fixed > only-mvnw.cmd fails when FIPS mode is enabled on Windows ho

Re: [PR] [MWRAPPER-153] - Fixed only-mvnw.cmd fails when FIPS mode is enabled on Windows hosts [maven-wrapper]

2024-12-14 Thread via GitHub
slachiewicz merged PR #157: URL: https://github.com/apache/maven-wrapper/pull/157 -- 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

[jira] [Updated] (MWRAPPER-153) only-mvnw.cmd fails when FIPS mode is enabled on Windows hosts

2024-12-14 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz updated MWRAPPER-153: -- Fix Version/s: 3.3.3 > only-mvnw.cmd fails when FIPS mode is enabled on Windo

[jira] [Assigned] (MWRAPPER-153) only-mvnw.cmd fails when FIPS mode is enabled on Windows hosts

2024-12-14 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz reassigned MWRAPPER-153: - Assignee: Sylwester Lachiewicz > only-mvnw.cmd fails when FIPS mode is

Re: [PR] Bump org.apache.maven.resolver:maven-resolver-api from 1.9.20 to 2.0.4 [maven-wrapper]

2024-12-14 Thread via GitHub
dependabot[bot] commented on PR #160: URL: https://github.com/apache/maven-wrapper/pull/160#issuecomment-2543358366 OK, I won't notify you about version 2.x.x again, unless you re-open this PR. -- This is an automated message from the Apache Git Service. To respond to the message, please l

Re: [PR] Bump org.apache.maven.resolver:maven-resolver-api from 1.9.20 to 2.0.4 [maven-wrapper]

2024-12-14 Thread via GitHub
dependabot[bot] closed pull request #160: Bump org.apache.maven.resolver:maven-resolver-api from 1.9.20 to 2.0.4 URL: https://github.com/apache/maven-wrapper/pull/160 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] Bump org.apache.maven.resolver:maven-resolver-api from 1.9.20 to 2.0.4 [maven-wrapper]

2024-12-14 Thread via GitHub
slachiewicz commented on PR #160: URL: https://github.com/apache/maven-wrapper/pull/160#issuecomment-2543358337 @dependabot ignore this major version -- 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 commons-io:commons-io from 2.16.1 to 2.18.0 [maven-wrapper]

2024-12-14 Thread via GitHub
dependabot[bot] commented on PR #161: URL: https://github.com/apache/maven-wrapper/pull/161#issuecomment-2543358157 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 commons-io:commons-io from 2.16.1 to 2.18.0 [maven-wrapper]

2024-12-14 Thread via GitHub
slachiewicz commented on PR #161: URL: https://github.com/apache/maven-wrapper/pull/161#issuecomment-2543358144 @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 com

Re: [PR] Bump org.junit:junit-bom from 5.11.1 to 5.11.3 [maven-doxia]

2024-12-14 Thread via GitHub
slachiewicz merged PR #242: URL: https://github.com/apache/maven-doxia/pull/242 -- 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

[jira] [Commented] (MDEP-964) Allowlist org.glassfish:javax.json

2024-12-14 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MDEP-964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17905758#comment-17905758 ] ASF GitHub Bot commented on MDEP-964: - slachiewicz commented on code in PR #459: URL:

Re: [PR] [MDEP-964] Allowlist org.glassfish:javax.json [maven-dependency-plugin]

2024-12-14 Thread via GitHub
slachiewicz commented on code in PR #459: URL: https://github.com/apache/maven-dependency-plugin/pull/459#discussion_r1885401754 ## src/main/java/org/apache/maven/plugins/dependency/analyze/AbstractAnalyzeMojo.java: ## @@ -231,7 +231,7 @@ public abstract class AbstractAnalyzeMo

Re: [PR] Bump org.jsoup:jsoup from 1.18.1 to 1.18.3 [maven-dependency-plugin]

2024-12-14 Thread via GitHub
slachiewicz merged PR #494: URL: https://github.com/apache/maven-dependency-plugin/pull/494 -- 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

[PR] Bump org.htmlunit:htmlunit from 4.4.0 to 4.7.0 [maven-surefire]

2024-12-14 Thread via GitHub
dependabot[bot] opened a new pull request, #799: URL: https://github.com/apache/maven-surefire/pull/799 Bumps [org.htmlunit:htmlunit](https://github.com/HtmlUnit/htmlunit) from 4.4.0 to 4.7.0. Release notes Sourced from https://github.com/HtmlUnit/htmlunit/releases";>org.htmlunit:h

Re: [PR] Bump org.htmlunit:htmlunit from 4.4.0 to 4.5.0 [maven-surefire]

2024-12-14 Thread via GitHub
dependabot[bot] commented on PR #795: URL: https://github.com/apache/maven-surefire/pull/795#issuecomment-2543353426 Superseded by #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 specif

Re: [PR] Bump org.htmlunit:htmlunit from 4.4.0 to 4.5.0 [maven-surefire]

2024-12-14 Thread via GitHub
dependabot[bot] closed pull request #795: Bump org.htmlunit:htmlunit from 4.4.0 to 4.5.0 URL: https://github.com/apache/maven-surefire/pull/795 -- 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 sp

Re: [PR] Bump org.junit:junit-bom from 5.11.2 to 5.11.3 [maven-reporting-impl]

2024-12-14 Thread via GitHub
slachiewicz merged PR #57: URL: https://github.com/apache/maven-reporting-impl/pull/57 -- 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..

Re: [PR] Merge `ApacheLicenseResourceTransformer` tests [maven-shade-plugin]

2024-12-14 Thread via GitHub
slachiewicz merged PR #245: URL: https://github.com/apache/maven-shade-plugin/pull/245 -- 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..

Re: [PR] Bump org.slf4j:slf4j-api from 1.7.36 to 2.0.16 [maven-changes-plugin]

2024-12-14 Thread via GitHub
dependabot[bot] commented on PR #97: URL: https://github.com/apache/maven-changes-plugin/pull/97#issuecomment-2543352622 OK, I won't notify you about version 2.x.x again, unless you re-open this PR. -- This is an automated message from the Apache Git Service. To respond to the message, pl

Re: [PR] Bump org.slf4j:slf4j-api from 1.7.36 to 2.0.16 [maven-changes-plugin]

2024-12-14 Thread via GitHub
dependabot[bot] closed pull request #97: Bump org.slf4j:slf4j-api from 1.7.36 to 2.0.16 URL: https://github.com/apache/maven-changes-plugin/pull/97 -- 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 th

Re: [PR] Bump org.slf4j:slf4j-api from 1.7.36 to 2.0.16 [maven-changes-plugin]

2024-12-14 Thread via GitHub
slachiewicz commented on PR #97: URL: https://github.com/apache/maven-changes-plugin/pull/97#issuecomment-2543352604 @dependabot ignore this major version -- 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

Re: [PR] Bump org.junit:junit-bom from 5.11.2 to 5.11.3 [maven-jlink-plugin]

2024-12-14 Thread via GitHub
slachiewicz merged PR #219: URL: https://github.com/apache/maven-jlink-plugin/pull/219 -- 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..

Re: [PR] Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.1 to 3.11.2 [maven-mvnd]

2024-12-14 Thread via GitHub
slachiewicz merged PR #1217: URL: https://github.com/apache/maven-mvnd/pull/1217 -- 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...@mave

Re: [PR] Bump commons-io:commons-io from 2.16.1 to 2.18.0 [maven]

2024-12-14 Thread via GitHub
slachiewicz commented on PR #1926: URL: https://github.com/apache/maven/pull/1926#issuecomment-2543350907 @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.

Re: [PR] Bump commons-io:commons-io from 2.16.1 to 2.18.0 [maven-scm]

2024-12-14 Thread via GitHub
slachiewicz merged PR #226: URL: https://github.com/apache/maven-scm/pull/226 -- 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.a

Re: [PR] Bump org.apache.commons:commons-text from 1.12.0 to 1.13.0 [maven-scm]

2024-12-14 Thread via GitHub
slachiewicz merged PR #233: URL: https://github.com/apache/maven-scm/pull/233 -- 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.a

Re: [PR] Enable GitHub Issues [maven-apache-resources]

2024-12-14 Thread via GitHub
slachiewicz commented on PR #23: URL: https://github.com/apache/maven-apache-resources/pull/23#issuecomment-2543350125 LGTM -- 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: [PR] Bump org.apache.maven:maven-archiver from 3.6.2 to 3.6.3 [maven-site-plugin]

2024-12-14 Thread via GitHub
slachiewicz merged PR #212: URL: https://github.com/apache/maven-site-plugin/pull/212 -- 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...

Re: [PR] Bump releasePluginVersion from 3.1.0 to 3.1.1 [maven-scm-publish-plugin]

2024-12-14 Thread via GitHub
slachiewicz merged PR #40: URL: https://github.com/apache/maven-scm-publish-plugin/pull/40 -- 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-unsubs

Re: [PR] Upgraded plugins and components in ITs [maven-scm-publish-plugin]

2024-12-14 Thread via GitHub
slachiewicz closed pull request #38: Upgraded plugins and components in ITs URL: https://github.com/apache/maven-scm-publish-plugin/pull/38 -- 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 commons-io:commons-io from 2.16.1 to 2.18.0 [maven-scm-publish-plugin]

2024-12-14 Thread via GitHub
slachiewicz merged PR #47: URL: https://github.com/apache/maven-scm-publish-plugin/pull/47 -- 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-unsubs

Re: [PR] Bump org.slf4j:slf4j-simple from 1.7.36 to 2.0.9 [maven-jarsigner-plugin]

2024-12-14 Thread via GitHub
slachiewicz commented on PR #44: URL: https://github.com/apache/maven-jarsigner-plugin/pull/44#issuecomment-2543347771 @dependabot ignore this major version -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[jira] [Commented] (MNG-8414) The consumer pom should warn if not able to downgrade the model version to 4.0.0

2024-12-14 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17905756#comment-17905756 ] Guillaume Nodet commented on MNG-8414: -- So error instead of warning ? It can be turned

Re: [PR] Bump org.slf4j:slf4j-api from 1.7.36 to 2.0.16 [maven-jarsigner-plugin]

2024-12-14 Thread via GitHub
dependabot[bot] commented on PR #43: URL: https://github.com/apache/maven-jarsigner-plugin/pull/43#issuecomment-2543347844 OK, I won't notify you about version 2.x.x again, unless you re-open this PR. -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] Bump org.slf4j:slf4j-api from 1.7.36 to 2.0.16 [maven-jarsigner-plugin]

2024-12-14 Thread via GitHub
slachiewicz commented on PR #43: URL: https://github.com/apache/maven-jarsigner-plugin/pull/43#issuecomment-2543347823 @dependabot ignore this major version -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

Re: [PR] Bump org.slf4j:slf4j-api from 1.7.36 to 2.0.16 [maven-jarsigner-plugin]

2024-12-14 Thread via GitHub
dependabot[bot] closed pull request #43: Bump org.slf4j:slf4j-api from 1.7.36 to 2.0.16 URL: https://github.com/apache/maven-jarsigner-plugin/pull/43 -- 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

Re: [PR] Bump org.slf4j:slf4j-simple from 1.7.36 to 2.0.9 [maven-jarsigner-plugin]

2024-12-14 Thread via GitHub
dependabot[bot] commented on PR #44: URL: https://github.com/apache/maven-jarsigner-plugin/pull/44#issuecomment-2543347792 OK, I won't notify you about version 2.x.x again, unless you re-open this PR. -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] Bump org.slf4j:slf4j-simple from 1.7.36 to 2.0.9 [maven-jarsigner-plugin]

2024-12-14 Thread via GitHub
dependabot[bot] closed pull request #44: Bump org.slf4j:slf4j-simple from 1.7.36 to 2.0.9 URL: https://github.com/apache/maven-jarsigner-plugin/pull/44 -- 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

[jira] [Closed] (DOXIA-677) Macro for printing project properties

2024-12-14 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz closed DOXIA-677. -- Fix Version/s: (was: wontfix-candidate) Resolution: Won't Fix > Macro for pri

[jira] [Commented] (DOXIA-766) Improve navigation on https://maven.apache.org/doxia/

2024-12-14 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17905754#comment-17905754 ] Sylwester Lachiewicz commented on DOXIA-766: What about moving Doxia docs to t

[jira] [Commented] (DOXIA-765) Clarify the relation between FML and XDoc

2024-12-14 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17905755#comment-17905755 ] Sylwester Lachiewicz commented on DOXIA-765: I would deprecate FML at all > C

Re: [PR] Update documnent to use Guice constructor injection [maven-plugin-tools]

2024-12-14 Thread via GitHub
slachiewicz commented on code in PR #345: URL: https://github.com/apache/maven-plugin-tools/pull/345#discussion_r1885388942 ## maven-plugin-tools-annotations/src/site/apt/index.apt: ## @@ -132,6 +110,27 @@ public class MyMojo // prefer using project.getBuild().getDirectory

Re: [PR] Bump commons-io:commons-io from 2.17.0 to 2.18.0 [maven-artifact-plugin]

2024-12-14 Thread via GitHub
slachiewicz merged PR #72: URL: https://github.com/apache/maven-artifact-plugin/pull/72 -- 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.

Re: [PR] Bump commons-codec:commons-codec from 1.17.0 to 1.17.1 [maven-artifact-plugin]

2024-12-14 Thread via GitHub
slachiewicz merged PR #51: URL: https://github.com/apache/maven-artifact-plugin/pull/51 -- 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.

Re: [PR] Bump com.github.siom79.japicmp:japicmp-maven-plugin from 0.22.0 to 0.23.0 [maven-resolver]

2024-12-14 Thread via GitHub
slachiewicz commented on PR #569: URL: https://github.com/apache/maven-resolver/pull/569#issuecomment-2543343814 @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 co

Re: [PR] Bump com.github.siom79.japicmp:japicmp-maven-plugin from 0.22.0 to 0.23.0 [maven-resolver]

2024-12-14 Thread via GitHub
dependabot[bot] commented on PR #569: URL: https://github.com/apache/maven-resolver/pull/569#issuecomment-2543343828 Looks like this PR is already up-to-date with maven-resolver-1.9.x! If you'd still like to recreate it from scratch, overwriting any edits, you can request `@dependabot recre

Re: [PR] Bump org.hamcrest:hamcrest-core from 2.2 to 3.0 [maven-release]

2024-12-14 Thread via GitHub
slachiewicz merged PR #227: URL: https://github.com/apache/maven-release/pull/227 -- 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: [PR] Bump org.hamcrest:hamcrest from 2.2 to 3.0 [maven-release]

2024-12-14 Thread via GitHub
slachiewicz merged PR #226: URL: https://github.com/apache/maven-release/pull/226 -- 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

[PR] Port mvnsh changes [maven-mvnd]

2024-12-14 Thread via GitHub
cstamas opened a new pull request, #1228: URL: https://github.com/apache/maven-mvnd/pull/1228 Basically get rid of ResidentContext, is gone. -- 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 sp

Re: [PR] Bump com.fasterxml.jackson:jackson-bom from 2.18.1 to 2.18.2 [maven-dist-tool]

2024-12-14 Thread via GitHub
slachiewicz merged PR #84: URL: https://github.com/apache/maven-dist-tool/pull/84 -- 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: [PR] Bump org.wiremock:wiremock from 3.9.2 to 3.10.0 [maven-dist-tool]

2024-12-14 Thread via GitHub
slachiewicz merged PR #85: URL: https://github.com/apache/maven-dist-tool/pull/85 -- 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: [PR] Bump org.jsoup:jsoup from 1.18.1 to 1.18.3 [maven-dist-tool]

2024-12-14 Thread via GitHub
slachiewicz merged PR #86: URL: https://github.com/apache/maven-dist-tool/pull/86 -- 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: [PR] Bump org.codehaus.mojo:l10n-maven-plugin from 1.0.0 to 1.1.0 [maven-checkstyle-plugin]

2024-12-14 Thread via GitHub
slachiewicz merged PR #156: URL: https://github.com/apache/maven-checkstyle-plugin/pull/156 -- 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

[jira] [Reopened] (MSHARED-1455) Update to Maven 4.0.0 rc1

2024-12-14 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz reopened MSHARED-1455: --- > Update to Maven 4.0.0 rc1 > - > > Key

[jira] [Commented] (MNG-8414) The consumer pom should warn if not able to downgrade the model version to 4.0.0

2024-12-14 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-8414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17905750#comment-17905750 ] Tamas Cservenak commented on MNG-8414: -- I'd revert this behaviour: if cannot downgrade

Re: [PR] refactor: Replace Plexus AbstractLogEnabled with SLF4J [maven-checkstyle-plugin]

2024-12-14 Thread via GitHub
elharo merged PR #157: URL: https://github.com/apache/maven-checkstyle-plugin/pull/157 -- 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..

[jira] [Updated] (MNG-8432) Add possibility to use BOM properties in child pom.xml

2024-12-14 Thread Pavel_K (Jira)
[ https://issues.apache.org/jira/browse/MNG-8432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel_K updated MNG-8432: - Description: Currently, it is not possible to get BOM properties in child project. For example, if in child projec

[jira] [Created] (MNG-8432) Add possibility to use BOM properties in child pom.xml

2024-12-14 Thread Pavel_K (Jira)
Pavel_K created MNG-8432: Summary: Add possibility to use BOM properties in child pom.xml Key: MNG-8432 URL: https://issues.apache.org/jira/browse/MNG-8432 Project: Maven Issue Type: New Feature

Re: [PR] refactor: Replace Plexus AbstractLogEnabled with SLF4J [maven-checkstyle-plugin]

2024-12-14 Thread via GitHub
timtebeek commented on PR #157: URL: https://github.com/apache/maven-checkstyle-plugin/pull/157#issuecomment-2543225133 Apologies! Fixed now and `mvn veriry` shows no issues. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[jira] [Commented] (ARCHETYPE-691) Refactor FileCharsetDetector

2024-12-14 Thread Yu Yu (Jira)
[ https://issues.apache.org/jira/browse/ARCHETYPE-691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17905742#comment-17905742 ] Yu Yu commented on ARCHETYPE-691: - Please help with the code review. I have submitted

  1   2   >