micronaut-data

Ahead of Time Data Repositories

APACHE-2.0 License

Stars
457

Bot releases are visible (Hide)

micronaut-data - Micronaut Data 3.9.4

Published by micronaut-build almost 2 years ago

What's Changed

Bug Fixes 🐞

Full Changelog: https://github.com/micronaut-projects/micronaut-data/compare/v3.9.3...v3.9.4

micronaut-data - Micronaut Data 3.9.3

Published by radovanradic almost 2 years ago

What's Changed

Bug Fixes 🐞

Other Changes πŸ’‘

Full Changelog: https://github.com/micronaut-projects/micronaut-data/compare/v3.9.1...v3.9.3

What's Changed

Bug Fixes 🐞

Other Changes πŸ’‘

Full Changelog: https://github.com/micronaut-projects/micronaut-data/compare/v3.9.1...v3.9.3

micronaut-data - Micronaut Data 3.9.1

Published by micronaut-build almost 2 years ago

What's Changed

Improvements ⭐

Bug Fixes 🐞

Full Changelog: https://github.com/micronaut-projects/micronaut-data/compare/v3.9.0...v3.9.1

micronaut-data - Micronaut Data 3.8.0

Published by dstepanov about 2 years ago

What's Changed

New Features πŸŽ‰

Improvements ⭐

Dependency updates πŸš€

Other Changes πŸ’‘

New Contributors

Full Changelog: https://github.com/micronaut-projects/micronaut-data/compare/v3.7.5...v3.8.0

micronaut-data - Micronaut Data 3.7.3

Published by micronaut-build about 2 years ago

What's Changed

Bug Fixes 🐞

Dependency updates πŸš€

New Contributors

Full Changelog: https://github.com/micronaut-projects/micronaut-data/compare/v3.7.2...v3.7.3

micronaut-data - Micronaut Data 3.7.2

Published by micronaut-build about 2 years ago

What's Changed

Dependency updates πŸš€

Full Changelog: https://github.com/micronaut-projects/micronaut-data/compare/v3.7.1...v3.7.2

micronaut-data - Micronaut Data 3.7.1

Published by micronaut-build about 2 years ago

What's Changed

Bug Fixes 🐞

Dependency updates πŸš€

Full Changelog: https://github.com/micronaut-projects/micronaut-data/compare/v3.7.0...v3.7.1

  • Fix existing check (#1672)
micronaut-data - Micronaut Data 3.7.0

Published by micronaut-build about 2 years ago

What's Changed

Dependency updates πŸš€

Full Changelog: https://github.com/micronaut-projects/micronaut-data/compare/v3.6.0...v3.7.0

micronaut-data - Micronaut Data 3.6.0

Published by micronaut-build about 2 years ago

What's Changed

Bug Fixes 🐞

Docs πŸ“–

Dependency updates πŸš€

Other Changes πŸ’‘

New Contributors

Full Changelog: https://github.com/micronaut-projects/micronaut-data/compare/v3.5.0...v3.6.0

micronaut-data - Micronaut Data 3.5.0

Published by micronaut-build over 2 years ago

What's Changed

New Features πŸŽ‰

Bug Fixes 🐞

Improvements ⭐

Docs πŸ“–

Dependency updates πŸš€

Other Changes πŸ’‘

New Contributors

Full Changelog: https://github.com/micronaut-projects/micronaut-data/compare/v3.4.2...v3.5.0

micronaut-data - Micronaut Data 3.4.3

Published by micronaut-build over 2 years ago

What's Changed

Bug Fixes 🐞

Improvements ⭐

Full Changelog: https://github.com/micronaut-projects/micronaut-data/compare/v3.4.2...v3.4.3

micronaut-data - Micronaut Data 3.4.2

Published by micronaut-build over 2 years ago

What's Changed

Bug Fixes 🐞

Improvements ⭐

Dependency updates πŸš€

Other Changes πŸ’‘

Full Changelog: https://github.com/micronaut-projects/micronaut-data/compare/v3.4.1...v3.4.2

micronaut-data - Micronaut Data 3.4.1

Published by micronaut-build over 2 years ago

What's Changed

Regressions 🧐

Other Changes πŸ’‘

Full Changelog: https://github.com/micronaut-projects/micronaut-data/compare/v3.4.0...v3.4.1

  • Regression: Enums should be stored as String using toString method (JDB) (#1530)
micronaut-data - Micronaut Data 3.4.0

Published by micronaut-build over 2 years ago

What's Changed

New Features πŸŽ‰

Bug Fixes 🐞

Improvements ⭐

Docs πŸ“–

Dependency updates πŸš€

Other Changes πŸ’‘

New Contributors

Full Changelog: https://github.com/micronaut-projects/micronaut-data/compare/v3.3.1...v3.4.0

micronaut-data - Micronaut Data 3.3.1

Published by micronaut-build over 2 years ago

v3.3.1 (2022-03-23)

Full Changelog

Merged pull requests:

  • [data] Update common files for branch master #1401 (@micronaut-build)
  • [data] Update common files for branch master #1396 (@micronaut-build)
  • [data] Update common files for branch master #1395 (@micronaut-build)
  • [data] Update common files for branch master #1392 (@micronaut-build)

What's Changed

New Contributors

Full Changelog: https://github.com/micronaut-projects/micronaut-data/compare/v3.3.0...v3.3.1

micronaut-data - Micronaut Data 3.3.0

Published by micronaut-build over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/micronaut-projects/micronaut-data/compare/v3.2.2...v3.3.0

micronaut-data - Micronaut Data 3.3.0-RC1

Published by micronaut-build over 2 years ago

[v3.3.0-RC1(https://github.com/micronaut-projects/micronaut-data/tree/v3.3.0-RC1) (2022-03-01)

Full Changelog

Implemented enhancements:

  • Add support for specifying the database and collection on the repository #1308
  • Add a MongoQueryExecutor interface that you can extend from #1306
  • Add support for Reactive repositories with MongoDB #1305
  • Allow specifying the database name to the @MongoRepository annotation #1292

Fixed bugs:

  • do not add inject-java as implementation dependency #1291 (@graemerocher)

Closed issues:

  • the document of finderpattern svg not found #1358
  • Colons in SQL strings in native queries doesn't work and can't be escaped (Postgres) #1354
  • save\(anEntity\) doesn't result in a record in the database when run in unit test #1347
  • repository findBy* broken for entities with IdClass #1344
  • Empty Postgres array e.g. {} in VARCHAR\(255\) \[\] interpreted as Java's new String\[\] { "{}" }. #1334
  • Select for Update default implementation in AbstractSqlLikeQueryBuilder #1330
  • [Bug] Wrong covertion enums to characters if use micronaut-jdbc #1313
  • Jdbc CoroutineCrudRepository does not handle nullable return types #1297
  • Respositories with Criteria API converts ORed predicates into ANDs at query generation time #1296
  • Mongo Integration: java.lang.IllegalStateException: Read only 0 bytes #1295
  • @ColumnTransformer acts strange when a non-placeholder variant of @ is in the string #1294
  • Add R2DBC Postgres Health Indicator #1239
  • Hibernate native image start fails due to entities with enums #1046

Merged pull requests:

  • Micronaut Serialization RC #1357 (@dstepanov)
  • Allow escaping variable identifier #1356 (@dstepanov)
  • Fix Sonar bugs #1355 (@dstepanov)
  • Mongo's MongoQueryExecutor #1353 (@dstepanov)
  • Fix JDBC arrays in constructor #1352 (@dstepanov)
  • [data] Update common files for branch master #1351 (@micronaut-build)
  • Fix composite id #1350 (@dstepanov)
  • Test for #1323 #1349 (@dstepanov)
  • Test for #1334 #1348 (@dstepanov)
  • [data] Update common files for branch master #1346 (@micronaut-build)
  • [data] Update common files for branch master #1340 (@micronaut-build)
  • [data] Update common files for branch master #1339 (@micronaut-build)
  • MongoDB queries customization #1337 (@dstepanov)
  • Update jdbcQuickStart.adoc to bump Jakarta versiΓ³n to v3.0.0 #1335 (@alejandropg)
  • [data] Update common files for branch master #1333 (@micronaut-build)
  • Implement JPA criteria IN operator with custom values #1329 (@dstepanov)
  • Correct Micronaut serialization usage #1327 (@dstepanov)
  • [data] Update common files for branch master #1322 (@micronaut-build)
  • Character should be converted to a String for JDBC/R2DBC #1320 (@dstepanov)
  • Introduce Mongo stored and prepared queries to precache Mongo specific value. #1317 (@dstepanov)
  • Allow specifying MongoDB's database name using annotation #1315 (@dstepanov)
  • Small perf improvement. Use BeanIntrospection's string switch lookup instead of HashMap in RuntimePersistentEntity. #1314 (@dstepanov)
  • [data] Update common files for branch master #1312 (@micronaut-build)
  • Reactive Mongo implementation #1311 (@dstepanov)
  • Update documentation with @TransactionalAdvice #1303 (@zsiegel)
  • Return correct nullable results for Kotlin #1302 (@dstepanov)
  • Fix transformer alias escape #1298 (@dstepanov)
micronaut-data - Micronaut Data 3.3.0-M1

Published by micronaut-build over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/micronaut-projects/micronaut-data/compare/v3.2.2...v3.3.0-M1

micronaut-data - Micronaut Data 3.2.2

Published by micronaut-build almost 3 years ago

v3.2.2 (2021-12-20)

Full Changelog

Fixed bugs:

  • @Embeddable object can't be retrieved when having @Nullable fields #1245
  • Using @Where on entity or repository does not work with overriden repository methods #1237

Closed issues:

  • Micronaut-jdbc doesn't cascade one-to-many for Embeddable entities #1173

Merged pull requests:

  • Fix missing embedded beans #1248 (@dstepanov)
  • Allow to persist cascade for non-null embedded id #1242 (@dstepanov)
  • Fix reactive/async findById for entities with @Where #1238 (@dstepanov)
micronaut-data - Micronaut Data 3.2.1

Published by micronaut-build almost 3 years ago

v3.2.1 (2021-12-07)

Full Changelog

Fixed bugs:

  • Problems with the Micronaut Data @Where since the last update #1233
  • javax.persistence.OptimisticLockException: Batch update returned unexpected row count from update after upgrading to Micronaut 3.1+ #1230
  • NPE when returning NULL from Specification implementing PageableRepository, JpaSpecificationExecutor #1224

Closed issues:

  • InvalidPathException when using join in Specification implementing PageableRepository, JpaSpecificationExecutor #1225

Merged pull requests:

  • Disable runtime version incrementer for Hibernate #1236 (@dstepanov)
  • Fix setting null Hibernate query values #1235 (@dstepanov)
  • Fix JPA specification bugs #1234 (@dstepanov)
  • Fix GraalVM warning #1232 (@ilopmar)
  • Fix NPE when returning NULL from Specification implementing PageableRepository #1226 (@dstepanov)
  • Use interface default methods in Kotlin example #1222 (@dstepanov)
  • Docs: Fix MySQL and MariaDB R2DBC dependencies #1221 (@debuglevel)
  • [data] Update common files for branch master #1217 (@micronaut-build)