micronaut-data

Ahead of Time Data Repositories

APACHE-2.0 License

Stars
457

Bot releases are visible (Hide)

micronaut-data - Micronaut Data 2.2.2

Published by micronaut-build almost 4 years ago

v2.2.2 (2021-01-05)

Full Changelog

Closed issues:

  • [micronaut-data-tx] consider merge io.micronaut.transaction.test.DefaultTestTransactionExecutionListener and io.micronaut.test.transaction.TestTransactionInterceptorListener #862

Merged pull requests:

  • [data] Update common files for branch master #870 (@micronaut-build)
  • Disable spring tx management #869 (@graemerocher)
  • Better support for Records in JDBC #868 (@graemerocher)
  • Support DB arrays for JDBC #856 (@dstepanov)
  • Small JavaDoc typo/grammar fix #852 (@igorlev)
  • Rework query parameter list expansion #851 (@dstepanov)
  • [data] Update common files for branch master #844 (@micronaut-build)

* This Changelog was automatically generated by github_changelog_generator

micronaut-data - Micronaut Data 2.2.1

Published by micronaut-build almost 4 years ago

v2.2.1 (2020-12-02)

Full Changelog

Implemented enhancements:

  • Add JSON Column Support For Oracle #712

Fixed bugs:

  • [micronaut-data-tx] Injecting connection error when using 2 named datasources #822
  • SQL Query fails with no space in between CAST and named parameter #820

Closed issues:

  • Data JDBC don't handle UUID stored as BINARY(16) in MySQL #832
  • SQL Syntax Error at (:foo) #823
  • Add Oracle Tests #711

Merged pull requests:

  • Ensure distinct datasources work with DataSourceProxy. Fixes #822 #834 (@graemerocher)
  • [data] Update common files for branch master #828 (@micronaut-build)
  • Delete DataEntityManagerFactoryBean and cleanup versions #827 (@dstepanov)
  • Fix sql syntax error when query includes '(:foo' #824 (@yasarutkuu)
  • Hibernate native query needs to know about the type of the null value #819 (@dstepanov)
  • [data] Update common files for branch master #817 (@micronaut-build)
  • [data] Update common files for branch master #812 (@micronaut-build)
  • [data] Update common files for branch master #810 (@micronaut-build)
  • build(deps): bump spring-boot-gradle-plugin from 2.3.4.RELEASE to 2.3.5.RELEASE #798 (@dependabot[bot])

* This Changelog was automatically generated by github_changelog_generator

micronaut-data - Micronaut Data v2.2.0

Published by micronaut-build almost 4 years ago

v2.2.0 (2020-11-10)

Full Changelog

Closed issues:

  • Placeholder in @Where annotation can not be resolved #790

Merged pull requests:

  • Refactoring to support reactive transactions #809 (@graemerocher)
  • Fix problems with @TypeRole #804 (@graemerocher)
  • Fix handling of runtime dialect evaluation #803 (@graemerocher)
  • Fix @Where placeholder cannot be resolved (#790) #802 (@issmo)
  • Allow controlling query escaping per dialect #801 (@graemerocher)
  • Allow customization of position parameter format per dialect #799 (@graemerocher)
  • Prepare core for R2DBC #793 (@graemerocher)
  • Dependency upgrades #785 (@micronaut-build)

* This Changelog was automatically generated by github_changelog_generator

micronaut-data - Micronaut Data 2.1.1

Published by micronaut-build almost 4 years ago

v2.1.1 (2020-10-24)

Full Changelog

Fixed bugs:

  • aggregate SELECT query throws error when reactive Maybe is used as result and there is no result #503
  • @EntityGraph not picked up if neither attributePaths is set nor @QueryHint isn't present as well #406

Closed issues:

  • List params are not expanded in native queries #496
  • Enable Tests for H2 JSON support #450
  • Support escaping variable names #423

Merged pull requests:

  • Dependency upgrades #783 (@micronaut-build)
  • JSON support for H2 #782 (@graemerocher)
  • Fix NPE in reactive maybe #781 (@graemerocher)
  • Fix Iterable types for IN Queries #779 (@cemo)
  • Ignore :: for named parameters #778 (@graemerocher)

* This Changelog was automatically generated by github_changelog_generator

micronaut-data - Micronaut Data 2.1.0

Published by micronaut-build about 4 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:

  • 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

micronaut-data - Micronaut Data 2.0.1

Published by micronaut-build about 4 years ago

v2.0.1 (2020-10-05)

Full Changelog

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 - Micronaut Data 2.0.0

Published by micronaut-build about 4 years ago

v2.0.0 (2020-09-24)

Full Changelog

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 - Micronaut Data 1.1.3

Published by micronaut-build over 4 years ago

v1.1.3 (2020-07-21)

Full Changelog

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 - Micronaut Data 1.1.2

Published by github-actions[bot] over 4 years ago

v1.1.2 (2020-07-17)

Full Changelog

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 - Micronaut Data 1.1.1

Published by github-actions[bot] over 4 years ago

v1.1.1 (2020-06-23)

Full Changelog

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 - Micronaut Data 1.1.0

Published by github-actions[bot] over 4 years ago

v1.1.1 (2020-06-19)

Full Changelog

Merged pull requests:

  • Dependency upgrades #606 (@micronaut-build)

* This Changelog was automatically generated by github_changelog_generator

micronaut-data - Micronaut Data v1.1.0.RC3

Published by github-actions[bot] over 4 years ago

v1.1.0.RC3 (2020-06-10)

Full Changelog

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 - Micronaut Data v1.1.0.RC2

Published by github-actions[bot] over 4 years ago

v1.1.0.RC2 (2020-06-10)

Full Changelog

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 - Micronaut Data v1.1.0.RC1

Published by github-actions[bot] over 4 years ago

v1.1.0.RC1 (2020-05-27)

Full Changelog

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 - Micronaut Data 1.0.2

Published by github-actions[bot] over 4 years ago

1.0.2 (2020-04-02)

Full Changelog

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 - Micronaut Data 1.0.1

Published by github-actions[bot] over 4 years ago

1.0.1 (2020-03-18)

Full Changelog

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 - Micronaut Data 1.0.0.RC1

Published by graemerocher almost 5 years ago

  • Support for Spring Data JPA specifications
  • Bug Fixes and Improvements