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

I am a little curious as to why it should affect the GlassFish release... 
As David pointed out earlier, it is a one-line change in the spec pom.xml files, so that is close to no overhead at all. And the dependencies to the Eclipse-released specs must be changed anyway because of the new version number, so there is close to no extra overhead by changing the groupId to jakarta at the same time. It may actually save some time since we will have the check that we have not forgotten to update any dependencies since we can scan for javax-groupIds...?

Ivar

On Mon, Sep 17, 2018 at 9:52 AM Steve Millidge (Payara) <steve.millidge@xxxxxxxxxxx> wrote:

+1 in principle however I also have concerns on timing given the next release of GlassFish will be a JavaEE 8 compatible release. Do we switch now for the JavaEE 8 versions or later when the Jakarta EE working group releases the specs?

 

Shouldn’t the JavaEE 8 version of Eclipse GlassFish use the Oracle released javax apis?

 

Steve

 

From: ee4j-pmc-bounces@xxxxxxxxxxx <ee4j-pmc-bounces@xxxxxxxxxxx> On Behalf Of Dmitry Kornilov
Sent: 15 September 2018 12:20
To: EE4J PMC Discussions <ee4j-pmc@xxxxxxxxxxx>


Subject: Re: [ee4j-pmc] Action item: use of the jakarta groupId

 

PMC, we should finish voting and make a formal statement about it. I still don’t see that all PMC members are voted. 

 

David: +1 (It was suggested by David, so I believe that he’s voting +1)

Ivar: ? (From your email I understand that you support it, but I didn’t see your +1)

Kevin: ? (From your email I understand that you support it, but I didn’t see your +1)

Mark: ?

Steve: ?

Dmitry: -1 (I support this change in general. My concern is about deadlines and delaying GF release because of it. I will change my vote if I get a confirmation from all vendors that they will push their project leads to make this change smoothly.)

 

— Dmitry

 



On 12 Sep 2018, at 20:20, 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
--

Java Champion, JCP EC/EG Member, EE4J PMC, JUG Leader


Back to the top