Micronaut Data 3.8.0
What's Changed
New Features π
- Implement criteria exists repository method by @Goldmensch in #1728
- Implement default join alias via
@MappedProperty
by @Goldmensch in #1735
Improvements β
- Adding option to set column alias on MappedProperty by @radovanradic in #1704
- #1729: Always returns true for
hasView
implementation by @rohitkumbhar in #1734 - Create time columns with right type by @Goldmensch in #1737
Dependency updates π
- fix(deps): update dependency com.oracle.database.jdbc:ojdbc8 to v21.7.0.0 by @renovate in #1711
- fix(deps): update micronaut-mongo to v4.4.0 by @renovate in #1683
- fix(deps): update dependency io.micronaut.gradle:micronaut-gradle-plugin to v3.5.1 by @renovate in #1637
- fix(deps): update vertx to v4.3.3 by @renovate in #1695
- fix(deps): update dependency org.postgresql:postgresql to v42.5.0 by @renovate in #1680
- fix(deps): update dependency io.micronaut.gradle:micronaut-gradle-plugin to v3.5.3 by @renovate in #1720
Other Changes π‘
- Updated test query to have predictive results by @radovanradic in #1716
- build: updates Micronaut Build to 5.3.14 by @sdelamo in #1667
- Refactor stored/prepared query to share the parameters binding code by @dstepanov in #1725
- Merge 3.7.0 into master by @dstepanov in #1749
New Contributors
- @rohitkumbhar made their first contribution in #1734
Full Changelog: v3.7.5...v3.8.0