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



On Thu, 1 Oct 2020 at 10:53, Tom Jenkinson <tom.jenkinson@xxxxxxxxxx> 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

I should have said, the first item in each row is output from a sha256sum ^

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

Back to the top