Migrating Apache Resource Bundles from svn to Git

2023-03-08 Thread Hervé Boutemy
this is one of the last piece of code that the Maven project maintains in svn (de-facto not doing any release...) This is not a funny task, but it has to be done I finally prepared the work, with a plan fully described in Jira https://issues.apache.org/jira/browse/MASFRES-20 and a draft svn 2

Re: [VOTE] Release Maven Resolver 1.9.7

2023-03-08 Thread Olivier Lamy
+1 On Wed, 8 Mar 2023 at 18:46, Tamás Cservenák wrote: > > Howdy, > > We solved 4 (1 bug + 3 improvements, all transport-http related) issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628&version=12352980 > > There are still some issues in JIRA: > https://issues.apa

[VOTE] Release Apache Maven Wrapper Plugin 3.2.0

2023-03-08 Thread Slawomir Jaranowski
Hi, We solved 20 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12323721&version=12351128 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%20MWRAPPER%20AND%20resolution%20%3D%20Unresolved Staging repo: https://rep

Re: [VOTE] Release Maven Resolver 1.9.7

2023-03-08 Thread Sylwester Lachiewicz
+1 śr., 8 mar 2023, 09:46 użytkownik Tamás Cservenák napisał: > Howdy, > > We solved 4 (1 bug + 3 improvements, all transport-http related) issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628&version=12352980 > > There are still some issues in JIRA: > https://is

Re: [VOTE] Release Maven Resolver 1.9.7

2023-03-08 Thread Slawomir Jaranowski
+1 śr., 8 mar 2023 o 09:46 Tamás Cservenák napisał(a): > Howdy, > > We solved 4 (1 bug + 3 improvements, all transport-http related) issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628&version=12352980 > > There are still some issues in JIRA: > https://issues.ap

Re: [HEADS UP] Preparing Maven 4.0.0-alpha-4 release

2023-03-08 Thread Tamás Cservenák
Howdy, Just FTR, your mail subject is off. 4.0.0-alpha-5 is being prepared. Created the missing bit, will update once Resolver 1.9.7 is out in the wild: https://github.com/apache/maven/pull/1046 T On Wed, Mar 8, 2023 at 5:40 PM Guillaume Nodet wrote: > I'd like to start releasing 4.0.0-alpha-

[HEADS UP] Preparing Maven 4.0.0-alpha-4 release

2023-03-08 Thread Guillaume Nodet
I'd like to start releasing 4.0.0-alpha-5 in the coming days. *There are a couple of PRs to review:* * https://github.com/apache/maven/milestones/4.0.0-alpha-5 * It also misses an upgrade to maven resolver 1.9.7 once released. Once release

Re: [VOTE] Release Maven Resolver 1.9.7

2023-03-08 Thread Guillaume Nodet
+1 Le mer. 8 mars 2023 à 09:46, Tamás Cservenák a écrit : > Howdy, > > We solved 4 (1 bug + 3 improvements, all transport-http related) issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628&version=12352980 > > There are still some issues in JIRA: > https://issues

[VOTE] Release Apache Maven version 3.8.8

2023-03-08 Thread Michael Osipov
Hi, We solved 17 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&version=12352869 There are still hundreds of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%20MNG%20AND%20resolution%20%3D%20Unresolved Staging repo: https://reposit

Re: [VOTE] Release Maven Resolver 1.9.7

2023-03-08 Thread Romain Manni-Bucau
+1 Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github | LinkedIn | Book

Re: [VOTE] Release Maven Resolver 1.9.7

2023-03-08 Thread Michael Osipov
Am 2023-03-08 um 09:45 schrieb Tamás Cservenák: Howdy, We solved 4 (1 bug + 3 improvements, all transport-http related) issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628&version=12352980 There are still some issues in JIRA: https://issues.apache.org/jira/projects

Re: [VOTE] Release Maven Resolver 1.9.7

2023-03-08 Thread Grzegorz Grzybek
Hello +1 (non-binding) I've checked 1.9.7 with Camel's own DI that configures `org.eclipse.aether.RepositorySystem` using @Inject without service locator methods (like org.apache.maven.repository.internal.MavenRepositorySystemUtils.newServiceLocator()). Also following good practice, I've moved f

Re: [HEADS UP] Maven Release 3.9.1 coming soon

2023-03-08 Thread Michael Osipov
Am 2023-03-08 um 14:17 schrieb Elliotte Rusty Harold: What do people think about https://issues.apache.org/jira/browse/MNG-7714? It does seem to be a real bug and a recent regression. Is this worth holding the release for? I have not been able to fix this, and cannot promise I will be able to in

Re: Removing deprecated classes and methods in 4.0

2023-03-08 Thread Michael Osipov
Am 2023-03-08 um 14:14 schrieb Elliotte Rusty Harold: https://github.com/apache/maven/pull/1044 brings up the question of whether we should start removing deprecated methods and classes from maven-core in the 4.0 main branch. This could be our last chance to do that for another decade+. Thoughts?

Re: [HEADS UP] Maven Release 3.9.1 coming soon

2023-03-08 Thread Elliotte Rusty Harold
What do people think about https://issues.apache.org/jira/browse/MNG-7714? It does seem to be a real bug and a recent regression. Is this worth holding the release for? I have not been able to fix this, and cannot promise I will be able to in the near future. If anyone else can see how to make it

Removing deprecated classes and methods in 4.0

2023-03-08 Thread Elliotte Rusty Harold
https://github.com/apache/maven/pull/1044 brings up the question of whether we should start removing deprecated methods and classes from maven-core in the 4.0 main branch. This could be our last chance to do that for another decade+. Thoughts? -- Elliotte Rusty Harold elh...@ibiblio.org

Re: [HEADS UP] Maven Release 3.9.1 coming soon

2023-03-08 Thread Tamás Cservenák
LAST CALL for 3.9.1 issues :) Resolver 1.9.7 is put on vote (72h) https://lists.apache.org/thread/rkd3xpn0054040scg1syv58r0lxt5r6y Next in line is Maven 3.9.1, the PR https://github.com/apache/maven/pull/1037 updated with all (sans released resolver) Thanks T On Tue, Mar 7, 2023 at 6:37 PM Jere

[VOTE] Release Maven Resolver 1.9.7

2023-03-08 Thread Tamás Cservenák
Howdy, We solved 4 (1 bug + 3 improvements, all transport-http related) issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628&version=12352980 There are still some issues in JIRA: https://issues.apache.org/jira/projects/MRESOLVER/issues Staging repository: https://rep