Releases: micronaut-projects/micronaut-data
Releases · micronaut-projects/micronaut-data
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
Micronaut Data 1.0.1
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
Micronaut Data 1.0.0.RC1
- Support for Spring Data JPA specifications
- Bug Fixes and Improvements