rzo1 opened a new pull request, #142:
URL: https://github.com/apache/openjpa/pull/142

   Hi all, @solomax, @cristof, all
   
   This PR builds on @cristof's JPA 3.2 work, completed with the assistance of 
generative AI (Claude).
   
   It fully passes the JPA 3.2 TCK (at least on PostgreSQL). 
   
   ```xml
   <?xml version="1.0" encoding="UTF-8"?>
   <failsafe-summary xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:noNamespaceSchemaLocation="https://maven.apache.org/surefire/maven-surefire-plugin/xsd/failsafe-summary.xsd";
 result="null" timeout="false">
       <completed>2135</completed>
       <errors>0</errors>
       <failures>0</failures>
       <skipped>4</skipped>
       <failureMessage xsi:nil="true" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
   </failsafe-summary>
   ```
   
   Tests run on Java 21, though there are some local failures - similar to what 
I see on master, likely an OSX or Java 21 issue rather than something 
introduced here:
   
   - org.apache.openjpa.persistence.detach.TestDetachNoProxy: 2 failures 
(testClear10Compat, testClear20Compat) with a proxy subclass issue      
   - org.apache.openjpa.event.kubernetes.KubernetesTCPRemoteCommitProviderTest: 
1 failure (addresses)
   
   The PR is fairly large, so feel free to cherry-pick whatever is useful. I 
expect there are concerns and things to address before this is merge-ready.
   
   A number of new tests have been added that mirror TCK behavior. Happy to 
drop those if they're unwanted.
   
   That said, it was a fun three-week experiment :)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to