Skip to content

2.1.0.RELEASE

Compare
Choose a tag to compare
@cj848 cj848 released this 06 Jan 01:20
· 1272 commits to main since this release

2.1.0 (2023-01-06)

Bug Fixes

none

Internal Improvement

none

Features

feat: Support JPA 3.0 by @cj848 in #160

  • Users can now use the JPA 3 specification with kotlin-jdsl without major code changes. Try using JPA 3.0 spec using kotlin jdsl 2.1.0 & eclipse 4, hibernate 6 version.

Breaking Changes

Minimum JDK version changed to 17. Since Spring 6, JDK 17 has been designated as the minimum version, and since it is relatively easy for kotlin projects to upgrade the JDK version, we have decided to set JDK 17 as the minimum version from a maintenance point of view.

New Contributors

Full Changelog: 2.0.7.RELEASE...2.1.0.RELEASE