This is an automated email from the ASF dual-hosted git repository. borinquenkid pushed a commit to branch hibernate6 in repository https://gitbox.apache.org/repos/asf/grails-data-hibernate6.git
commit aa0335168a3b9477491f163c12541c01231eb784 Author: Walter Duque de Estrada <wbdu...@mac.com> AuthorDate: Wed Apr 2 21:18:20 2025 -0500 Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b3b0f20..d0c57d6a 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,10 @@ With the removal of Criterion API in Hibernate 6, we wanted to continue to suppo For testing the following was done: * Used testcontainers of postgres instead of h2 because h2 does not support all the Java Types correctly. -* A more opinionated and fluent HibernateGormDatastoreSpec is used for the specifications. \ No newline at end of file +* A more opinionated and fluent HibernateGormDatastoreSpec is used for the specifications. + +### Largest Gaps +* Multitenancy +* Proxy support +* AbstractHibernateCriteriaBuilder coverage. (In contrast to HibernateQuery which has good coverage) +* AsbtractGormStaticApi coverage