Re: [VOTE] Release Apache Maven Daemon 0.8.2

2022-10-04 Thread Tamás Cservenák
+1 Tested on several in-house (maven, maven-resolver) and some of external little bigger projects, seems fine No more flickering on download ;) T On Tue, Oct 4, 2022 at 9:50 AM Guillaume Nodet wrote: > I've staged a candidate release at > https://dist.apache.org/repos/dist/dev/maven/mvnd/0.

Re: Maven 4.0: Migration path for plugins and extensions?

2022-10-04 Thread Guillaume Nodet
As indicated by Tamas, the merge is not supposed to break existing plugins. Could you be more specific about the exact breaking changes ? Le mar. 4 oct. 2022 à 12:42, Marc Philipp a écrit : > Hi everyone, > > We’re maintaining a Maven extension and testing it against the latest > snapshots. Afte

Re: Maven 4.0: Migration path for plugins and extensions?

2022-10-04 Thread Tamás Cservenák
Howdy, no, Maven does not use it currently and the reason is simple: Maven had no API so far (no surface *meant* to be API, to be more precise). Every non-trivial plugin/extension had to go to maven-core (like THE implementation) to get hold onto things. The only real API (meaning: meant as such,

Re: Maven 4.0: Migration path for plugins and extensions?

2022-10-04 Thread Gary Gregory
Does Maven and it's own plugins use JApiCmp or any tool to detect binary compatibility breaks? Gary On Tue, Oct 4, 2022, 06:53 Tamás Cservenák wrote: > Howdy, > > It should not break, but if it does, we did something wrong. > > The new API will coexist with old stuff, so in essence Maven 3 plug

Re: Maven 4.0: Migration path for plugins and extensions?

2022-10-04 Thread Tamás Cservenák
Howdy, It should not break, but if it does, we did something wrong. The new API will coexist with old stuff, so in essence Maven 3 plugins should not break with Maven 4, as long Maven 4 provides this "backward 3.x compat window" (but no Maven2 compat anymore, we cannot provide two major versions

Maven 4.0: Migration path for plugins and extensions?

2022-10-04 Thread Marc Philipp
Hi everyone, We’re maintaining a Maven extension and testing it against the latest snapshots. After the merge of https://github.com/apache/maven/pull/703 our tests started failing because of breaking API changes. I see there are PRs to core Maven plugins linked from there. If I understood it corre

[VOTE] Release Apache Maven Daemon 0.8.2

2022-10-04 Thread Guillaume Nodet
I've staged a candidate release at https://dist.apache.org/repos/dist/dev/maven/mvnd/0.8.2/ The changelog is available at https://github.com/apache/maven-mvnd/blob/master/CHANGELOG.md#082-2022-10-04 Please review and vote ! Btw, this includes binaries for darwin-aarch64 platform that I've bee