[PR] More cleanup [maven-mvnd]

2024-04-23 Thread via GitHub
cstamas opened a new pull request, #967: URL: https://github.com/apache/maven-mvnd/pull/967 Changes: * update maven-wrapper to 3.3.0 * do not override parent versions * use properties where appropriate -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] Make our lives simpler: mvnd is Java17 [maven-mvnd]

2024-04-23 Thread via GitHub
cstamas closed pull request #956: Make our lives simpler: mvnd is Java17 URL: https://github.com/apache/maven-mvnd/pull/956 -- 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 u

Re: [I] Make mvnd Java17 [maven-mvnd]

2024-04-23 Thread via GitHub
cstamas closed issue #954: Make mvnd Java17 URL: https://github.com/apache/maven-mvnd/issues/954 -- 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-

Re: [PR] Make our lives simpler: mvnd is Java17 [maven-mvnd]

2024-04-23 Thread via GitHub
cstamas commented on PR #956: URL: https://github.com/apache/maven-mvnd/pull/956#issuecomment-2071611702 Agreed, closing this one out -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

Re: [PR] More cleanup [maven-mvnd]

2024-04-23 Thread via GitHub
cstamas merged PR #967: URL: https://github.com/apache/maven-mvnd/pull/967 -- 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.apac

Re: [PR] Bump org.junit.jupiter:junit-jupiter from 5.7.0 to 5.10.2 [maven-mvnd]

2024-04-23 Thread via GitHub
dependabot[bot] commented on PR #961: URL: https://github.com/apache/maven-mvnd/pull/961#issuecomment-2071620657 Looks like org.junit.jupiter:junit-jupiter is up-to-date now, so this is no longer needed. -- This is an automated message from the Apache Git Service. To respond to the messag

Re: [PR] Bump org.junit.jupiter:junit-jupiter from 5.7.0 to 5.10.2 [maven-mvnd]

2024-04-23 Thread via GitHub
dependabot[bot] closed pull request #961: Bump org.junit.jupiter:junit-jupiter from 5.7.0 to 5.10.2 URL: https://github.com/apache/maven-mvnd/pull/961 -- 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.junit.jupiter:junit-jupiter-params from 5.7.0 to 5.10.2 [maven-mvnd]

2024-04-23 Thread via GitHub
dependabot[bot] commented on PR #964: URL: https://github.com/apache/maven-mvnd/pull/964#issuecomment-2071620745 Looks like org.junit.jupiter:junit-jupiter-params is up-to-date now, so this is no longer needed. -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] More cleanup [maven-mvnd]

2024-04-23 Thread via GitHub
cstamas commented on code in PR #967: URL: https://github.com/apache/maven-mvnd/pull/967#discussion_r1575779152 ## .mvn/wrapper/maven-wrapper.properties: ## @@ -6,13 +6,12 @@ # "License"); you may not use this file except in compliance # with the License. You may obtain a cop

Re: [PR] More cleanup [maven-mvnd]

2024-04-23 Thread via GitHub
gnodet commented on code in PR #967: URL: https://github.com/apache/maven-mvnd/pull/967#discussion_r1575778108 ## .mvn/wrapper/maven-wrapper.properties: ## @@ -6,13 +6,12 @@ # "License"); you may not use this file except in compliance # with the License. You may obtain a copy

Re: [PR] Default value must be manually handled [maven-mvnd]

2024-04-23 Thread via GitHub
gnodet commented on code in PR #953: URL: https://github.com/apache/maven-mvnd/pull/953#discussion_r1575782068 ## client/src/main/java/org/mvndaemon/mvnd/client/DaemonParameters.java: ## @@ -491,16 +491,22 @@ private static List readCoreExtensionsDescriptor(Path multiModule

Re: [PR] Bump org.junit.jupiter:junit-jupiter-params from 5.7.0 to 5.10.2 [maven-mvnd]

2024-04-23 Thread via GitHub
dependabot[bot] closed pull request #964: Bump org.junit.jupiter:junit-jupiter-params from 5.7.0 to 5.10.2 URL: https://github.com/apache/maven-mvnd/pull/964 -- 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

[I] maven-git-versioning-extension extension is not supported [maven-mvnd]

2024-04-23 Thread via GitHub
gzvincen opened a new issue, #968: URL: https://github.com/apache/maven-mvnd/issues/968 maven-git-versioning-extension ```xml me.qoomon maven-git-versioning-extension 9.7.0 ``` I want to disable maven-git-version-extension with the `-Dversion.disable

[PR] Daemons should not swallow any exception [maven-mvnd]

2024-04-23 Thread via GitHub
cstamas opened a new pull request, #969: URL: https://github.com/apache/maven-mvnd/pull/969 The "happy path" should happen without anything thrown, unsure why here runtime ex is rethrown, others swallowed. Fixes #957 Fixes #968 -- This is an automated message from the Apache Git

Re: [PR] Daemons should not swallow any exception [maven-mvnd]

2024-04-23 Thread via GitHub
cstamas merged PR #969: URL: https://github.com/apache/maven-mvnd/pull/969 -- 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.apac

Re: [I] Mvnd should fail is extension cannot be loaded [maven-mvnd]

2024-04-23 Thread via GitHub
cstamas closed issue #966: Mvnd should fail is extension cannot be loaded URL: https://github.com/apache/maven-mvnd/issues/966 -- 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. T

Re: [I] Mvnd should fail is extension cannot be loaded [maven-mvnd]

2024-04-23 Thread via GitHub
cstamas closed issue #966: Mvnd should fail is extension cannot be loaded URL: https://github.com/apache/maven-mvnd/issues/966 -- 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. T

Re: [I] mvnd happily fails to load extension and continues on [maven-mvnd]

2024-04-23 Thread via GitHub
cstamas closed issue #957: mvnd happily fails to load extension and continues on URL: https://github.com/apache/maven-mvnd/issues/957 -- 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 comm

Re: [PR] Default value must be manually handled [maven-mvnd]

2024-04-23 Thread via GitHub
cstamas commented on code in PR #953: URL: https://github.com/apache/maven-mvnd/pull/953#discussion_r1575828803 ## integration-tests/src/test/projects/maven-conf-ignore-ext-def/pom.xml: ## @@ -0,0 +1,27 @@ +

[jira] [Commented] (MCOMPILER-515) Plugin is NOT incremental, so let it go

2024-04-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17839995#comment-17839995 ] ASF GitHub Bot commented on MCOMPILER-515: -- desruisseaux commented on PR #160

Re: [PR] [MCOMPILER-515] This plugin is not "incremental" [maven-compiler-plugin]

2024-04-23 Thread via GitHub
desruisseaux commented on PR #160: URL: https://github.com/apache/maven-compiler-plugin/pull/160#issuecomment-2071683447 > remove plexus-compiler layer but what about other compilers? `javax.tools.JavaCompiler` is an interface. From a quick search on internet, I think (but did not ve

Re: [PR] [MCOMPILER-515] This plugin is not "incremental" [maven-compiler-plugin]

2024-04-23 Thread via GitHub
rmannibucau commented on PR #160: URL: https://github.com/apache/maven-compiler-plugin/pull/160#issuecomment-2071704037 @desruisseaux +1 to drop plexus but also +1 to keep the current incremental feature support by default - whatever name is given if incremental is not considered accurate.

[jira] [Commented] (MCOMPILER-515) Plugin is NOT incremental, so let it go

2024-04-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1783#comment-1783 ] ASF GitHub Bot commented on MCOMPILER-515: -- rmannibucau commented on PR #160:

[jira] [Created] (MNG-8104) proxy settings ignored for dependencies

2024-04-23 Thread Patrick Mackinlay (Jira)
Patrick Mackinlay created MNG-8104: -- Summary: proxy settings ignored for dependencies Key: MNG-8104 URL: https://issues.apache.org/jira/browse/MNG-8104 Project: Maven Issue Type: Bug

[jira] [Commented] (MNG-8104) proxy settings ignored for dependencies

2024-04-23 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-8104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840021#comment-17840021 ] Tamas Cservenak commented on MNG-8104: -- Is this issue about m-dependency-p plugin or M

[jira] [Commented] (MNG-8104) proxy settings ignored for dependencies

2024-04-23 Thread Patrick Mackinlay (Jira)
[ https://issues.apache.org/jira/browse/MNG-8104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840025#comment-17840025 ] Patrick Mackinlay commented on MNG-8104: Its about the full maven 3.9.6 release, in

Re: [PR] Default value must be manually handled [maven-mvnd]

2024-04-23 Thread via GitHub
cstamas commented on PR #953: URL: https://github.com/apache/maven-mvnd/pull/953#issuecomment-2071802629 Unsure why ubuntu failed, win passed locally also passed w/ same CLI params as CI invoked :thinking: -- This is an automated message from the Apache Git Service. To respond to the

[jira] [Commented] (MNG-8104) proxy settings ignored for dependencies

2024-04-23 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-8104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840029#comment-17840029 ] Tamas Cservenak commented on MNG-8104: -- Can you tell us a bit more info? We talk about

[jira] [Commented] (MNG-8104) proxy settings ignored for dependencies

2024-04-23 Thread Patrick Mackinlay (Jira)
[ https://issues.apache.org/jira/browse/MNG-8104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840033#comment-17840033 ] Patrick Mackinlay commented on MNG-8104: Its a vanilla install of maven 3.9.6, with

[jira] [Commented] (MNG-8104) proxy settings ignored for dependencies

2024-04-23 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-8104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840046#comment-17840046 ] Tamas Cservenak commented on MNG-8104: -- And what kind of error you have? > proxy sett

[jira] [Commented] (MNG-8104) proxy settings ignored for dependencies

2024-04-23 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-8104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840048#comment-17840048 ] Tamas Cservenak commented on MNG-8104: -- Created a reproducer [https://github.com/cstam

[jira] [Updated] (MNG-8104) proxy settings ignored for dependencies

2024-04-23 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-8104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MNG-8104: - Attachment: image-2024-04-23-12-02-38-218.png > proxy settings ignored for dependencies > -

[jira] [Updated] (MNG-8104) proxy settings ignored for dependencies

2024-04-23 Thread Patrick Mackinlay (Jira)
[ https://issues.apache.org/jira/browse/MNG-8104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Mackinlay updated MNG-8104: --- Attachment: settings.xml > proxy settings ignored for dependencies > --

[jira] [Commented] (MNG-8104) proxy settings ignored for dependencies

2024-04-23 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-8104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840053#comment-17840053 ] Tamas Cservenak commented on MNG-8104: -- Ok I think I got it. This issue is not about M

[jira] [Comment Edited] (MNG-8104) proxy settings ignored for dependencies

2024-04-23 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-8104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840056#comment-17840056 ] Tamas Cservenak edited comment on MNG-8104 at 4/23/24 10:35 AM: -

[jira] [Commented] (MNG-8104) proxy settings ignored for dependencies

2024-04-23 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-8104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840056#comment-17840056 ] Tamas Cservenak commented on MNG-8104: -- As a workaround, you can try {noformat} eu.mav

Re: [PR] [MCOMPILER-515] This plugin is not "incremental" [maven-compiler-plugin]

2024-04-23 Thread via GitHub
gnodet commented on PR #160: URL: https://github.com/apache/maven-compiler-plugin/pull/160#issuecomment-2071969652 > > remove plexus-compiler layer but what about other compilers? > > `javax.tools.JavaCompiler` is an interface. From a quick search on internet, I think (but did not ve

[jira] [Commented] (MCOMPILER-515) Plugin is NOT incremental, so let it go

2024-04-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840059#comment-17840059 ] ASF GitHub Bot commented on MCOMPILER-515: -- gnodet commented on PR #160: URL:

[jira] [Commented] (MNG-8104) proxy settings ignored for dependencies

2024-04-23 Thread Patrick Mackinlay (Jira)
[ https://issues.apache.org/jira/browse/MNG-8104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840064#comment-17840064 ] Patrick Mackinlay commented on MNG-8104: Its not just "dependency:get". I used depe

[jira] [Comment Edited] (MNG-8104) proxy settings ignored for dependencies

2024-04-23 Thread Patrick Mackinlay (Jira)
[ https://issues.apache.org/jira/browse/MNG-8104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840064#comment-17840064 ] Patrick Mackinlay edited comment on MNG-8104 at 4/23/24 11:04 AM: ---

Re: [PR] [MCOMPILER-515] This plugin is not "incremental" [maven-compiler-plugin]

2024-04-23 Thread via GitHub
desruisseaux commented on PR #160: URL: https://github.com/apache/maven-compiler-plugin/pull/160#issuecomment-2072026430 The use of Eclipse compiler would not be mandated. If no tool chain or `compilerId` parameter is specified, the plugin uses whatever compiler is returned by `ToolProvide

[jira] [Commented] (MCOMPILER-515) Plugin is NOT incremental, so let it go

2024-04-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840067#comment-17840067 ] ASF GitHub Bot commented on MCOMPILER-515: -- desruisseaux commented on PR #160

[jira] [Commented] (MNG-8104) proxy settings ignored for dependencies

2024-04-23 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-8104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840070#comment-17840070 ] Tamas Cservenak commented on MNG-8104: -- When you say "build fails", what error you get

[jira] [Commented] (MNG-8104) proxy settings ignored for dependencies

2024-04-23 Thread Patrick Mackinlay (Jira)
[ https://issues.apache.org/jira/browse/MNG-8104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840074#comment-17840074 ] Patrick Mackinlay commented on MNG-8104: an error like [ERROR] Failed to execute g

[jira] [Commented] (MNG-8104) proxy settings ignored for dependencies

2024-04-23 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-8104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840089#comment-17840089 ] Tamas Cservenak commented on MNG-8104: -- Yes, but this is clearly m-dependency-p issue,

[jira] [Commented] (MNG-8104) proxy settings ignored for dependencies

2024-04-23 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-8104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840090#comment-17840090 ] Tamas Cservenak commented on MNG-8104: -- One more question: you say 3.9.2 "works" and 3

Re: [PR] [MNG-8082] - Exceptions of proxied SessionScoped components are not working correctly [maven]

2024-04-23 Thread via GitHub
gnodet merged PR #1449: URL: https://github.com/apache/maven/pull/1449 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.o

[jira] [Assigned] (MNG-8082) Exceptions of proxied SessionScoped components are not working correctly

2024-04-23 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet reassigned MNG-8082: Assignee: Guillaume Nodet > Exceptions of proxied SessionScoped components are not working c

[jira] [Assigned] (MNG-8038) Model builder API

2024-04-23 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet reassigned MNG-8038: Assignee: Guillaume Nodet > Model builder API > - > > Key: M

[jira] [Commented] (MNG-8082) Exceptions of proxied SessionScoped components are not working correctly

2024-04-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-8082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840092#comment-17840092 ] ASF GitHub Bot commented on MNG-8082: - gnodet merged PR #1449: URL: https://github.com/

[jira] [Closed] (MNG-8082) Exceptions of proxied SessionScoped components are not working correctly

2024-04-23 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet closed MNG-8082. Fix Version/s: 4.0.0-alpha-14 Resolution: Fixed > Exceptions of proxied SessionScoped componen

[jira] [Closed] (MNG-8038) Model builder API

2024-04-23 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet closed MNG-8038. Fix Version/s: (was: 4.0.0) Resolution: Fixed > Model builder API > - > >

Re: [PR] Fix nasty concurrency issue in AbstractSession [maven]

2024-04-23 Thread via GitHub
gnodet merged PR #1479: URL: https://github.com/apache/maven/pull/1479 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.o

Re: [PR] Default value must be manually handled [maven-mvnd]

2024-04-23 Thread via GitHub
gnodet commented on code in PR #953: URL: https://github.com/apache/maven-mvnd/pull/953#discussion_r1576253478 ## common/src/main/java/org/mvndaemon/mvnd/common/Environment.java: ## @@ -224,7 +224,7 @@ public enum Environment { null, "io.takari.maven:ta

[jira] [Created] (MNG-8105) Upgrade to JLine 3.26.0

2024-04-23 Thread Guillaume Nodet (Jira)
Guillaume Nodet created MNG-8105: Summary: Upgrade to JLine 3.26.0 Key: MNG-8105 URL: https://issues.apache.org/jira/browse/MNG-8105 Project: Maven Issue Type: Dependency upgrade

[jira] [Updated] (MNG-8025) API incompatibility with m-remote-resources-p

2024-04-23 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated MNG-8025: - Fix Version/s: 4.0.0 > API incompatibility with m-remote-resources-p >

Re: [PR] [MNG-8105] Upgrade JLine to 3.26.0 [maven]

2024-04-23 Thread via GitHub
gnodet merged PR #1478: URL: https://github.com/apache/maven/pull/1478 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.o

[jira] [Closed] (MNG-8105) Upgrade to JLine 3.26.0

2024-04-23 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet closed MNG-8105. Fix Version/s: 4.0.0 Resolution: Fixed > Upgrade to JLine 3.26.0 > --- > >

[jira] [Commented] (MNG-8105) Upgrade to JLine 3.26.0

2024-04-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-8105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840104#comment-17840104 ] ASF GitHub Bot commented on MNG-8105: - gnodet merged PR #1478: URL: https://github.com/

[jira] [Closed] (MNG-8025) API incompatibility with m-remote-resources-p

2024-04-23 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet closed MNG-8025. Resolution: Fixed > API incompatibility with m-remote-resources-p > -

Re: [PR] [MNG-8025] Restore compatibility [maven]

2024-04-23 Thread via GitHub
gnodet merged PR #1467: URL: https://github.com/apache/maven/pull/1467 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.o

[jira] [Commented] (MNG-8025) API incompatibility with m-remote-resources-p

2024-04-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-8025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840103#comment-17840103 ] ASF GitHub Bot commented on MNG-8025: - gnodet merged PR #1467: URL: https://github.com/

Re: [PR] [MNG-8102] Upgrade Parent to 42 [maven]

2024-04-23 Thread via GitHub
gnodet merged PR #1476: URL: https://github.com/apache/maven/pull/1476 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.o

[jira] [Commented] (MNG-8102) Upgrade Parent to 42

2024-04-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-8102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840105#comment-17840105 ] ASF GitHub Bot commented on MNG-8102: - gnodet merged PR #1476: URL: https://github.com/

[jira] [Closed] (MNG-8102) Upgrade Parent to 42

2024-04-23 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/MNG-8102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet closed MNG-8102. Fix Version/s: 4.0.0 Resolution: Fixed > Upgrade Parent to 42 > > >

Re: [PR] [DOXIASITETOOLS-336] Make SiteRenderingContext#siteDirectories editab… [maven-doxia-sitetools]

2024-04-23 Thread via GitHub
michael-o commented on PR #150: URL: https://github.com/apache/maven-doxia-sitetools/pull/150#issuecomment-2072373572 I will run our plugins and see how it goes. -- 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] [Commented] (DOXIASITETOOLS-336) Make SiteRenderingContext#siteDirectories editable aware

2024-04-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DOXIASITETOOLS-336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840110#comment-17840110 ] ASF GitHub Bot commented on DOXIASITETOOLS-336: --- michael-o commente

Re: [PR] [MNG-8103] Upgrade default plugin bindings - fix ITs [maven-integration-testing]

2024-04-23 Thread via GitHub
slawekjaranowski merged PR #334: URL: https://github.com/apache/maven-integration-testing/pull/334 -- 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: issue

Re: [PR] [DOXIASITETOOLS-336] Make SiteRenderingContext#siteDirectories editab… [maven-doxia-sitetools]

2024-04-23 Thread via GitHub
michael-o commented on PR #150: URL: https://github.com/apache/maven-doxia-sitetools/pull/150#issuecomment-2072684521 @kwin Just ran: ``` osipovmi@deblndw011x:~/var/Projekte/maven-project-info-reports-plugin (doxia-2.0.0 *=) $ git diff -U0 diff --git a/pom.xml b/pom.xml index

[jira] [Commented] (DOXIASITETOOLS-336) Make SiteRenderingContext#siteDirectories editable aware

2024-04-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DOXIASITETOOLS-336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840135#comment-17840135 ] ASF GitHub Bot commented on DOXIASITETOOLS-336: --- michael-o commente

[jira] [Commented] (MNG-8103) Upgrade default plugin bindings

2024-04-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-8103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840141#comment-17840141 ] ASF GitHub Bot commented on MNG-8103: - slawekjaranowski merged PR #1475: URL: https://g

Re: [PR] [MNG-8103] Upgrade default plugin bindings [maven]

2024-04-23 Thread via GitHub
slawekjaranowski merged PR #1475: URL: https://github.com/apache/maven/pull/1475 -- 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

[jira] [Closed] (MNG-8103) Upgrade default plugin bindings

2024-04-23 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MNG-8103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed MNG-8103. Fix Version/s: 4.0.0 Resolution: Fixed > Upgrade default plugin bindings > ---

[jira] [Commented] (MCOMPILER-588) JUnit4 test framework to JUnit5 migration

2024-04-23 Thread Mikhail Deviatov (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840161#comment-17840161 ] Mikhail Deviatov commented on MCOMPILER-588: [~sjaranowski] hi! Could you

Re: [PR] [DOXIASITETOOLS-336] Make SiteRenderingContext#siteDirectories editab… [maven-doxia-sitetools]

2024-04-23 Thread via GitHub
asfgit closed pull request #150: [DOXIASITETOOLS-336] Make SiteRenderingContext#siteDirectories editab… URL: https://github.com/apache/maven-doxia-sitetools/pull/150 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [DOXIASITETOOLS-336] Make SiteRenderingContext#siteDirectories editab… [maven-doxia-sitetools]

2024-04-23 Thread via GitHub
asfgit merged PR #150: URL: https://github.com/apache/maven-doxia-sitetools/pull/150 -- 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] [Commented] (DOXIASITETOOLS-336) Make SiteRenderingContext#siteDirectories editable aware

2024-04-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DOXIASITETOOLS-336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840194#comment-17840194 ] ASF GitHub Bot commented on DOXIASITETOOLS-336: --- asfgit merged PR #

[jira] [Commented] (DOXIASITETOOLS-336) Make SiteRenderingContext#siteDirectories editable aware

2024-04-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DOXIASITETOOLS-336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840193#comment-17840193 ] ASF GitHub Bot commented on DOXIASITETOOLS-336: --- asfgit closed pull

[jira] [Closed] (DOXIASITETOOLS-336) Make SiteRenderingContext#siteDirectories editable aware

2024-04-23 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/DOXIASITETOOLS-336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed DOXIASITETOOLS-336. - Resolution: Fixed Fixed with [f76b6608ef1084cb125a8ab5e351af8f7022c92a|h

[jira] [Updated] (DOXIA-730) Update Asciidoctor Doxia Modules in doxia-site

2024-04-23 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated DOXIA-730: - Fix Version/s: (was: 2.0.0) (was: 2.0.0-M10) > Update Asciidoctor Doxia

[jira] [Updated] (DOXIA-730) Update Asciidoctor Doxia Modules in doxia-site

2024-04-23 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/DOXIA-730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated DOXIA-730: - Component/s: Documentation > Update Asciidoctor Doxia Modules in doxia-site >

[jira] [Updated] (MSHARED-1361) Upgrade plugins and components (in ITs) (2)

2024-04-23 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MSHARED-1361: Description: * Upgrade to Doxia 2.0.0-M10 * Upgrade to Doxia Sitetools 2.0.0-M18 * Upgrad

[jira] [Updated] (MSHARED-1361) Upgrade plugins and components (in ITs) (2)

2024-04-23 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MSHARED-1361: Description: * Upgrade to Doxia 2.0.0-M11 * Upgrade to Doxia Sitetools 2.0.0-M18 * Upgrad

[jira] [Updated] (MSHADE-471) still timestamp issues with timezones (DST)

2024-04-23 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MSHADE-471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated MSHADE-471: - Summary: still timestamp issues with timezones (DST) (was: still timestamp issues with timezones

Re: [PR] [MDEP-925] Require Maven 3.6.3 [maven-dependency-plugin]

2024-04-23 Thread via GitHub
slawekjaranowski merged PR #381: URL: https://github.com/apache/maven-dependency-plugin/pull/381 -- 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-

[jira] [Closed] (MDEP-925) Require Maven 3.6.3

2024-04-23 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MDEP-925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed MDEP-925. Resolution: Fixed > Require Maven 3.6.3 > --- > > Key: MDEP-9

[jira] [Commented] (MDEP-925) Require Maven 3.6.3

2024-04-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MDEP-925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840207#comment-17840207 ] ASF GitHub Bot commented on MDEP-925: - slawekjaranowski merged PR #381: URL: https://gi

[jira] [Updated] (MSHARED-1362) Upgrade plugins and components (in ITs)

2024-04-23 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MSHARED-1362: Description: * Upgrade to Maven Site Plugin 4.0.0-M13 * Upgrade to Doxia 2.0.0-M10 * Upgr

[jira] [Updated] (MSITE-1003) Upgrade plugins and components (in ITs)

2024-04-23 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MSITE-1003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MSITE-1003: -- Description: * Upgrade to Doxia 2.0.0-M10 * Upgrade to Doxia Sitetools 2.0.0-M18 * Upgrade to M

[jira] [Updated] (DOXIASITETOOLS-321) Upgrade htmlunit 2.x to 3.x

2024-04-23 Thread Sylwester Lachiewicz (Jira)
[ https://issues.apache.org/jira/browse/DOXIASITETOOLS-321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylwester Lachiewicz updated DOXIASITETOOLS-321: Summary: Upgrade htmlunit 2.x to 3.x (was: Upgrade htmlunit

Re: [PR] [MNG-8081] interpolate available properties during default profile selection (Maven 4.x) [maven]

2024-04-23 Thread via GitHub
gnodet commented on PR #1446: URL: https://github.com/apache/maven/pull/1446#issuecomment-2073420753 @mbenson I've rebased the PR and ported it to the new v4 model builder, please have a look -- This is an automated message from the Apache Git Service. To respond to the message, please lo

[jira] [Updated] (MDEP-924) Get rid of maven-artifact-transfer from list-classes goal

2024-04-23 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MDEP-924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski updated MDEP-924: - Component/s: list-classes > Get rid of maven-artifact-transfer from list-classes goal > ---

[jira] [Commented] (MNG-8081) default profile activation should consider available system and user properties

2024-04-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-8081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840226#comment-17840226 ] ASF GitHub Bot commented on MNG-8081: - gnodet commented on PR #1446: URL: https://githu

[jira] [Commented] (MDEP-924) Get rid of maven-artifact-transfer from list-classes goal

2024-04-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MDEP-924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840227#comment-17840227 ] ASF GitHub Bot commented on MDEP-924: - slawekjaranowski opened a new pull request, #382

[PR] [MDEP-924] Get rid of maven-artifact-transfer from list-classes goal [maven-dependency-plugin]

2024-04-23 Thread via GitHub
slawekjaranowski opened a new pull request, #382: URL: https://github.com/apache/maven-dependency-plugin/pull/382 https://issues.apache.org/jira/browse/MDEP-924 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[jira] [Commented] (MBUILDCACHE-88) Tests in failure when ran on jdk21

2024-04-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MBUILDCACHE-88?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840231#comment-17840231 ] ASF GitHub Bot commented on MBUILDCACHE-88: --- olamy commented on PR #147: UR

Re: [PR] [MBUILDCACHE-88] Fix tests execution on jdk > 20 [maven-build-cache-extension]

2024-04-23 Thread via GitHub
olamy commented on PR #147: URL: https://github.com/apache/maven-build-cache-extension/pull/147#issuecomment-2073450704 Thanks for this. To be sure this is tested maybe you could add build on jdk21 for both GHA and Jenkins. Thanks -- This is an automated message from the Apache Git

[jira] [Commented] (MDEP-923) Code cleanups

2024-04-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MDEP-923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17840236#comment-17840236 ] ASF GitHub Bot commented on MDEP-923: - slawekjaranowski opened a new pull request, #383

[PR] Bump mavenVersion from 3.6.3 to 3.9.6 [maven-dependency-plugin]

2024-04-23 Thread via GitHub
dependabot[bot] opened a new pull request, #385: URL: https://github.com/apache/maven-dependency-plugin/pull/385 Bumps `mavenVersion` from 3.6.3 to 3.9.6. Updates `org.apache.maven:maven-artifact` from 3.6.3 to 3.9.6 Release notes Sourced from https://github.com/apache/maven/rele

[PR] Bump resolverVersion from 1.4.1 to 1.9.19 [maven-dependency-plugin]

2024-04-23 Thread via GitHub
dependabot[bot] opened a new pull request, #384: URL: https://github.com/apache/maven-dependency-plugin/pull/384 Bumps `resolverVersion` from 1.4.1 to 1.9.19. Updates `org.apache.maven.resolver:maven-resolver-api` from 1.4.1 to 1.9.19 Release notes Sourced from https://github.com

  1   2   >