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

2022-10-07 Thread Tamás Cservenák
Howdy, just one remark: as I said, Maven so far never had a "surface" meant to be an API, on the other hand Maven tries its best to "signal" internal areas. In this very example org.apache.maven.lifecycle.internal.MojoDescriptorCreator the package name is "internal" (sometimes impl, etc). The inte

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

2022-10-07 Thread Guillaume Nodet
Le ven. 7 oct. 2022 à 17:57, Marc Philipp a écrit : > Sorry for the delay! You’re right, it’s not as bad as I had first gathered > from the PRs to core plugins. > Yes, switching to the new API involves a bit more, that's for sure ! > > Here’s a list of APIs that we use that are now causing com

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

2022-10-07 Thread Marc Philipp
Sorry for the delay! You’re right, it’s not as bad as I had first gathered from the PRs to core plugins. Here’s a list of APIs that we use that are now causing compile errors: (1) org.apache.maven.lifecycle.internal.MojoDescriptorCreator#convert now returns org.apache.maven.internal.xml.Xpp3Dom i