[jira] [Assigned] (MSHARED-1302) commons-io to 2.13.0

2023-11-22 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski reassigned MSHARED-1302: Assignee: Elliotte Rusty Harold > commons-io to 2.13.0 >

[jira] [Updated] (MNG-7943) Upgrade default plugin bindings

2023-11-22 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MNG-7943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov updated MNG-7943: Summary: Upgrade default plugin bindings (was: Upgrade default plugin bindins) > Upgrade default

[jira] [Updated] (MCOMPILER-542) clean JDK patch version in module-info.class

2023-11-22 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy updated MCOMPILER-542: Description: as seen in MJAR-275, JDK patch version in module-info.class is NOT

[jira] [Assigned] (MCOMPILER-542) clean JDK patch version in module-info.class

2023-11-22 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy reassigned MCOMPILER-542: --- Assignee: Herve Boutemy > clean JDK patch version in module-info.class >

[jira] [Commented] (MCOMPILER-542) clean JDK patch version in module-info.class

2023-11-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17788942#comment-17788942 ] ASF GitHub Bot commented on MCOMPILER-542: -- hboutemy commented on PR #208: URL:

Re: [PR] [MCOMPILER-542] Clean JDK patch version in module-info.class [maven-compiler-plugin]

2023-11-22 Thread via GitHub
hboutemy commented on PR #208: URL: https://github.com/apache/maven-compiler-plugin/pull/208#issuecomment-1823735377 sorry, I've been busy: I'll work on it this WE, I promise -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[jira] [Commented] (MSHARED-1300) Order of dependencies is not always retained when filtering

2023-11-22 Thread Elliotte Rusty Harold (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17788937#comment-17788937 ] Elliotte Rusty Harold commented on MSHARED-1300: I'm not the one to ask. I don't know

[jira] [Updated] (MCOMPILER-558) compileSourceRoots in testCompile should be writable

2023-11-22 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski updated MCOMPILER-558: -- Issue Type: Improvement (was: Bug) > compileSourceRoots in testCompile

[jira] [Commented] (MCOMPILER-557) Upgrade maven-plugin parent to 41

2023-11-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17788913#comment-17788913 ] ASF GitHub Bot commented on MCOMPILER-557: -- slawekjaranowski merged PR #210: URL:

Re: [PR] [MCOMPILER-557] - Upgrade maven-plugin parent to 41 - fix build [maven-compiler-plugin]

2023-11-22 Thread via GitHub
slawekjaranowski merged PR #210: URL: https://github.com/apache/maven-compiler-plugin/pull/210 -- 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] (MCOMPILER-548) JDK 21 throws annotations processing warning that can not be turned off

2023-11-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17788912#comment-17788912 ] ASF GitHub Bot commented on MCOMPILER-548: -- rmannibucau commented on code in PR #200: URL:

Re: [PR] [MCOMPILER-548] JDK 21 throws annotations processing warning that can not be turned off [maven-compiler-plugin]

2023-11-22 Thread via GitHub
rmannibucau commented on code in PR #200: URL: https://github.com/apache/maven-compiler-plugin/pull/200#discussion_r1402749922 ## src/main/java/org/apache/maven/plugin/compiler/AbstractCompilerMojo.java: ## @@ -279,8 +279,11 @@ public abstract class AbstractCompilerMojo

Re: [PR] revert some non needed changes from https://github.com/apache/maven-build-cache-extension/pull/110 [maven-build-cache-extension]

2023-11-22 Thread via GitHub
olamy merged PR #114: URL: https://github.com/apache/maven-build-cache-extension/pull/114 -- 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-74) Old POM builds are not cleaned up from local cache

2023-11-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MBUILDCACHE-74?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17788911#comment-17788911 ] ASF GitHub Bot commented on MBUILDCACHE-74: --- olamy commented on PR #110: URL:

Re: [PR] [MBUILDCACHE-74] Clean local cache for any artifact [maven-build-cache-extension]

2023-11-22 Thread via GitHub
olamy commented on PR #110: URL: https://github.com/apache/maven-build-cache-extension/pull/110#issuecomment-1823557045 @mweirauch done with https://github.com/apache/maven-build-cache-extension/pull/114 -- This is an automated message from the Apache Git Service. To respond to the

[PR] revert some non needed changes from https://github.com/apache/maven-build-cache-extension/pull/110 [maven-build-cache-extension]

2023-11-22 Thread via GitHub
olamy opened a new pull request, #114: URL: https://github.com/apache/maven-build-cache-extension/pull/114 Signed-off-by: Olivier Lamy Following this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [MBUILDCACHE JIRA

[jira] [Closed] (MBUILDCACHE-75) Upgrade Maven parent 41

2023-11-22 Thread Olivier Lamy (Jira)
[ https://issues.apache.org/jira/browse/MBUILDCACHE-75?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy closed MBUILDCACHE-75. --- Resolution: Fixed > Upgrade Maven parent 41 > --- > >

[jira] [Commented] (MBUILDCACHE-75) Upgrade Maven parent 41

2023-11-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MBUILDCACHE-75?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17788909#comment-17788909 ] ASF GitHub Bot commented on MBUILDCACHE-75: --- olamy merged PR #113: URL:

Re: [PR] [MBUILDCACHE-75] Upgrade to parent 41 [maven-build-cache-extension]

2023-11-22 Thread via GitHub
olamy merged PR #113: URL: https://github.com/apache/maven-build-cache-extension/pull/113 -- 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] (MCOMPILER-557) Upgrade maven-plugin parent to 41

2023-11-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17788908#comment-17788908 ] ASF GitHub Bot commented on MCOMPILER-557: -- slawekjaranowski opened a new pull request, #210:

[jira] [Commented] (MNG-7942) Upgrade to parent POM 41

2023-11-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17788904#comment-17788904 ] ASF GitHub Bot commented on MNG-7942: - slawekjaranowski opened a new pull request, #1324: URL:

[jira] [Updated] (MCOMPILER-542) clean JDK patch version in module-info.class

2023-11-22 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski updated MCOMPILER-542: -- Fix Version/s: 3.12.0 > clean JDK patch version in module-info.class >

[jira] [Closed] (MCOMPILER-557) Upgrade maven-plugin parent to 41

2023-11-22 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski closed MCOMPILER-557. - > Upgrade maven-plugin parent to 41 > - > >

[jira] [Commented] (MBUILDCACHE-74) Old POM builds are not cleaned up from local cache

2023-11-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MBUILDCACHE-74?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17788903#comment-17788903 ] ASF GitHub Bot commented on MBUILDCACHE-74: --- olamy commented on PR #110: URL:

Re: [PR] [MBUILDCACHE-74] Clean local cache for any artifact [maven-build-cache-extension]

2023-11-22 Thread via GitHub
olamy commented on PR #110: URL: https://github.com/apache/maven-build-cache-extension/pull/110#issuecomment-1823508706 @mweirauch no worries. My bad I didn’t check the PR correctly with last commit. Please just create a PR to revert this. -- This is an automated message from the

[jira] [Updated] (MCOMPILER-558) compileSourceRoots in testCompile should be writable

2023-11-22 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski updated MCOMPILER-558: -- Fix Version/s: 3.12.0 > compileSourceRoots in testCompile should be

[jira] [Commented] (MNG-7932) Upgrade maven-parent to v41

2023-11-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17788898#comment-17788898 ] ASF GitHub Bot commented on MNG-7932: - slawekjaranowski closed pull request #1322: [MNG-7932] Upgrade

Re: [PR] [MNG-7932] Upgrade maven-parent to 41 [maven]

2023-11-22 Thread via GitHub
slawekjaranowski closed pull request #1322: [MNG-7932] Upgrade maven-parent to 41 URL: https://github.com/apache/maven/pull/1322 -- 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

[jira] [Assigned] (MNG-7942) Upgrade to parent POM 41

2023-11-22 Thread Slawomir Jaranowski (Jira)
[ https://issues.apache.org/jira/browse/MNG-7942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Slawomir Jaranowski reassigned MNG-7942: Assignee: Slawomir Jaranowski > Upgrade to parent POM 41 >

[jira] [Commented] (MCOMPILER-542) clean JDK patch version in module-info.class

2023-11-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17788896#comment-17788896 ] ASF GitHub Bot commented on MCOMPILER-542: -- slawekjaranowski closed pull request #197:

[jira] [Commented] (MCOMPILER-542) clean JDK patch version in module-info.class

2023-11-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17788897#comment-17788897 ] ASF GitHub Bot commented on MCOMPILER-542: -- slawekjaranowski commented on PR #197: URL:

Re: [PR] [MCOMPILER-542] clean JDK patch version in module-info.class [maven-compiler-plugin]

2023-11-22 Thread via GitHub
slawekjaranowski closed pull request #197: [MCOMPILER-542] clean JDK patch version in module-info.class URL: https://github.com/apache/maven-compiler-plugin/pull/197 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] [MCOMPILER-542] clean JDK patch version in module-info.class [maven-compiler-plugin]

2023-11-22 Thread via GitHub
slawekjaranowski commented on PR #197: URL: https://github.com/apache/maven-compiler-plugin/pull/197#issuecomment-1823491780 I close it ... we have new PR -- 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

[jira] [Updated] (MNG-7939) Allow to exclude plugins from validation

2023-11-22 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-7939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MNG-7939: - Component/s: Core > Allow to exclude plugins from validation >

[jira] [Updated] (MNG-7934) Upgrade Resolver version to 1.9.18

2023-11-22 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-7934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MNG-7934: - Component/s: Artifacts and Repositories > Upgrade Resolver version to 1.9.18 >

[jira] [Updated] (MNG-7942) Upgrade to parent POM 41

2023-11-22 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-7942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MNG-7942: - Component/s: Bootstrap & Build > Upgrade to parent POM 41 > > >

[jira] [Created] (MNG-7943) Upgrade default plugin bindins

2023-11-22 Thread Tamas Cservenak (Jira)
Tamas Cservenak created MNG-7943: Summary: Upgrade default plugin bindins Key: MNG-7943 URL: https://issues.apache.org/jira/browse/MNG-7943 Project: Maven Issue Type: Dependency upgrade

[jira] [Created] (MNG-7942) Upgrade to parent POM 41

2023-11-22 Thread Tamas Cservenak (Jira)
Tamas Cservenak created MNG-7942: Summary: Upgrade to parent POM 41 Key: MNG-7942 URL: https://issues.apache.org/jira/browse/MNG-7942 Project: Maven Issue Type: Dependency upgrade

[jira] [Commented] (MCOMPILER-542) clean JDK patch version in module-info.class

2023-11-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17788893#comment-17788893 ] ASF GitHub Bot commented on MCOMPILER-542: -- jorsol commented on PR #197: URL:

Re: [PR] [MCOMPILER-542] clean JDK patch version in module-info.class [maven-compiler-plugin]

2023-11-22 Thread via GitHub
jorsol commented on PR #197: URL: https://github.com/apache/maven-compiler-plugin/pull/197#issuecomment-1823474911 > help wanted for patching module-info.class with asm, please... Superseded by https://github.com/apache/maven-compiler-plugin/pull/208 -- This is an automated

[jira] [Updated] (MRESOLVER-440) Clean up transport names and configuration properties

2023-11-22 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MRESOLVER-440: -- Description: Currently ApacheHC transport is called "http" while JDK transport is

[jira] [Updated] (MRESOLVER-440) Clean up transport names and configuration properties

2023-11-22 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MRESOLVER-440: -- Description: Currently ApacheHC transport is called "http" while JDK transport is

[jira] [Commented] (MRESOLVER-437) Resolver should not override given HTTP transport default use of expect-continue handshake

2023-11-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17788797#comment-17788797 ] ASF GitHub Bot commented on MRESOLVER-437: -- cstamas merged PR #378: URL:

Re: [PR] [MRESOLVER-437] Resolver should not override given HTTP transport default use of expect-continue handshake [maven-resolver]

2023-11-22 Thread via GitHub
cstamas merged PR #378: URL: https://github.com/apache/maven-resolver/pull/378 -- 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] (MRESOLVER-437) Resolver should not override given HTTP transport default use of expect-continue handshake

2023-11-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17788789#comment-17788789 ] ASF GitHub Bot commented on MRESOLVER-437: -- cstamas opened a new pull request, #378: URL:

[PR] [MRESOLVER-437] Resolver should not override given HTTP transport default use of expect-continue handshake [maven-resolver]

2023-11-22 Thread via GitHub
cstamas opened a new pull request, #378: URL: https://github.com/apache/maven-resolver/pull/378 Backport of MRESOLVER-437 to 1.9.x branch (only relevant parts): https://github.com/apache/maven-resolver/commit/a70ddef13490a4289e4a72327217218e688e4070 ---

[jira] [Updated] (MRESOLVER-437) Resolver should not override given HTTP transport default use of expect-continue handshake

2023-11-22 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MRESOLVER-437: -- Fix Version/s: 1.9.18 > Resolver should not override given HTTP transport default

[jira] [Commented] (MRESOLVER-441) Undo FileUtils changes that altered non-Windows execution path

2023-11-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17788784#comment-17788784 ] ASF GitHub Bot commented on MRESOLVER-441: -- cstamas merged PR #376: URL:

[jira] [Closed] (MRESOLVER-441) Undo FileUtils changes that altered non-Windows execution path

2023-11-22 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak closed MRESOLVER-441. - Resolution: Fixed > Undo FileUtils changes that altered non-Windows execution path >

[jira] [Commented] (MRESOLVER-441) Undo FileUtils changes that altered non-Windows execution path

2023-11-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17788783#comment-17788783 ] ASF GitHub Bot commented on MRESOLVER-441: -- cstamas merged PR #377: URL:

Re: [PR] [MRESOLVER-441] Undo FileUtils changes for non-Windows [maven-resolver]

2023-11-22 Thread via GitHub
cstamas merged PR #377: URL: https://github.com/apache/maven-resolver/pull/377 -- 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:

Re: [PR] [MRESOLVER-441] Undo FileUtils changes for non-Windows [maven-resolver]

2023-11-22 Thread via GitHub
cstamas merged PR #376: URL: https://github.com/apache/maven-resolver/pull/376 -- 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] (MSHARED-1300) Order of dependencies is not always retained when filtering

2023-11-22 Thread Kamil Jarosz (Jira)
[ https://issues.apache.org/jira/browse/MSHARED-1300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17788781#comment-17788781 ] Kamil Jarosz commented on MSHARED-1300: --- [~elharo] would it be possible to release a new version

[jira] [Updated] (MNG-7934) Upgrade Resolver version to 1.9.18

2023-11-22 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-7934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MNG-7934: - Summary: Upgrade Resolver version to 1.9.18 (was: Upgrade Resolver version to 1.9.17) > Upgrade

[jira] [Reopened] (MNG-7934) Upgrade Resolver version to 1.9.18

2023-11-22 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MNG-7934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak reopened MNG-7934: -- 1.9.18 is being targeted > Upgrade Resolver version to 1.9.18 > --

Re: [PR] [MBUILDCACHE-74] Clean local cache for any artifact [maven-build-cache-extension]

2023-11-22 Thread via GitHub
mweirauch commented on PR #110: URL: https://github.com/apache/maven-build-cache-extension/pull/110#issuecomment-1822705452 Oops, I didn't pay attention and force pushed a local change to the root pom.xml which helps vscode to actually recognize the generated sources folder for the mdo

[jira] [Commented] (MBUILDCACHE-74) Old POM builds are not cleaned up from local cache

2023-11-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MBUILDCACHE-74?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17788759#comment-17788759 ] ASF GitHub Bot commented on MBUILDCACHE-74: --- mweirauch commented on PR #110: URL:

[jira] [Updated] (MRESOLVER-441) Undo FileUtils changes that altered non-Windows execution path

2023-11-22 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MRESOLVER-441: -- Summary: Undo FileUtils changes that altered non-Windows execution path (was: Undo

[jira] [Commented] (MRESOLVER-441) Undo FileUtils changes that altered non-Windows path

2023-11-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17788750#comment-17788750 ] ASF GitHub Bot commented on MRESOLVER-441: -- cstamas opened a new pull request, #377: URL:

[jira] [Commented] (MRESOLVER-441) Undo FileUtils changes that altered non-Windows path

2023-11-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17788747#comment-17788747 ] ASF GitHub Bot commented on MRESOLVER-441: -- cstamas opened a new pull request, #376: URL:

[jira] [Created] (MRESOLVER-441) Undo FileUtils changes that altered non-Windows path

2023-11-22 Thread Tamas Cservenak (Jira)
Tamas Cservenak created MRESOLVER-441: - Summary: Undo FileUtils changes that altered non-Windows path Key: MRESOLVER-441 URL: https://issues.apache.org/jira/browse/MRESOLVER-441 Project: Maven

[jira] [Assigned] (MRESOLVER-441) Undo FileUtils changes that altered non-Windows path

2023-11-22 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak reassigned MRESOLVER-441: - Assignee: Tamas Cservenak > Undo FileUtils changes that altered non-Windows

[jira] [Updated] (MRESOLVER-441) Undo FileUtils changes that altered non-Windows path

2023-11-22 Thread Tamas Cservenak (Jira)
[ https://issues.apache.org/jira/browse/MRESOLVER-441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Cservenak updated MRESOLVER-441: -- Fix Version/s: 2.0.0 > Undo FileUtils changes that altered non-Windows path >

[PR] Fix profile settings being injected into consumer POM [maven]

2023-11-22 Thread via GitHub
gnodet opened a new pull request, #1323: URL: https://github.com/apache/maven/pull/1323 (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,

[jira] [Updated] (MBUILDCACHE-75) Upgrade Maven parent 41

2023-11-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MBUILDCACHE-75?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated MBUILDCACHE-75: -- Labels: pull-request-available (was: ) > Upgrade Maven parent 41 >

[jira] [Commented] (MBUILDCACHE-75) Upgrade Maven parent 41

2023-11-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MBUILDCACHE-75?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17788736#comment-17788736 ] ASF GitHub Bot commented on MBUILDCACHE-75: --- olamy opened a new pull request, #113: URL:

[jira] [Created] (MBUILDCACHE-75) Upgrade Maven parent 41

2023-11-22 Thread Olivier Lamy (Jira)
Olivier Lamy created MBUILDCACHE-75: --- Summary: Upgrade Maven parent 41 Key: MBUILDCACHE-75 URL: https://issues.apache.org/jira/browse/MBUILDCACHE-75 Project: Maven Build Cache Extension

[PR] [MBUILDCACHE-75] Upgrade to parent 41 [maven-build-cache-extension]

2023-11-22 Thread via GitHub
olamy opened a new pull request, #113: URL: https://github.com/apache/maven-build-cache-extension/pull/113 Signed-off-by: Olivier Lamy Following this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [MBUILDCACHE JIRA

[jira] [Closed] (MBUILDCACHE-74) Old POM builds are not cleaned up from local cache

2023-11-22 Thread Olivier Lamy (Jira)
[ https://issues.apache.org/jira/browse/MBUILDCACHE-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy closed MBUILDCACHE-74. --- Assignee: Olivier Lamy Resolution: Fixed > Old POM builds are not cleaned up from

[jira] [Commented] (MCOMPILER-558) compileSourceRoots in testCompile should be writable

2023-11-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17788733#comment-17788733 ] ASF GitHub Bot commented on MCOMPILER-558: -- slawekjaranowski commented on PR #209: URL:

Re: [PR] [MCOMPILER-558] compileSourceRoots in testCompile should be writable [maven-compiler-plugin]

2023-11-22 Thread via GitHub
slawekjaranowski commented on PR #209: URL: https://github.com/apache/maven-compiler-plugin/pull/209#issuecomment-1822586670 @lorenzsimon - please preserve a line from PR template: > I hereby declare this contribution to be licenced under the [Apache License Version 2.0, January

[jira] [Commented] (MBUILDCACHE-74) Old POM builds are not cleaned up from local cache

2023-11-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MBUILDCACHE-74?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17788732#comment-17788732 ] ASF GitHub Bot commented on MBUILDCACHE-74: --- olamy merged PR #110: URL:

Re: [PR] [MBUILDCACHE-74] Clean local cache for any artifact [maven-build-cache-extension]

2023-11-22 Thread via GitHub
olamy merged PR #110: URL: https://github.com/apache/maven-build-cache-extension/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:

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

2023-11-22 Thread via GitHub
dependabot[bot] merged PR #112: URL: https://github.com/apache/maven-build-cache-extension/pull/112 -- 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-7868) "Could not acquire lock(s)" error in concurrent maven builds

2023-11-22 Thread Steve Loughran (Jira)
[ https://issues.apache.org/jira/browse/MNG-7868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17788731#comment-17788731 ] Steve Loughran commented on MNG-7868: - ooh, this has started for me too, macos, {code} mvn --version

[jira] [Commented] (MNG-7932) Upgrade maven-parent to v41

2023-11-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MNG-7932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17788710#comment-17788710 ] ASF GitHub Bot commented on MNG-7932: - slawekjaranowski opened a new pull request, #1322: URL:

[PR] [MNG-7932] Upgrade maven-parent to 41 [maven]

2023-11-22 Thread via GitHub
slawekjaranowski opened a new pull request, #1322: URL: https://github.com/apache/maven/pull/1322 Following this checklist to help us incorporate your contribution quickly and easily: - [x] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/MNG) filed

[jira] [Commented] (MCOMPILER-558) compileSourceRoots in testCompile should be writable

2023-11-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17788704#comment-17788704 ] ASF GitHub Bot commented on MCOMPILER-558: -- lorenzsimon opened a new pull request, #209: URL:

[jira] [Commented] (MCOMPILER-558) compileSourceRoots in testCompile should be writable

2023-11-22 Thread Lorenz Simon (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17788705#comment-17788705 ] Lorenz Simon commented on MCOMPILER-558: [~michael-o] I would say so, yes. >

[PR] [MCOMPILER-558] compileSourceRoots in testCompile should be writable [maven-compiler-plugin]

2023-11-22 Thread via GitHub
lorenzsimon opened a new pull request, #209: URL: https://github.com/apache/maven-compiler-plugin/pull/209 JIRA: https://issues.apache.org/jira/browse/MCOMPILER-558 Projects should be able to configure the `compileSourceRoots` also in the `testCompile` (like in the `compile` goal)

[jira] [Commented] (MCOMPILER-558) compileSourceRoots in testCompile should be writable

2023-11-22 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/MCOMPILER-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17788700#comment-17788700 ] Michael Osipov commented on MCOMPILER-558: -- So this is a consistency config issue? >

[jira] [Created] (MCOMPILER-558) compileSourceRoots in testCompile should be writable

2023-11-22 Thread Lorenz Simon (Jira)
Lorenz Simon created MCOMPILER-558: -- Summary: compileSourceRoots in testCompile should be writable Key: MCOMPILER-558 URL: https://issues.apache.org/jira/browse/MCOMPILER-558 Project: Maven Compiler

[jira] [Assigned] (MBUILDCACHE-67) Any error in restoring from the cache should resume the non cache build

2023-11-22 Thread Herve Boutemy (Jira)
[ https://issues.apache.org/jira/browse/MBUILDCACHE-67?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Herve Boutemy reassigned MBUILDCACHE-67: Assignee: Olivier Lamy > Any error in restoring from the cache should resume