Open arjantijms opened 4 months ago
It seems there is a standalone TCK, proboably the one here: https://github.com/jakartaee/platform-tck/tree/tckrefactor/jpa
It somehow made it into this release https://download.eclipse.org/jakartaee/persistence/3.2/jakarta-persistence-tck-3.2.0.zip but it's not super clear where that one exactly came from.
Might be a lot easier for both tracking and consistency to move this to the https://github.com/jakartaee/persistence project.
@scottmarlow @lukasj
https://github.com/jakartaee/platform-tck/tree/tckrefactor/jpa - is the source for https://download.eclipse.org/jakartaee/persistence/3.2/jakarta-persistence-tck-3.2.0.zip There is an overlap of Platform TCK tests and JPA Specification tests. Platform TCK team is in the process of implementing Vehicles/Protocol for refactored code. Post completion of Vehicles with refactored code and ability to run Specification tests within vehicles as required by Platform TCK, we should be able to move Persistence Specification tests to https://github.com/jakartaee/persistence
Thanks! There wasn't a tag created, or was there? So we don't know what exact version corresponds to the 3.2.0 release?
Thanks! There wasn't a tag created, or was there? So we don't know what exact version corresponds to the 3.2.0 release?
We should definitely tag the commit used for doing the 3.2.0 release for future reference.
It seems there is a standalone TCK, proboably the one here: https://github.com/jakartaee/platform-tck/tree/tckrefactor/jpa
It somehow made it into this release https://download.eclipse.org/jakartaee/persistence/3.2/jakarta-persistence-tck-3.2.0.zip but it's not super clear where that one exactly came from.
Might be a lot easier for both tracking and consistency to move this to the https://github.com/jakartaee/persistence project.
@scottmarlow @lukasj