Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jpa-dev] Jakarta TCK for JPA 3.1



On Wed, Jun 8, 2022, 12:41 PM Jody Grassel <fyrewyld@xxxxxxxxx> wrote:
What is the status of the JPA TCK for JPA 3.1? 

It is part of the released spec so too late to add new tests now but not too late for next release.


I took a look at it, and all there really is in it is a test which tests the GeneratorType.UUID API, and a test case which uses a UUID for an @Id (the use of the UUID generator is commented out).  There's nothing in there for the new math query functions (CEILING, FLOOR, etc).

Pull requests from all contributors are welcome as well as help with switching from Ant to Maven.  

There is a lot to discuss, probably easier for some to discuss after the EE 10 release.  But please continue to ask questions.

Also, we talked about organizing effort to validate that JPA TCK ddl files work on different backend but that didn't happen.  So would be good to see updates for that also.  

Scott

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

Back to the top