Skip to content

Micronaut Data 2.4.3

Compare
Choose a tag to compare
@micronaut-build micronaut-build released this 17 May 19:18

v2.4.3 (2021-05-17)

Full Changelog

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: