Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ee4j-pmc] Action item: use of the jakarta groupId

Hi Joakim!  Long time no speak :)

I suspect JPMS will come up heavily in Jakarta EE 9, but that's me guessing.  I don't know about OSGi.

On an IANA style registry, if someone is willing to code one up or propose/kick-off a nice file format that can be maintained via github PRs that could work.  I.e. if there are available hands willing to volunteer the time, why not at least try.


-- 
David Blevins
http://twitter.com/dblevins
http://www.tomitribe.com
310-633-3852

On Sep 12, 2018, at 11:34 AM, Joakim Erdfelt <joakim.erdfelt@xxxxxxxxx> wrote:

Will there be a high level official IANA style registry (example) of all of these changes somewhere accessible to all peoples?
Will there be guidance on OSGi naming?
Will there be guidance on JPMS naming too?

- Joakim

On Wed, Sep 12, 2018 at 1:20 PM David Blevins <dblevins@xxxxxxxxxxxxx> wrote:
Following up from the specification committee meeting.  We (PMC) need to make sure all the specifications/api jars we release to Maven Central are in the jakarta groupId.  Using JMS as an example:


If you want an easy command to do it:

   $ perl -i -pe 's,Id>javax,Id>jakarta,g' pom.xml

We'll need to re-release JAX-RS and make sure we add this to our spreadsheet to track which projects have done it.

Here's the document for reference with motivations on the change in Maven coordinates:



_______________________________________________
ee4j-pmc mailing list
ee4j-pmc@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ee4j-pmc
_______________________________________________
ee4j-pmc mailing list
ee4j-pmc@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ee4j-pmc


Back to the top