Micronaut Data 2.5.0
v2.5.0 (2021-07-26)
Closed issues:
- Different behavior in update and updateAll #1094
- data-jdbc cannot read an entity with JSON fields when using lombok builder #1090
- Micronaut Data JDBC doesn't update children when the parent is updated in a One To Many bidirectional relation #1089
- Automatic ID values not generated/retrieved with latest snapshots #1088
- ReactiveCrudRepo.saveAll doesnt emit when MappedEntity doesn't use a db generate Id #1087
- Groovy application fails when there is an intermediate repository interface #1075
- micronaut-data-jdbc returning ill-behaved
java.util.stream.Stream
#1068 - Cannot unmarshal jsonb into an embedded list. #1064
- Support for Jakarta Persistence Annotation #1033
Merged pull requests:
- Support Jakarta annotations #1100 (@dstepanov)
- Skip validation when the generic type is an object type #1099 (@dstepanov)
- Correct UPDATE cascade #1098 (@dstepanov)
- Correct
updateAll
for Hibernate #1096 (@dstepanov) - Enable Postgres R2dbc tests #1095 (@dstepanov)
- [data] Update common files for branch master #1093 (@micronaut-build)
- Correct how
Stream
s in repositories can be used + cleanup examples #1092 (@dstepanov) - Always call "getRowsUpdated" which is needed by some drivers #1091 (@dstepanov)
- Correct compile problems with v3 #1086 (@dstepanov)
- 938 - Generate indexes specified in table annotation #1084 (@Deviad)
- [data] Update common files for branch master #1082 (@micronaut-build)