[jira] [Commented] (MNG-8029) improve documentation of mirror in settings

2024-02-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-8029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17813542#comment-17813542 ] ASF GitHub Bot commented on MNG-8029: - gnodet commented on code in PR #1395: URL:

Re: [PR] [MNG-8029] improve documentation about mirror settings [maven]

2024-02-01 Thread via GitHub
gnodet commented on code in PR #1395: URL: https://github.com/apache/maven/pull/1395#discussion_r1475693660 ## maven-settings/src/main/mdo/settings.mdo: ## @@ -621,16 +626,24 @@ 1.1.0+ String default - The layout of the mirror

Re: [PR] [MNG-8029] improve documentation about mirror settings [maven]

2024-02-01 Thread via GitHub
gnodet commented on code in PR #1395: URL: https://github.com/apache/maven/pull/1395#discussion_r1475690294 ## maven-settings/src/main/mdo/settings.mdo: ## @@ -621,16 +626,24 @@ 1.1.0+ String default - The layout of the mirror

[jira] [Commented] (MNG-8029) improve documentation of mirror in settings

2024-02-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-8029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17813540#comment-17813540 ] ASF GitHub Bot commented on MNG-8029: - gnodet commented on code in PR #1395: URL:

[jira] [Commented] (MWRAPPER-123) only-mvnw fails on AIX' ksh implementation

2024-02-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17813539#comment-17813539 ] ASF GitHub Bot commented on MWRAPPER-123: - slawekjaranowski commented on PR #117: URL:

Re: [PR] [MWRAPPER-123] hash string char-by-char for AIX's ksh implementation [maven-wrapper]

2024-02-01 Thread via GitHub
slawekjaranowski commented on PR #117: URL: https://github.com/apache/maven-wrapper/pull/117#issuecomment-1923265987 just out of curiosity, what result will be: ``` echo 'T="abcde"; echo "${T#?}"' | bash echo 'T="abcde"; echo "${T%${T#?}}"' | bash ``` -- This is an

[jira] [Commented] (MASSEMBLY-1017) Don't use deprecated methods in code

2024-02-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MASSEMBLY-1017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17813532#comment-17813532 ] ASF GitHub Bot commented on MASSEMBLY-1017: --- michael-o commented on PR #182: URL:

Re: [PR] [MASSEMBLY-1017] Don't use deprecated methods is code [maven-assembly-plugin]

2024-02-01 Thread via GitHub
michael-o commented on PR #182: URL: https://github.com/apache/maven-assembly-plugin/pull/182#issuecomment-1923222623 Does the summary have a typo? -- 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

[jira] [Updated] (MASSEMBLY-1017) Don't use deprecated methods in code

2024-02-01 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MASSEMBLY-1017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MASSEMBLY-1017: -- Summary: Don't use deprecated methods in code (was: Don't use deprecated methods

[jira] [Commented] (MWRAPPER-123) only-mvnw fails on AIX' ksh implementation

2024-02-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17813526#comment-17813526 ] ASF GitHub Bot commented on MWRAPPER-123: - bmarwell commented on PR #117: URL:

Re: [PR] [MWRAPPER-123] hash string char-by-char for AIX's ksh implementation [maven-wrapper]

2024-02-01 Thread via GitHub
bmarwell commented on PR #117: URL: https://github.com/apache/maven-wrapper/pull/117#issuecomment-1923203779 > My test: > > ``` > hash_string() { > str="${1:-}" h=0 > while [ -n "$str" ]; do > c="${str%${str#?}}" > h=$(( ( h * 31 + $(LC_CTYPE=C printf %d

[jira] [Commented] (MWRAPPER-123) only-mvnw fails on AIX' ksh implementation

2024-02-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17813506#comment-17813506 ] ASF GitHub Bot commented on MWRAPPER-123: - slawekjaranowski commented on PR #117: URL:

[jira] [Commented] (MNG-8029) improve documentation of mirror in settings

2024-02-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-8029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17813505#comment-17813505 ] ASF GitHub Bot commented on MNG-8029: - hboutemy commented on code in PR #1395: URL:

Re: [PR] [MWRAPPER-123] hash string char-by-char for AIX's ksh implementation [maven-wrapper]

2024-02-01 Thread via GitHub
slawekjaranowski commented on PR #117: URL: https://github.com/apache/maven-wrapper/pull/117#issuecomment-1923055548 My test: ``` hash_string() { str="${1:-}" h=0 while [ -n "$str" ]; do c="${str%${str#?}}" h=$(( ( h * 31 + $(LC_CTYPE=C printf %d "'$c") ) %

Re: [PR] [MNG-8029] improve documentation about mirror settings [maven]

2024-02-01 Thread via GitHub
hboutemy commented on code in PR #1395: URL: https://github.com/apache/maven/pull/1395#discussion_r1475609157 ## maven-settings/src/main/mdo/settings.mdo: ## @@ -621,16 +626,24 @@ 1.1.0+ String default - The layout of the mirror

[jira] [Commented] (MNG-8029) improve documentation of mirror in settings

2024-02-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-8029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17813503#comment-17813503 ] ASF GitHub Bot commented on MNG-8029: - hboutemy commented on code in PR #1395: URL:

Re: [PR] [MNG-8029] improve documentation about mirror settings [maven]

2024-02-01 Thread via GitHub
hboutemy commented on code in PR #1395: URL: https://github.com/apache/maven/pull/1395#discussion_r1475609157 ## maven-settings/src/main/mdo/settings.mdo: ## @@ -621,16 +626,24 @@ 1.1.0+ String default - The layout of the mirror

[jira] [Commented] (MNG-8029) improve documentation of mirror in settings

2024-02-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-8029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17813502#comment-17813502 ] ASF GitHub Bot commented on MNG-8029: - hboutemy commented on code in PR #1395: URL:

Re: [PR] [MNG-8029] improve documentation about mirror settings [maven]

2024-02-01 Thread via GitHub
hboutemy commented on code in PR #1395: URL: https://github.com/apache/maven/pull/1395#discussion_r1475609157 ## maven-settings/src/main/mdo/settings.mdo: ## @@ -621,16 +626,24 @@ 1.1.0+ String default - The layout of the mirror

[jira] [Commented] (MNG-8029) improve documentation of mirror in settings

2024-02-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-8029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17813501#comment-17813501 ] ASF GitHub Bot commented on MNG-8029: - hboutemy commented on code in PR #1395: URL:

Re: [PR] [MNG-8029] improve documentation about mirror settings [maven]

2024-02-01 Thread via GitHub
hboutemy commented on code in PR #1395: URL: https://github.com/apache/maven/pull/1395#discussion_r1475609157 ## maven-settings/src/main/mdo/settings.mdo: ## @@ -621,16 +626,24 @@ 1.1.0+ String default - The layout of the mirror

[jira] [Closed] (MSHADE-468) add plugin system requirements history section

2024-02-01 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy closed MSHADE-468. Assignee: Herve Boutemy Resolution: Fixed > add plugin system requirements history section

[jira] [Commented] (MSHADE-468) add plugin system requirements history section

2024-02-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17813499#comment-17813499 ] ASF GitHub Bot commented on MSHADE-468: --- hboutemy merged PR #213: URL:

Re: [PR] [MSHADE-468] add system requirements history [maven-shade-plugin]

2024-02-01 Thread via GitHub
hboutemy merged PR #213: URL: https://github.com/apache/maven-shade-plugin/pull/213 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[jira] [Commented] (MASSEMBLY-1016) clarify and fix plugin system requirements history

2024-02-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MASSEMBLY-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17813492#comment-17813492 ] ASF GitHub Bot commented on MASSEMBLY-1016: --- hboutemy merged PR #181: URL:

[jira] [Closed] (MASSEMBLY-1016) clarify and fix plugin system requirements history

2024-02-01 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MASSEMBLY-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy closed MASSEMBLY-1016. Assignee: Herve Boutemy Resolution: Fixed > clarify and fix plugin system

[jira] [Closed] (MWRAPPER-119) Upgrade Parent to 41

2024-02-01 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed MWRAPPER-119. Resolution: Fixed > Upgrade Parent to 41 > > >

Re: [PR] [MASSEMBLY-1016] fix history [maven-assembly-plugin]

2024-02-01 Thread via GitHub
hboutemy merged PR #181: URL: https://github.com/apache/maven-assembly-plugin/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:

[jira] [Commented] (MWRAPPER-119) Upgrade Parent to 41

2024-02-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17813491#comment-17813491 ] ASF GitHub Bot commented on MWRAPPER-119: - slawekjaranowski merged PR #110: URL:

Re: [PR] [MWRAPPER-119] Upgrade Parent to 41 [maven-wrapper]

2024-02-01 Thread via GitHub
slawekjaranowski merged PR #110: URL: https://github.com/apache/maven-wrapper/pull/110 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[jira] [Commented] (MNG-8013) Integration testing process logs can be output github artifact

2024-02-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-8013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17813462#comment-17813462 ] ASF GitHub Bot commented on MNG-8013: - CrazyHZM commented on code in PR #1375: URL:

Re: [PR] [MNG-8013] Integration testing process logs can be output github artifact [maven]

2024-02-01 Thread via GitHub
CrazyHZM commented on code in PR #1375: URL: https://github.com/apache/maven/pull/1375#discussion_r1475439232 ## .github/workflows/maven.yml: ## @@ -124,3 +124,10 @@ jobs: - name: Running integration tests shell: bash run: mvn install -e -B -V

Re: [PR] Bump org.testcontainers:testcontainers-bom from 1.19.3 to 1.19.4 [maven-build-cache-extension]

2024-02-01 Thread via GitHub
dependabot[bot] merged PR #127: URL: https://github.com/apache/maven-build-cache-extension/pull/127 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[jira] [Commented] (SUREFIRE-1731) Unable to test Multi Release Jar with surefire or failsafe

2024-02-01 Thread Alexander Kriegisch (Jira)
[ https://issues.apache.org/jira/browse/SUREFIRE-1731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17813439#comment-17813439 ] Alexander Kriegisch commented on SUREFIRE-1731: --- [~dmlloyd], thanks for the nice

[jira] [Closed] (MBUILDCACHE-81) Add an option to include project version as part of the cache hash key

2024-02-01 Thread Olivier Lamy (Jira)
[ https://issues.apache.org/jira/browse/MBUILDCACHE-81?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy closed MBUILDCACHE-81. --- Resolution: Fixed > Add an option to include project version as part of the cache hash

[jira] [Commented] (MBUILDCACHE-81) Add an option to include project version as part of the cache hash key

2024-02-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MBUILDCACHE-81?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17813438#comment-17813438 ] ASF GitHub Bot commented on MBUILDCACHE-81: --- olamy merged PR #129: URL:

Re: [PR] Bump org.testcontainers:testcontainers-bom from 1.19.3 to 1.19.4 [maven-build-cache-extension]

2024-02-01 Thread via GitHub
olamy commented on PR #127: URL: https://github.com/apache/maven-build-cache-extension/pull/127#issuecomment-1922584822 @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

Re: [PR] [MBUILDCACHE-81] - Add an option to include project version as part of the cache hash key [maven-build-cache-extension]

2024-02-01 Thread via GitHub
olamy merged PR #129: URL: https://github.com/apache/maven-build-cache-extension/pull/129 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[jira] [Commented] (MBUILDCACHE-81) Add an option to include project version as part of the cache hash key

2024-02-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MBUILDCACHE-81?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17813437#comment-17813437 ] ASF GitHub Bot commented on MBUILDCACHE-81: --- igdianov commented on PR #129: URL:

Re: [PR] [MBUILDCACHE-81] - Add an option to include project version as part of the cache hash key [maven-build-cache-extension]

2024-02-01 Thread via GitHub
igdianov commented on PR #129: URL: https://github.com/apache/maven-build-cache-extension/pull/129#issuecomment-1922578638 > I would suggest to change the title of the PR and the jira as well. As [MBUILDCACHE-76](https://issues.apache.org/jira/browse/MBUILDCACHE-76) has not been released

[jira] [Updated] (MBUILDCACHE-81) Add an option to include project version as part of the cache hash key

2024-02-01 Thread Igor Dianov (Jira)
[ https://issues.apache.org/jira/browse/MBUILDCACHE-81?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor Dianov updated MBUILDCACHE-81: --- Summary: Add an option to include project version as part of the cache hash key (was:

[jira] [Commented] (MBUILDCACHE-81) Cache portability between project versions is broken due to [MBUILDCACHE-76]

2024-02-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MBUILDCACHE-81?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17813431#comment-17813431 ] ASF GitHub Bot commented on MBUILDCACHE-81: --- olamy commented on PR #129: URL:

Re: [PR] [MBUILDCACHE-81] - Fixes cache portability between project versions is broken due to [MBUILDCACHE-76] [maven-build-cache-extension]

2024-02-01 Thread via GitHub
olamy commented on PR #129: URL: https://github.com/apache/maven-build-cache-extension/pull/129#issuecomment-1922493810 I would suggest to change the title of the PR and the jira as well. As MBUILDCACHE-76 has not been released but merged only, the release notes will be very confusing

[jira] [Updated] (MWRAPPER-119) Upgrade Parent to 41

2024-02-01 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski updated MWRAPPER-119: - Summary: Upgrade Parent to 41 (was: Upgrade Parent to 40) > Upgrade Parent to

[jira] [Commented] (MASSEMBLY-1017) Don't use deprecated methods is code

2024-02-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MASSEMBLY-1017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17813409#comment-17813409 ] ASF GitHub Bot commented on MASSEMBLY-1017: --- slawekjaranowski opened a new pull request,

[PR] [MASSEMBLY-1017] Don't use deprecated methods is code [maven-assembly-plugin]

2024-02-01 Thread via GitHub
slawekjaranowski opened a new pull request, #182: URL: https://github.com/apache/maven-assembly-plugin/pull/182 Following this checklist to help us incorporate your contribution quickly and easily: - [x] Make sure there is a [JIRA

[jira] [Created] (MASSEMBLY-1017) Don't use deprecated methods is code

2024-02-01 Thread Slawomir Jaranowski (Jira)
Slawomir Jaranowski created MASSEMBLY-1017: -- Summary: Don't use deprecated methods is code Key: MASSEMBLY-1017 URL: https://issues.apache.org/jira/browse/MASSEMBLY-1017 Project: Maven

[jira] [Updated] (MPOM-454) Warning about usage of deprecated API by compiler

2024-02-01 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MPOM-454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski updated MPOM-454: - Fix Version/s: MAVEN-42 > Warning about usage of deprecated API by compiler >

[PR] [MPOM-454] Warning about usage of deprecated API by compiler [maven-parent]

2024-02-01 Thread via GitHub
slawekjaranowski opened a new pull request, #162: URL: https://github.com/apache/maven-parent/pull/162 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[jira] [Assigned] (MPOM-454) Warning about usage of deprecated API by compiler

2024-02-01 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MPOM-454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski reassigned MPOM-454: Assignee: Slawomir Jaranowski > Warning about usage of deprecated API by compiler >

[jira] [Closed] (MJLINK-71) Require Maven 3.6.3 as new baseline

2024-02-01 Thread Benjamin Marwell (Jira)
[ https://issues.apache.org/jira/browse/MJLINK-71?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Marwell closed MJLINK-71. -- > Require Maven 3.6.3 as new baseline > --- > >

[jira] [Closed] (MJLINK-76) Upgrade maven-plugin parent to 41

2024-02-01 Thread Benjamin Marwell (Jira)
[ https://issues.apache.org/jira/browse/MJLINK-76?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Marwell closed MJLINK-76. -- > Upgrade maven-plugin parent to 41 > - > > Key:

[jira] [Closed] (MJLINK-77) Update description and parameters of --compress to reflect JDK21 changes

2024-02-01 Thread Benjamin Marwell (Jira)
[ https://issues.apache.org/jira/browse/MJLINK-77?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Marwell closed MJLINK-77. -- > Update description and parameters of --compress to reflect JDK21 changes >

[jira] [Closed] (MJLINK-70) Update m-site-p to 3.12.1

2024-02-01 Thread Benjamin Marwell (Jira)
[ https://issues.apache.org/jira/browse/MJLINK-70?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Marwell closed MJLINK-70. -- > Update m-site-p to 3.12.1 > - > > Key: MJLINK-70 >

[jira] [Closed] (MJLINK-69) Update to Java 11

2024-02-01 Thread Benjamin Marwell (Jira)
[ https://issues.apache.org/jira/browse/MJLINK-69?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Marwell closed MJLINK-69. -- > Update to Java 11 > - > > Key: MJLINK-69 > URL:

[jira] [Closed] (MJLINK-64) Add-options double quoting

2024-02-01 Thread Benjamin Marwell (Jira)
[ https://issues.apache.org/jira/browse/MJLINK-64?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Marwell closed MJLINK-64. -- > Add-options double quoting > -- > > Key: MJLINK-64 >

[jira] [Closed] (MJLINK-72) Remove common-lang3

2024-02-01 Thread Benjamin Marwell (Jira)
[ https://issues.apache.org/jira/browse/MJLINK-72?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Marwell closed MJLINK-72. -- > Remove common-lang3 > --- > > Key: MJLINK-72 >

[jira] [Closed] (MJLINK-62) Replace ByteArrayOutputStream with StringWriter

2024-02-01 Thread Benjamin Marwell (Jira)
[ https://issues.apache.org/jira/browse/MJLINK-62?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Marwell closed MJLINK-62. -- > Replace ByteArrayOutputStream with StringWriter > ---

[jira] [Closed] (MJLINK-66) Update parent pom to 39

2024-02-01 Thread Benjamin Marwell (Jira)
[ https://issues.apache.org/jira/browse/MJLINK-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Marwell closed MJLINK-66. -- > Update parent pom to 39 > --- > > Key: MJLINK-66 >

[jira] [Closed] (MJLINK-63) Upgrade plexus-java

2024-02-01 Thread Benjamin Marwell (Jira)
[ https://issues.apache.org/jira/browse/MJLINK-63?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Marwell closed MJLINK-63. -- > Upgrade plexus-java > --- > > Key: MJLINK-63 >

[jira] [Updated] (MCOMPILER-573) Deprecate parameter "compilerVersion"

2024-02-01 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated MCOMPILER-573: -- Description: The goal parameter {{compilerVersion}}

[jira] [Created] (MCOMPILER-573) Deprecate parameter "compilerVersion"

2024-02-01 Thread Konrad Windszus (Jira)
Konrad Windszus created MCOMPILER-573: - Summary: Deprecate parameter "compilerVersion" Key: MCOMPILER-573 URL: https://issues.apache.org/jira/browse/MCOMPILER-573 Project: Maven Compiler Plugin

[jira] [Commented] (MNG-8013) Integration testing process logs can be output github artifact

2024-02-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-8013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17813379#comment-17813379 ] ASF GitHub Bot commented on MNG-8013: - slawekjaranowski commented on code in PR #1375: URL:

Re: [PR] [MNG-8013] Integration testing process logs can be output github artifact [maven]

2024-02-01 Thread via GitHub
slawekjaranowski commented on code in PR #1375: URL: https://github.com/apache/maven/pull/1375#discussion_r1474933152 ## .github/workflows/maven.yml: ## @@ -124,3 +124,10 @@ jobs: - name: Running integration tests shell: bash run: mvn install -e -B -V

[jira] [Commented] (MASSEMBLY-1016) clarify and fix plugin system requirements history

2024-02-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MASSEMBLY-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17813371#comment-17813371 ] ASF GitHub Bot commented on MASSEMBLY-1016: --- hboutemy commented on PR #181: URL:

Re: [PR] [MASSEMBLY-1016] fix history [maven-assembly-plugin]

2024-02-01 Thread via GitHub
hboutemy commented on PR #181: URL: https://github.com/apache/maven-assembly-plugin/pull/181#issuecomment-1921894145 while at it, I'll rephrase the "since" to "from", to avoid a different term that adds complexity... -- This is an automated message from the Apache Git Service. To

[jira] [Commented] (MASSEMBLY-1016) clarify and fix plugin system requirements history

2024-02-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MASSEMBLY-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17813370#comment-17813370 ] ASF GitHub Bot commented on MASSEMBLY-1016: --- hboutemy commented on PR #181: URL:

[jira] [Created] (MRESOLVER-485) Upgrade Jetty dependency to 10.0.20

2024-02-01 Thread Tamas Cservenak (Jira)
Tamas Cservenak created MRESOLVER-485: - Summary: Upgrade Jetty dependency to 10.0.20 Key: MRESOLVER-485 URL: https://issues.apache.org/jira/browse/MRESOLVER-485 Project: Maven Resolver

[PR] Apply similar pattern as for relocation source [maven]

2024-02-01 Thread via GitHub
cstamas opened a new pull request, #1397: URL: https://github.com/apache/maven/pull/1397 Keep legacy/deprecated, but given it was marked as "work in progress" we may also just remove it. Following this checklist to help us incorporate your contribution quickly and easily:

[jira] [Closed] (MNG-7854) Imported entries that are ignored should be emitted as warning

2024-02-01 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-7854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak closed MNG-7854. Resolution: Fixed > Imported entries that are ignored should be emitted as warning >

[jira] [Updated] (MNG-7854) Non directly managed imported and conflicting depMgt entries should warn

2024-02-01 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-7854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MNG-7854: - Summary: Non directly managed imported and conflicting depMgt entries should warn (was: Imported

[jira] [Commented] (MNG-7854) Imported entries that are ignored should be emitted as warning

2024-02-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17813336#comment-17813336 ] ASF GitHub Bot commented on MNG-7854: - cstamas merged PR #1370: URL:

Re: [PR] [MNG-7854] Warn if imported dep is ignored [maven]

2024-02-01 Thread via GitHub
cstamas merged PR #1370: URL: https://github.com/apache/maven/pull/1370 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[jira] [Updated] (MNG-7854) Imported entries that are ignored should be emitted as warning

2024-02-01 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-7854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MNG-7854: - Description: The artificial (or "bolted on") scope "import" behaves wildly differently that rest

[jira] [Assigned] (MNG-7854) Imported entries that are ignored should be emitted as warning

2024-02-01 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-7854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak reassigned MNG-7854: Assignee: Tamas Cservenak > Imported entries that are ignored should be emitted as warning

[jira] [Updated] (MNG-7854) Imported entries that are ignored should be emitted as warning

2024-02-01 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-7854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MNG-7854: - Fix Version/s: 4.0.0 4.0.0-alpha-13 > Imported entries that are ignored should

[jira] [Commented] (MPLUGIN-496) Translation for keys report.plugin.goal.yes,no are missing

2024-02-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17813260#comment-17813260 ] ASF GitHub Bot commented on MPLUGIN-496: kwin merged PR #260: URL:

Re: [PR] [MPLUGIN-496] Remove orphaned key entries [maven-plugin-tools]

2024-02-01 Thread via GitHub
kwin merged PR #260: URL: https://github.com/apache/maven-plugin-tools/pull/260 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[jira] [Updated] (MPLUGIN-496) Translation for keys report.plugin.goal.yes,no are missing

2024-02-01 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated MPLUGIN-496: Affects Version/s: 3.10.1 > Translation for keys report.plugin.goal.yes,no are missing >

[jira] [Commented] (MPLUGIN-496) Translation for keys report.plugin.goal.yes,no are missing

2024-02-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17813186#comment-17813186 ] ASF GitHub Bot commented on MPLUGIN-496: kwin opened a new pull request, #260: URL:

[PR] [MPLUGIN-496] Remove orphaned key entries [maven-plugin-tools]

2024-02-01 Thread via GitHub
kwin opened a new pull request, #260: URL: https://github.com/apache/maven-plugin-tools/pull/260 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[jira] [Closed] (MPLUGIN-509) Missing translations for key "report.plugin.goal.no" and "report.plugin.goal.yes"

2024-02-01 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/MPLUGIN-509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus closed MPLUGIN-509. --- Resolution: Duplicate > Missing translations for key "report.plugin.goal.no" and >

[jira] [Created] (MPLUGIN-509) Missing translations for key "report.plugin.goal.no" and "report.plugin.goal.yes"

2024-02-01 Thread Konrad Windszus (Jira)
Konrad Windszus created MPLUGIN-509: --- Summary: Missing translations for key "report.plugin.goal.no" and "report.plugin.goal.yes" Key: MPLUGIN-509 URL: https://issues.apache.org/jira/browse/MPLUGIN-509

[jira] [Commented] (MWRAPPER-123) only-mvnw fails on AIX' ksh implementation

2024-02-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17813167#comment-17813167 ] ASF GitHub Bot commented on MWRAPPER-123: - bmarwell commented on PR #117: URL:

Re: [PR] [MWRAPPER-123] hash string char-by-char for AIX's ksh implementation [maven-wrapper]

2024-02-01 Thread via GitHub
bmarwell commented on PR #117: URL: https://github.com/apache/maven-wrapper/pull/117#issuecomment-1921087256 > ok for me but kind of yet another proof we don't want to have a shell script with any logic so I would move to a java/jsh or anything else script since wrapper will no more be

[jira] [Commented] (MNG-7854) Imported entries that are ignored should be emitted as warning

2024-02-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17813162#comment-17813162 ] ASF GitHub Bot commented on MNG-7854: - gnodet commented on PR #1370: URL:

Re: [PR] [MNG-7854] Warn if imported dep is ignored [maven]

2024-02-01 Thread via GitHub
gnodet commented on PR #1370: URL: https://github.com/apache/maven/pull/1370#issuecomment-1921029749 I've added a few unit tests. I've slightly changed things so that the warnings are only created when the dependency is not directly managed. The warning also suggests to add a direct

[jira] [Commented] (MNG-7906) Dependency Management import does not work the "maven way"

2024-02-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17813154#comment-17813154 ] ASF GitHub Bot commented on MNG-7906: - gnodet commented on PR #1396: URL:

[jira] [Commented] (MNG-7906) Dependency Management import does not work the "maven way"

2024-02-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17813153#comment-17813153 ] ASF GitHub Bot commented on MNG-7906: - gnodet closed pull request #1396: [MNG-7906] Add unit test URL:

Re: [PR] [MNG-7906] Add unit test [maven]

2024-02-01 Thread via GitHub
gnodet commented on PR #1396: URL: https://github.com/apache/maven/pull/1396#issuecomment-1920984374 I've added the improved unit tests to #1370 instead. -- 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] [MNG-7906] Add unit test [maven]

2024-02-01 Thread via GitHub
gnodet closed pull request #1396: [MNG-7906] Add unit test URL: https://github.com/apache/maven/pull/1396 -- 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,

[jira] [Commented] (MWRAPPER-123) only-mvnw fails on AIX' ksh implementation

2024-02-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17813151#comment-17813151 ] ASF GitHub Bot commented on MWRAPPER-123: - bmarwell commented on code in PR #117: URL:

Re: [PR] [MWRAPPER-123] hash string char-by-char for AIX's ksh implementation [maven-wrapper]

2024-02-01 Thread via GitHub
bmarwell commented on code in PR #117: URL: https://github.com/apache/maven-wrapper/pull/117#discussion_r1474180787 ## maven-wrapper-distribution/src/resources/only-mvnw: ## @@ -70,11 +70,19 @@ set_java_home() { # hash string like Java String::hashCode hash_string() { -

[jira] [Commented] (MWRAPPER-123) only-mvnw fails on AIX' ksh implementation

2024-02-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17813146#comment-17813146 ] ASF GitHub Bot commented on MWRAPPER-123: - bmarwell commented on code in PR #117: URL:

Re: [PR] [MWRAPPER-123] hash string char-by-char for AIX's ksh implementation [maven-wrapper]

2024-02-01 Thread via GitHub
bmarwell commented on code in PR #117: URL: https://github.com/apache/maven-wrapper/pull/117#discussion_r1474170110 ## maven-wrapper-distribution/src/resources/only-mvnw: ## @@ -70,11 +70,19 @@ set_java_home() { # hash string like Java String::hashCode hash_string() { -

[jira] [Commented] (MWRAPPER-123) only-mvnw fails on AIX' ksh implementation

2024-02-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MWRAPPER-123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17813145#comment-17813145 ] ASF GitHub Bot commented on MWRAPPER-123: - bmarwell commented on code in PR #117: URL:

Re: [PR] [MWRAPPER-123] hash string char-by-char for AIX's ksh implementation [maven-wrapper]

2024-02-01 Thread via GitHub
bmarwell commented on code in PR #117: URL: https://github.com/apache/maven-wrapper/pull/117#discussion_r1474169068 ## maven-wrapper-distribution/src/resources/only-mvnw: ## @@ -70,11 +70,19 @@ set_java_home() { # hash string like Java String::hashCode hash_string() { -

[jira] [Commented] (MNG-7906) Dependency Management import does not work the "maven way"

2024-02-01 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17813100#comment-17813100 ] ASF GitHub Bot commented on MNG-7906: - gnodet opened a new pull request, #1396: URL:

[PR] [MNG-7906] Add unit test [maven]

2024-02-01 Thread via GitHub
gnodet opened a new pull request, #1396: URL: https://github.com/apache/maven/pull/1396 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,