Releases: micronaut-projects/micronaut-data
Micronaut Data 2.0.1
v2.0.1 (2020-10-05)
Fixed bugs:
- data-jdbc - Fail to create table with UUID as pk in H2 #740
- SQL Wraps JSON in Quotes for Postgres JSON/JSONB Column types - Breaks Postgres Json Features. #672
Closed issues:
- Loss of precision of timestamp read from database #746
- Oracle DB CREATE_DROP does not successfully drop tables #713
- Point Micronaut Data release history to Github Releases #705
- COUNT query using INNER JOIN for join type LEFT_FETCH #673
Merged pull requests:
- Fix count query of pageable methods with joins #757 (@angelyan)
- Added link to github releases #756 (@rohitkg98)
- Fix writing of json column for field of type String in postgres #752 (@angelyan)
- Fix schema generation for UUID generated value in H2 #751 (@angelyan)
- Fix drop table statement in schema generation #750 (@angelyan)
- Fix loss of precision of timestamp read from database #743 (@angelyan)
* This Changelog was automatically generated by github_changelog_generator
Micronaut Data 2.0.0
v2.0.0 (2020-09-24)
Main changes
- Upgrade to Micronaut 2
Closed Issues
- Support for FOR UPDATE clause with find...ForUpdate methods #736
- Implement, please, NOT abstract FooRepositoryImpl support #714
- Loss of precision when using java.time.Instant in mapped entities #676
- Detect at compile time if the ID is not settable #554
- InstantiationException when using the BeanIntrospectionModule #518
Merged pull requests:
- Cleanup gradle.properties #741 (@ilopmar)
- build(deps): bump me.champeau.gradle.jmh from 0.5.1 to 0.5.2 #739 (@dependabot)
- Add support for find...ForUpdate methods for JDBC repositories #738 (@angelyan)
- Fixed typo in javadoc #737 (@rohitkg98)
- build(deps): bump spring-boot-gradle-plugin from 2.3.3.RELEASE to 2.3.4.RELEASE #734 (@dependabot)
- Dependency upgrades #733 (@micronaut-build)
- Update jdbcConfiguration.adoc #732 (@jvissers)
- build(deps): bump springDataVersion from 2.3.3.RELEASE to 2.3.4.RELEASE #731 (@dependabot)
- Update sqlAnnotations.adoc #730 (@recursivecodes)
- Dependency upgrades #726 (@micronaut-build)
- build(deps): bump jmh-core from 1.25 to 1.25.2 #724 (@dependabot)
- build(deps): bump me.champeau.gradle.jmh from 0.5.0 to 0.5.1 #723 (@dependabot)
- build(deps): bump jmh-generator-annprocess from 1.25 to 1.25.2 #722 (@dependabot)
- Dependency upgrades #720 (@micronaut-build)
- Note that deleteAll does not cascade. #709 (@debuglevel)
- Update ordering.adoc #707 (@hegGK)
- Update oracle driver dependencies. #703 (@aalmiray)
- [data] Update common files for branch master #697 (@micronaut-build)
- build(deps): bump spring-boot-gradle-plugin from 2.3.2.RELEASE to 2.3.3.RELEASE #695 (@dependabot)
- build(deps): bump jmh-generator-annprocess from 1.23 to 1.25 #694 (@dependabot)
- build(deps): bump jmh-core from 1.23 to 1.25 #693 (@dependabot)
- build(deps): bump micronaut-gradle-plugins from 2.0.5 to 2.0.8 #692 (@dependabot)
- build(deps): bump jackson-databind from 2.11.1 to 2.11.2 #688 (@dependabot)
- build(deps): bump hibernate-core from 5.4.18.Final to 5.4.20.Final #685 (@dependabot)
- Map Instant to java.sql.Timestamp in order to preserve nano-second precision. #680 (@altery)
- build(deps): bump jackson-module-kotlin from 2.10.3 to 2.11.2 #678 (@dependabot)
- build(deps): bump spring-boot-gradle-plugin from 2.3.0.RELEASE to 2.3.2.RELEASE #674 (@dependabot)
- build(deps): bump springVersion from 5.2.7.RELEASE to 5.2.8.RELEASE #666 (@dependabot)
- Dependency upgrades #664 (@micronaut-build)
Micronaut Data 1.1.3
v1.1.3 (2020-07-21)
Closed issues:
- Micronaut Data 1.1.2 release was not published #662
- findBy* will always returns null for property of type UUID #611
Merged pull requests:
- Remove Probot settings file #663 (@alvarosanchez)
- build(deps): bump reactor-core from 3.3.6.RELEASE to 3.3.8.RELEASE #661 (@dependabot[bot])
- build(deps): bump micronaut-gradle-plugins from 2.0.4 to 2.0.5 #658 (@dependabot[bot])
- Resolve issue with setting UUID parameters on prepared statements for Mysql and Oracle #628 (@jameskleeh)
- Dependency upgrades #608 (@micronaut-build)
* This Changelog was automatically generated by github_changelog_generator
Micronaut Data 1.1.2
v1.1.2 (2020-07-17)
Closed issues:
- Micronaut 2.x problem with JdbcRepository multiple data sources #657
- Required micronaut-inject-java processor #626
- Pageable previous method incorrect #597
Merged pull requests:
- Fix previous count on Pageable #656 (@cemo)
- Fix the @typedef api documentation link #654 (@mkimberlin)
- [data] Update common files for branch master #648 (@micronaut-build)
- [data] Update common files for branch master #645 (@micronaut-build)
- [data] Update common files for branch master #643 (@micronaut-build)
- build(deps): bump micronaut-gradle-plugins from 2.0.0 to 2.0.4 #642 (@dependabot[bot])
- [data] Update common files for branch master #640 (@micronaut-build)
- [data] Update common files for branch master #638 (@micronaut-build)
- enable Dependabot v2 #634 (@sullis)
- Add missing documentation tag #631 (@mattmoss)
- Fix BookRepository example and indentation of BookRepositorySpec #630 (@cwansart)
- [data] Update common files for branch master #622 (@micronaut-build)
- build(deps): bump micronaut-gradle-plugins from 2.0.0.RC10 to 2.0.0 #619 (@dependabot-preview[bot])
- Improve error messages for update methods with invalid return types #618 (@jameskleeh)
- [data] Update common files for branch master #616 (@micronaut-build)
- build(deps): bump hibernate-core from 5.4.17.Final to 5.4.18.Final #612 (@dependabot-preview[bot])
* This Changelog was automatically generated by github_changelog_generator
Micronaut Data 1.1.1
v1.1.1 (2020-06-23)
Closed issues:
- Creating app with data-jdbc brings old version of micronaut-jdbc to the classpath #613
- "IN" in @query #607
Merged pull requests:
- [data] Update common files for branch master #609 (@micronaut-build)
* This Changelog was automatically generated by github_changelog_generator
Micronaut Data 1.1.0
v1.1.1 (2020-06-19)
Merged pull requests:
- Dependency upgrades #606 (@micronaut-build)
* This Changelog was automatically generated by github_changelog_generator
Micronaut Data v1.1.0.RC3
v1.1.0.RC3 (2020-06-10)
Fixed bugs:
- Data too long for column 'id' at row 1 with MariaDB and JDBC #561
- Generated SQL is wrong when using multiple @Join annotations #457
Merged pull requests:
- Dependency upgrades #589 (@micronaut-build)
- Fix save/delete an entity with a composite key with relations #588 (@jameskleeh)
- [data] Update common files for branch master #586 (@micronaut-build)
- Dependency upgrades #584 (@micronaut-build)
- [data] Update common files for branch master #582 (@micronaut-build)
- Change attemptProject return #581 (@sdelamo)
- Refactor extract methods to simplify buildInfo #580 (@sdelamo)
- Extract method for gather Join Annotation value #579 (@sdelamo)
- Extract constants #578 (@sdelamo)
- Dependency upgrades #576 (@micronaut-build)
- Update common files #575 (@micronaut-build)
- Update common files #572 (@micronaut-build)
- [TEST] Update common files #571 (@micronaut-build)
- build(deps): bump micronaut-gradle-plugins from 2.0.0.RC8 to 2.0.0.RC10 #570 (@dependabot-preview[bot])
- fix issue with multi-joins #567 (@sdelamo)
- MySQL Data too long for UUID #564 (@sdelamo)
* This Changelog was automatically generated by github_changelog_generator
Micronaut Data v1.1.0.RC2
v1.1.0.RC2 (2020-06-10)
Fixed bugs:
- Data too long for column 'id' at row 1 with MariaDB and JDBC #561
- Generated SQL is wrong when using multiple @Join annotations #457
Merged pull requests:
- Dependency upgrades #589 (@micronaut-build)
- Fix save/delete an entity with a composite key with relations #588 (@jameskleeh)
- [data] Update common files for branch master #586 (@micronaut-build)
- Dependency upgrades #584 (@micronaut-build)
- [data] Update common files for branch master #582 (@micronaut-build)
- Change attemptProject return #581 (@sdelamo)
- Refactor extract methods to simplify buildInfo #580 (@sdelamo)
- Extract method for gather Join Annotation value #579 (@sdelamo)
- Extract constants #578 (@sdelamo)
- Dependency upgrades #576 (@micronaut-build)
- Update common files #575 (@micronaut-build)
- Update common files #572 (@micronaut-build)
- [TEST] Update common files #571 (@micronaut-build)
- build(deps): bump micronaut-gradle-plugins from 2.0.0.RC8 to 2.0.0.RC10 #570 (@dependabot-preview[bot])
- fix issue with multi-joins #567 (@sdelamo)
- MySQL Data too long for UUID #564 (@sdelamo)
* This Changelog was automatically generated by github_changelog_generator
Micronaut Data v1.1.0.RC1
v1.1.0.RC1 (2020-05-27)
Implemented enhancements:
- Oracle 12c Identity column support ( JDBC don't populate Id column) #537
- Oracle Auto Number Id Support #486
Fixed bugs:
- UPDATE and DELETE queries do not support reactive returns #501
- Micronaut update ID type checking is reversed #500
- Repository.update does not use jsonCodec to serialize JSON column #482
- DATA JDBC POSTGRES - FindById Fails for UUID #438
- Save/Read entity with JSON type works but Read as DTO fails #387
Closed issues:
- JDBC SQL Server sorts by id when other implementations don't #560
- Clarify the purpose of the dialect setting in the datasource #552
- Document how to turn on query logs #551
- Document package scanning for JDBC #550
- Improve error message #549
- Sort on multiple columns fails, only uses last one specified. #547
- Micronaut overrides configured PhysicalNamingStrategy #517
- Add transactional do Health Check Method #505
- NoSuchMethodError with groovy / micronaut-data / jdbc #485
- FATAL: sorry, too many clients already #476
- JDBC: Join with type LEFT_FETCH does not return all rows #401
Merged pull requests:
- Update jdbcConfiguration.adoc #559 (@jameskleeh)
- Bump spring-boot-gradle-plugin from 2.2.6.RELEASE to 2.3.0.RELEASE #558 (@dependabot-preview[bot])
- Update dataUpdates.adoc #555 (@jameskleeh)
- Add note for jdbc native queries with joins #553 (@ilopmar)
- Issue #547 Sort on multiple columns fails #548 (@paulszego)
- Bump HikariCP from 3.4.2 to 3.4.5 #542 (@dependabot-preview[bot])
- Bump mysql from 1.13.0 to 1.14.2 #535 (@dependabot-preview[bot])
- Bump mssqlserver from 1.13.0 to 1.14.2 #534 (@dependabot-preview[bot])
- Bump spock from 1.13.0 to 1.14.2 #533 (@dependabot-preview[bot])
- Bump postgresql from 1.13.0 to 1.14.2 #532 (@dependabot-preview[bot])
- Bump oracle-xe from 1.13.0 to 1.14.2 #530 (@dependabot-preview[bot])
- Improve to-many-joins. Fixes #401 #524 (@witi83)
- fixed typo "is was" to "was" #522 (@siimp)
- Bump org.jetbrains.kotlin.plugin.allopen from 1.3.71 to 1.3.72 #498 (@dependabot-preview[bot])
- Bump org.jetbrains.kotlin.jvm from 1.3.70 to 1.3.72 #495 (@dependabot-preview[bot])
- Bump org.jetbrains.kotlin.plugin.jpa from 1.3.70 to 1.3.72 #494 (@dependabot-preview[bot])
- Bump org.jetbrains.kotlin.kapt from 1.3.70 to 1.3.72 #493 (@dependabot-preview[bot])
- Repository.update JSON column serialization using jsonCodec #483 (@mathwizard)
- Bump gradle-bintray-plugin from 1.8.4 to 1.8.5 #480 (@dependabot-preview[bot])
- Bump hibernate-core from 5.4.13.Final to 5.4.14.Final #479 (@dependabot-preview[bot])
- Stackoverflow: @JdbcRepository doc correction #478 (@anborg)
- Bump postgresql from 42.2.11 to 42.2.12 #471 (@dependabot-preview[bot])
- Bump hibernate-core from 5.4.12.Final to 5.4.13.Final #468 (@dependabot-preview[bot])
- Bump spring-boot-gradle-plugin from 2.2.5.RELEASE to 2.2.6.RELEASE #467 (@dependabot-preview[bot])
* This Changelog was automatically generated by github_changelog_generator
Micronaut Data 1.0.2
1.0.2 (2020-04-02)
Fixed bugs:
- dontRollbackOn parameter of @transactional annotation is ignored #465
- Cannot update with byte array #461
- Problem with daylight saving (DST). Default conversion of LocalDateTime to Date. #442
- non-existent property error #393
Closed issues:
- JdbcRespository methods Deadlock - Circular dependencies with Hazelcast getMap() in a repository setup. #464
- Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set #443
- Failed to initialize pool: Could not create connection to database server #441
- Add out of the box support for saving entity field of type ZonedDateTime (and other Java8 date types) in Data Jdbc #394
Merged pull requests:
- Bump spring-data-jpa from 2.2.5.RELEASE to 2.2.6.RELEASE #463 (@dependabot-preview[bot])
- Bump spring-data-commons from 2.2.5.RELEASE to 2.2.6.RELEASE #462 (@dependabot-preview[bot])
- Bump spring-orm from 5.2.4.RELEASE to 5.2.5.RELEASE #459 (@dependabot-preview[bot])
- Bump spring-jdbc from 5.2.4.RELEASE to 5.2.5.RELEASE #458 (@dependabot-preview[bot])
- Bump org.jetbrains.kotlin.plugin.allopen from 1.3.70 to 1.3.71 #456 (@dependabot-preview[bot])
- Bump reactor-core from 3.3.2.RELEASE to 3.3.4.RELEASE #455 (@dependabot-preview[bot])
- Bump mariadb-java-client from 2.5.4 to 2.6.0 #448 (@dependabot-preview[bot])
- Bump spring-data-commons from 2.2.4.RELEASE to 2.2.5.RELEASE #447 (@dependabot-preview[bot])
- Bump jackson-module-kotlin from 2.10.2 to 2.10.3 #446 (@dependabot-preview[bot])
- Bump spring-data-jpa from 2.2.4.RELEASE to 2.2.5.RELEASE #445 (@dependabot-preview[bot])
- Bump postgresql from 42.2.10 to 42.2.11 #444 (@dependabot-preview[bot])
* This Changelog was automatically generated by github_changelog_generator