github micronaut-projects/micronaut-data v2.1.0
Micronaut Data 2.1.0

latest releases: v3.3.0-RC1, v3.3.0-M1, v3.2.2...
3 years ago

v2.1.0 (2020-10-20)

Full Changelog

Fixed bugs:

  • NullPointerException thrown when native query returns 1 row, 1 column and the value is null #769
  • In @MappedEntity default value of property 'escape' is false, but behaviour is same as if value is true #761
  • Issue with postgres nested mapping #758
  • Using JdbcOperations with two Datasources does not work #686
  • Explicit queries with simple type result failing with exception #653
  • Cannot save classes that inherit from another with ids generic types #474
  • [Embedded key] Can't infer the SQL type to use for an instance of example.domain.Pet #297
  • Problem with embedded key as inner class #295

Closed issues:

  • CRUD JdbcRepository unable to delete entity having a UUID as primary key (Mysql/MariaDB) #762
  • Unable to build using GraalVM native-image tool using spring jdbc and micronaut #715
  • Adding new fields on DTO #701
  • Default conversion of LocalDate to Date uses wrong timezone #687
  • Multiple EventListener on Bean created instantiates Beans differently #667
  • javax.transaction.Transactional does nothing when using Spring Jdbc Template for database operations #651
  • Error instantiating bean of type [com.whatever.service.user.UserService]\n\nMessage: Error loading bean [io.micronaut.configuration.hibernate.jpa.TransactionalSession$Intercepted] #650
  • micronaut-data-spring brings hibernate, spring-data-commons dependencies #627
  • Spring transaction does not work with Micronaut-Data with Spring Boot 2.3.1.RELEASE #602
  • Nondeterministic exception when injecting named DataSource #598
  • OR and AND in a query #507
  • Default method parameters on Micronaut Data interface are not validated #388
  • Doc Suggestion: @transactional does not do anything outside of a bean #374

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Don't miss a new micronaut-data release

NewReleases is sending notifications on new releases.