Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartaee-platform-dev] Proposal: Retain the namespaces org.eclipse.microprofile.* for the existing MicroProfile specifications when MicroProfile joins Jakarta EE

I was thinking this was the case as well, but was not sure. Thanks for confirming Joakim.
I created an issue in Maven: https://github.com/apache/maven/issues/11255


On Oct 13, 2025, at 11:50 AM, Joakim Erdfelt via jakartaee-platform-dev <jakartaee-platform-dev@xxxxxxxxxxx> wrote:


Ondro, 

What you are referring to is the `<relocation>` element in the Maven Pom.


It would exist in old maven coordinates, pointing to the new maven coordinates.
Thing is, this relocation is version specific, it doesn't apply to all versions (now and in the future).

- Joakim

On Mon, Oct 13, 2025 at 10:20 AM Ondro Mihályi via jakartaee-platform-dev <jakartaee-platform-dev@xxxxxxxxxxx> wrote:
Hello, Emily,

Thank for this proposal, and for including detailed reasoninh in it. For the case of maven artifacts, did you consider aliasing of artifacts which is supported by Maven Central? Even if an artifact is renamed, with this approach, it’s possible to use old artifact coordinates with new versions, and Maven automatically pulls artifacts that have the new coordinates.

Ondro

_______________________________________________
jakartaee-platform-dev mailing list
jakartaee-platform-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jakartaee-platform-dev

Back to the top