Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [glassfish-dev] ./glassfish6/glassfish/modules/jakarta.transaction-api.jar vs ./glassfish6/mq/lib/jakarta.transaction-api.jar

Thanks for the responses. I have raised https://github.com/eclipse-ee4j/openmq/pull/595 to get that updated.

I assume I don't need a new release of OpenMQ to be integrated into Glassfish in order to submit a certification request for Jakarta Transactions because even though that that older RC1 is in the current glassfish distribution under mq/lib, the one in modules itself should be the right one and I don't see a reference to mq/lib under https://ci.eclipse.org/jta/job/TCK_ts_jte/lastSuccessfulBuild/artifact/ts.jte/*view*/.

On Thu, 1 Oct 2020 at 11:07, Jonathan Coustick <jonathan.coustick@xxxxxxxxxxx> wrote:
Hello,

The version under mq/lib is the version that is packaged with OpenMQ, which is currently using 2.0.0-RC1 of jakarta.transaction-api. It is specified at https://github.com/eclipse-ee4j/openmq/blob/master/mq/main/pom.xml. OpenMQ does not reference any of the files under the modules directory of Glassfish, and Glassfish does not refer directly to file under mq.


Jonathan Coustick

Payara Services Ltd - Open Source Enterprise Software & Support
UK: +44 207 754 0481 | US: +1 415 523 0175

----------------------------------------------------------------------------------------------------------------------

Payara Services Limited, Registered office: Unit 11, Malvern Hills Science Park, Geraldine Road, Malvern, WR14 3SZ
Registered in England and Wales: 09998946 | VAT: GB 193854467 | www.payara.fish | info@xxxxxxxxxxx |
@Payara_Fish

On 01/10/2020 10:53, Tom Jenkinson wrote:
Hi,

I recently staged a new version of Jakarta Transactions 2.0.0 and so I am trying to work out if it will be in the weekly build.

During this research I came across what I understand to be the location of the nightly build: https://download.eclipse.org/ee4j/glassfish/glassfish-6.0.0-SNAPSHOT-nightly.zip

When looking in that zip to see if it had the current version of the staged Jakarta Transactions (I am assuming the weekly builds will have similar) then I can see two different versions of the Jar in there:

f474e2c8ec81824ccdca7059b5ff36b11fea2b3d514a439f0433c65e21167ad6  ./glassfish6/mq/lib/jakarta.transaction-api.jar
21474b7ee0ad764c05d5ad0bc430e5e647cdeabc86cb587477a7eca5be6e584b  ./glassfish6/glassfish/modules/jakarta.transaction-api.jar

The modules one is what I expected, the mq one though is actually RC1.

I am not sure how to correct this, would anyone know?

Many thanks,
Tom

PS While trying to locate where that reference is coming from I noticed that in "appserver/tests" are are some files references an old RC of jakarta-persistence-api: https://github.com/eclipse-ee4j/glassfish/issues/23217

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


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

Back to the top