v2.1.0 (2020-10-20)
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:
- Remove support for using Spring transaction manager under the hood #775 (@graemerocher)
- Prevent NPE with empty Spring JPA specifications #773 (@murdos)
- Fix native queries with simple type (#653) #772 (@issmo)
- Properly handle null in optional queries #771 (@graemerocher)
- issue-766: add null check when converting to json to prevent 'null' string to be persisted instead of null #767 (@berkum)
- Fix NPE. Fixes #758 #759 (@graemerocher)
- Fix typo #745 (@tobiasschaefer)
- Dependency upgrades #744 (@micronaut-build)
- [data] Update common files for branch master #728 (@micronaut-build)
- [data] Update common files for branch 1.0.x #698 (@micronaut-build)
- [data] Update common files for branch 1.0.x #655 (@micronaut-build)
- [data] Update common files for branch 1.0.x #646 (@micronaut-build)
- [data] Update common files for branch 1.0.x #644 (@micronaut-build)
- [data] Update common files for branch 1.0.x #641 (@micronaut-build)
- [data] Update common files for branch 1.0.x #639 (@micronaut-build)
- [data] Update common files for branch 1.0.x #623 (@micronaut-build)
- [data] Update common files for branch 1.0.x #617 (@micronaut-build)
- [data] Update common files for branch 1.0.x #587 (@micronaut-build)
- [data] Update common files for branch 1.0.x #574 (@micronaut-build)
* This Changelog was automatically generated by github_changelog_generator