Skip to content

4.0.1

Latest

Choose a tag to compare

@mp911de mp911de released this 12 Dec 11:23
· 25 commits to main since this release
20a0f85

📗 Links

⭐ New Features

  • Propagate well-known property JPA names to AOT metamodel initialization #4106
  • Add sequence support for AOT dialect #4103
  • Defer ReturnedType.inputProperties access #4088

🐞 Bug Fixes

  • NullPointerException in Query.setParameter(…) binding null to IN parameters #4112
  • AOT repositories use executeUpdate for derived @Modifying queries #4102
  • Apply fetch graph by name in AOT repositories. #4100
  • SpringDataJpaAotDialect must not return null for getSqlAstTranslatorFactory() #4098
  • Named @EntityGraph not applied to AOT repository query methods #4097
  • AOT repositories fail with IncorrectResultSizeDataAccessException running GROUP BY count query #4096
  • AOT-generated repository fragment does not convert collection result to Set #4094
  • Derived query fails withInvalidDataAccessApiUsageException using IgnoreCase for nested property #4087

📔 Documentation

  • Document projection support for JPASpecificationExecutor #2499

🔨 Dependency Upgrades

  • Upgrade to Eclipselink 5.0.0-B13 #4117