github micronaut-projects/micronaut-data v3.3.0-RC1
Micronaut Data 3.3.0-RC1

pre-release2 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:

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:

Don't miss a new micronaut-data release

NewReleases is sending notifications on new releases.