1.0.1 (2020-03-18)
Implemented enhancements:
- Transactional DataSource #267
- Add support for a transactional datasource. Fixes #267 #402 (@graemerocher)
Fixed bugs:
- Problem with Liquibase and Hibernate Envers: Argument [beanType] cannot be null #440
- TransactionAwareDataSource incompatible with micronaut-flyway #435
- Jpa native queries don't bind with enums #422
- GraalVM native-image build error #409
- JDBC List() Method with Pageable/Order ignoreCase is not working #404
- Join annotation on Repository Interface not working #398
- Lombok: non-existent property: id with abstract inheritance #126
- Only apply declared join specs to write operations. Fixes #398 #403 (@graemerocher)
Closed issues:
- Micronaut Data JDBC does not support non-Long Generated ID types #420
- [docs] Example on
Updating Data
is confusing and doesn't render properly #392 - Document how to transform fields #305
- Update docs on clarity of repository vs jdbcRepository usage #287
- micronaut ignores GenerationType.SEQUENCE and generates invalid insert statements #273
- GeneratedValue annotation doesn't update kotlin data class while insert #224
- Support for MySQL driver when building native image with GraalVM #123
Merged pull requests:
- Bump rxjava from 2.2.18 to 2.2.19 #439 (@dependabot-preview[bot])
- Allow the use of ID types other than long (#420). #437 (@emmanuj)
- Add DataSourceResolver for transactional proxy #436 (@lightoze)
- Bump mariadb from 1.12.4 to 1.13.0 #433 (@dependabot-preview[bot])
- Bump mssqlserver from 1.12.5 to 1.13.0 #432 (@dependabot-preview[bot])
- Bump postgresql from 1.12.5 to 1.13.0 #431 (@dependabot-preview[bot])
- Bump oracle-xe from 1.12.5 to 1.13.0 #430 (@dependabot-preview[bot])
- Bump mysql from 1.12.5 to 1.13.0 #429 (@dependabot-preview[bot])
- Bump spock from 1.12.4 to 1.13.0 #428 (@dependabot-preview[bot])
- Bump org.jetbrains.kotlin.kapt from 1.3.61 to 1.3.70 #427 (@dependabot-preview[bot])
- Bump org.jetbrains.kotlin.jvm from 1.3.61 to 1.3.70 #426 (@dependabot-preview[bot])
- Bump org.jetbrains.kotlin.plugin.jpa from 1.3.61 to 1.3.70 #425 (@dependabot-preview[bot])
- Bump org.jetbrains.kotlin.plugin.allopen from 1.3.61 to 1.3.70 #424 (@dependabot-preview[bot])
- Bump spring-boot-gradle-plugin from 2.2.4.RELEASE to 2.2.5.RELEASE #419 (@dependabot-preview[bot])
- Bump spring-orm from 5.2.3.RELEASE to 5.2.4.RELEASE #418 (@dependabot-preview[bot])
- Bump spring-jdbc from 5.2.3.RELEASE to 5.2.4.RELEASE #417 (@dependabot-preview[bot])
- Bump rxjava from 2.2.17 to 2.2.18 #413 (@dependabot-preview[bot])
- fix issue #126 #411 (@outersky)
- Update docs #408 (@sdelamo)
- Fix javadoc typo #407 (@jeffbrown)
- Bump hibernate-core from 5.4.11.Final to 5.4.12.Final #405 (@dependabot-preview[bot])
- Bump hibernate-core from 5.4.10.Final to 5.4.11.Final #400 (@dependabot-preview[bot])
- Bump postgresql from 42.2.9 to 42.2.10 #396 (@dependabot-preview[bot])
- Adding release automation configuration and bots #390 (@alvarosanchez)
- Bump jmh-generator-annprocess from 1.22 to 1.23 #378 (@dependabot-preview[bot])
* This Changelog was automatically generated by github_changelog_generator