[PR] Setup notifications in asf config [maven-xinclude-extension]

2024-11-26 Thread via GitHub
slawekjaranowski opened a new pull request, #15: URL: https://github.com/apache/maven-xinclude-extension/pull/15 (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.

Re: [PR] Bump maven.version from 4.0.0-beta-4 to 4.0.0-beta-5 [maven-hocon-extension]

2024-11-26 Thread via GitHub
gnodet commented on PR #12: URL: https://github.com/apache/maven-hocon-extension/pull/12#issuecomment-2503057895 @dependabot recreate -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

Re: [PR] Bump org.apache.maven.plugins:maven-invoker-plugin from 3.8.0 to 3.8.1 [maven-hocon-extension]

2024-11-26 Thread via GitHub
gnodet merged PR #11: URL: https://github.com/apache/maven-hocon-extension/pull/11 -- 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: dev-unsubscr...@maven

Re: [PR] Bump org.junit.jupiter:junit-jupiter from 5.11.2 to 5.11.3 [maven-hocon-extension]

2024-11-26 Thread via GitHub
gnodet merged PR #10: URL: https://github.com/apache/maven-hocon-extension/pull/10 -- 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: dev-unsubscr...@maven

Re: [PR] Bump org.apache.maven.plugins:maven-dependency-plugin from 3.8.0 to 3.8.1 [maven-hocon-extension]

2024-11-26 Thread via GitHub
gnodet merged PR #13: URL: https://github.com/apache/maven-hocon-extension/pull/13 -- 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: dev-unsubscr...@maven

Re: [PR] Bump maven.version from 4.0.0-beta-4 to 4.0.0-beta-5 [maven-xinclude-extension]

2024-11-26 Thread via GitHub
gnodet commented on PR #12: URL: https://github.com/apache/maven-xinclude-extension/pull/12#issuecomment-2503055744 @dependabot recreate -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the speci

Re: [PR] Bump org.apache.maven.plugins:maven-invoker-plugin from 3.8.0 to 3.8.1 [maven-xinclude-extension]

2024-11-26 Thread via GitHub
gnodet merged PR #10: URL: https://github.com/apache/maven-xinclude-extension/pull/10 -- 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: dev-unsubscr...@ma

Re: [PR] Bump com.fasterxml.woodstox:woodstox-core from 7.0.0 to 7.1.0 [maven-xinclude-extension]

2024-11-26 Thread via GitHub
gnodet merged PR #13: URL: https://github.com/apache/maven-xinclude-extension/pull/13 -- 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: dev-unsubscr...@ma

Re: [PR] Bump org.junit.jupiter:junit-jupiter from 5.11.2 to 5.11.3 [maven-xinclude-extension]

2024-11-26 Thread via GitHub
gnodet merged PR #11: URL: https://github.com/apache/maven-xinclude-extension/pull/11 -- 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: dev-unsubscr...@ma

Re: [PR] Bump org.apache.maven.plugins:maven-dependency-plugin from 3.8.0 to 3.8.1 [maven-xinclude-extension]

2024-11-26 Thread via GitHub
gnodet merged PR #14: URL: https://github.com/apache/maven-xinclude-extension/pull/14 -- 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: dev-unsubscr...@ma

Re: [VOTE] Release Apache Maven 4.0.0-rc-1

2024-11-26 Thread Jeff Jensen
+1 (NB) Successfully tested on a 61 module internal app suite. Notables: * AnsiConsole removal caused a docker-maven-plugin CNFE and thankfully it has a recent release fixing that. * Exposed a Spring GraphQL schema classpath file search configuration issue, worked around by overriding the default

[CANCEL] [VOTE] Release Apache Maven Archiver version 4.0.0-beta-2

2024-11-26 Thread Guillaume Nodet
Cancelling this vote, let's rename the package and cut a new release. Le mar. 26 nov. 2024 à 11:50, Guillaume Nodet a écrit : > Hi, > > This release mainly updates to Maven 4.0.0-beta-5 (the API is compatible > with rc-1) and align the groupId. > > Release notes (visibility is limited to committ

Re: [VOTE] Release Apache Maven Archiver version 4.0.0-beta-2

2024-11-26 Thread Guillaume Nodet
Yes, you already pointed to those. I don't really think they apply to our libraries. The reason is that they are usually used as direct dependencies of Maven plugins, which do not share classloaders, so the risk of ending up with the same library from two different coordinates is very minimal. Fur

Re: [VOTE] Release Apache Maven Archiver version 4.0.0-beta-2

2024-11-26 Thread Elliotte Rusty Harold
The issue occurs because now both version 3 and 4 jars can show up in the classpath, and then it might as well be random which one comes first and is loaded. If JPMS is in play, split packages can prevent the app from running at all. See https://jlbp.dev/JLBP-6 On Tue, Nov 26, 2024 at 1:53 PM Gui

Re: [VOTE] Release Apache Maven 4.0.0-rc-1

2024-11-26 Thread Arnaud Héritier
+1 tested on an internal project I am still not fan of all warnings related to imports but I don't see a better solution to make developers aware of conflicts and their risks On Tue, Nov 26, 2024 at 1:51 PM Mateusz Gajewski < mateusz.gajew...@starburstdata.com> wrote: > +1 nb, tested on Trino >

Re: [VOTE] Release Apache Maven Archiver version 4.0.0-beta-2

2024-11-26 Thread Guillaume Nodet
Btw, this is a major version bump because the re are incompatible changes, so I’m not really sur how not changing the groupId will really help. You may limit the chances you end up with 2 different artifacts, but it won’t reduce the chances of having the wrong one. Guillau

Re: [VOTE] Release Apache Maven 4.0.0-rc-1

2024-11-26 Thread Mateusz Gajewski
+1 nb, tested on Trino On Tue, Nov 26, 2024 at 1:26 PM Guillaume Nodet wrote: > +1 > > Le lun. 25 nov. 2024 à 12:50, Tamás Cservenák a > écrit : > > > Howdy, > > > > We solved 46 issues: > > > > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&version=12355164 > > > >

Re: [VOTE] Release Apache Maven 4.0.0-rc-1

2024-11-26 Thread Guillaume Nodet
+1 Le lun. 25 nov. 2024 à 12:50, Tamás Cservenák a écrit : > Howdy, > > We solved 46 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&version=12355164 > > There are still a couple of issues left in JIRA: > > https://issues.apache.org/jira/issues/?jql=project%

Re: [VOTE] Release Apache Maven Archiver version 4.0.0-beta-2

2024-11-26 Thread Guillaume Nodet
I can revert the groupId change as the package is fine, so I don't see why we'd need to change it. Le mar. 26 nov. 2024 à 13:05, Elliotte Rusty Harold a écrit : > -1 > > Changing the group ID without simultaneously changing the package name > is a recipe for classpath conflicts and hard to diag

Re: [VOTE] Release Apache Maven Archiver version 4.0.0-beta-2

2024-11-26 Thread Elliotte Rusty Harold
-1 Changing the group ID without simultaneously changing the package name is a recipe for classpath conflicts and hard to diagnose bugs at runtime. On Tue, Nov 26, 2024 at 10:51 AM Guillaume Nodet wrote: > > Hi, > > This release mainly updates to Maven 4.0.0-beta-5 (the API is compatible > with

[VOTE] Release Apache Maven Archiver version 4.0.0-beta-2

2024-11-26 Thread Guillaume Nodet
Hi, This release mainly updates to Maven 4.0.0-beta-5 (the API is compatible with rc-1) and align the groupId. Release notes (visibility is limited to committers): https://github.com/apache/maven-archiver/releases/edit/untagged-c2daca1bd952f3aa7e9f Gist of the above for non committers: https://g

[VOTE] Release Apache Maven Daemon 2.0.0-rc-1

2024-11-26 Thread Guillaume Nodet
Hey, Note: mvnd 1.x wraps Maven 3.9.x and 2.x wraps Maven 4.x. This release provides distributions based on Apache Maven 4.0.0-rc-1. Note that the above release is still under vote, so this release will be cancelled if 4.0.0-rc-1 is not voted. The release candidate is here: https://dist.apache.o

Re: [VOTE] Release Apache Maven 4.0.0-rc-1

2024-11-26 Thread Guillaume Nodet
Le mar. 26 nov. 2024 à 07:30, Delany a écrit : > Hi. Two issues came up: > > I use this archived plugin to ensure consistent filenames (if there's an > alternative please let me know!) > > > com.github.ngeor > yak4j-filename-conventions-maven-plugin > >