v2.4.3 (2021-05-17)
Fixed bugs:
- Custom @query without a root entity / outside a GenericRepository #1014
- Repository method generation regression: 2.4.0 -> 2.5.1 #1009
- after upgrade micronaut 2.4.1 -> 2.5.0 existsBy and findBy produce wrong where clause if another column with name id exist #1008
Closed issues:
- Micronaut Data JDBC generate "After end of result set" in certain scenarios #1016
- org.hibernate.HibernateException: No CurrentSessionContext configured in GraalVM with JPA and H2 #1007
- Data JDBC don't handle UUID stored as BINARY(16) in MySQL #832
Merged pull requests:
- Fix cases with byte array type and IN queries #1026 (@dstepanov)
- Fix invalid cases of Hibernate projections #1025 (@dstepanov)
- Fix custom id queries #1018 (@dstepanov)
- Allow for insert to return rows updated #1017 (@dstepanov)
- fix(empty-associations): use a mutable list instance when a join is null #1015 (@safarmer)
- build(deps): bump jmh-core from 1.25.2 to 1.30 #1013 (@dependabot[bot])
- build(deps): bump objenesis from 3.1 to 3.2 #1012 (@dependabot[bot])
- [data] Update common files for branch master #979 (@micronaut-build)