micronaut-data

Ahead of Time Data Repositories

APACHE-2.0 License

Stars
457

Bot releases are hidden (Show)

micronaut-data - Micronaut Data 2.4.7

Published by micronaut-build over 3 years ago

v2.4.7 (2021-07-08)

Full Changelog

Fixed bugs:

  • R2DBC with Postgres: Unable to handle many connections and warning when inserting data #1060

Closed issues:

  • r2dbc @Transactional causes Connection pool request timeout #1019

Merged pull requests:

  • allow access to app ctx from RepositoryOperations #1079 (@graemerocher)
  • R2DBC improvements #1076 (@dstepanov)
micronaut-data - Micronaut Data 2.4.6

Published by micronaut-build over 3 years ago

v2.4.6 (2021-07-04)

Full Changelog

Closed issues:

  • Micronaut Data JDBC problem with bidirectional ONE_TO_MANY relation, doesn't initialize parent reference in all children #1054

Merged pull requests:

  • [data] Update common files for branch master #1073 (@micronaut-build)
  • Correct OneToMany relationship for immutable data classes #1072 (@dstepanov)
  • Make certain annotations inherited in prep for Micronaut 3.0 #1071 (@graemerocher)

* This Changelog was automatically generated by github_changelog_generator

micronaut-data - Micronaut Data 2.4.5

Published by micronaut-build over 3 years ago

v2.4.5 (2021-07-02)

Full Changelog

Closed issues:

  • I want to print all request paths, post request parameters, etc. in micronuat, but when I use a filter to implement it, getBody always outputs empty. Is there any other way to achieve this function? #1066
  • data-jdbc cannot read an entity with JSON fields when using constructor arguments #1058
  • Error with one-to-many findById with embeddedId and empty left join fetch #1050
  • Support JPA's getReference() or Hibernate's load() in repository #893
  • Consider failing compilation when a private method is annotate with @Transactional #882

Merged pull requests:

  • Port transaction mode handline from spring support #1070 (@graemerocher)
  • Add .load(id) method to JpaRepository #1069 (@mitchjust-finocomp)
  • [data] Update common files for branch master #1059 (@micronaut-build)
  • Fix to allow reading entities with JSON fields using constructor arguments #1057 (@safarmer)
  • [data] Update common files for branch master #1052 (@micronaut-build)
  • Return null rather than fail for embeddedid or embeddable entities, fixes 1050 #1051 (@nhoughto)

* This Changelog was automatically generated by github_changelog_generator

micronaut-data - Micronaut Data 2.4.4

Published by micronaut-build over 3 years ago

v2.4.4 (2021-06-09)

Full Changelog

Implemented enhancements:

  • Consider the creation of bean to handle AutoPopulated #566

Fixed bugs:

  • Related entities with embedded classes cannot be queried with JDBC Repository #704
  • Save method that returns void is rejected #614

Closed issues:

  • jdbc: update() fails on cascading one-to-one relations #1047
  • Build failure on rudimentary example using GraalVM, Kotlin, MariaDB, & micronaut-data #1045
  • Database migration not working #1044
  • @MappedEntity with @Relation annotation generates "No backing RepositoryOperations configured for repository." error #1039
  • Repository method updateRelatedEntity won't compile #1035
  • r2dbc @Transactional causes Connection pool request timeout #1019
  • Unable to introspect imported (JAR/dependency) classes #596
  • Extending Micronat Data Annotation #523
  • LastModifiedBy and CreatedBy annotation #506

Merged pull requests:

  • Fix inverse one-to-one update cascading (#1047) #1048 (@nhoughto)
  • Fix update queries with a relation #1036 (@dstepanov)
  • Don't create nested connection for nested transaction #1031 (@dstepanov)
  • [data] Update common files for branch master #1024 (@micronaut-build)

* This Changelog was automatically generated by github_changelog_generator

micronaut-data - Micronaut Data 2.4.3

Published by micronaut-build over 3 years ago

v2.4.3 (2021-05-17)

Full Changelog

Fixed bugs:

  • Custom @Query without a root entity / outside a GenericRepository #1014
  • Repository method generation regression: 2.4.0 -> 2.5.1 #1009
  • after upgrade micronaut 2.4.1 -> 2.5.0 existsBy and findBy produce wrong where clause if another column with name id exist #1008

Closed issues:

  • Micronaut Data JDBC generate "After end of result set" in certain scenarios #1016
  • org.hibernate.HibernateException: No CurrentSessionContext configured in GraalVM with JPA and H2 #1007
  • Data JDBC don't handle UUID stored as BINARY(16) in MySQL #832

Merged pull requests:

  • Fix cases with byte array type and IN queries #1026 (@dstepanov)
  • Fix invalid cases of Hibernate projections #1025 (@dstepanov)
  • Fix custom id queries #1018 (@dstepanov)
  • Allow for insert to return rows updated #1017 (@dstepanov)
  • fix(empty-associations): use a mutable list instance when a join is null #1015 (@safarmer)
  • build(deps): bump jmh-core from 1.25.2 to 1.30 #1013 (@dependabot[bot])
  • build(deps): bump objenesis from 3.1 to 3.2 #1012 (@dependabot[bot])
  • [data] Update common files for branch master #979 (@micronaut-build)
micronaut-data - Micronaut Data 2.4.2

Published by micronaut-build over 3 years ago

v2.4.2 (2021-05-04)

Full Changelog

Fixed bugs:

  • Entities without @id not working anymore in data 2.4.X #1001
  • Compilation error are no longer caught by data processor #999

Closed issues:

  • parallel test execution throws IllegalStateException #792

Merged pull requests:

  • Allow limited no-id entity operations #1005 (@dstepanov)
  • Joined collection should not be null #1004 (@dstepanov)
  • update to gradle 7.0 #1003 (@graemerocher)
  • Correct multiple association method query #1002 (@dstepanov)
  • Remove left printStackTrace #1000 (@dstepanov)
  • Update props after 2.4 realease #994 (@dstepanov)
micronaut-data - Micronaut Data 2.4.1

Published by micronaut-build over 3 years ago

v2.4.1 (2021-04-23)

Full Changelog

Fixed bugs:

  • Custom inserts with Query annotation not working correctly #997
  • Micronaut Data overrides built in enum converter causing failures #995

Merged pull requests:

  • Fix custom insert queries #998 (@dstepanov)
  • Remove breaking enum converter. Fixes #995 #996 (@graemerocher)
micronaut-data - Micronaut Data 2.4.0

Published by micronaut-build over 3 years ago

v2.4.0 (2021-04-21)

Full Changelog

Implemented enhancements:

  • Batch Updates #690

Fixed bugs:

  • AsyncCrudRepository.delete() can throw ClassCastException #962
  • BeanInstantiationException with Micronaut 2.3.4 and Micronaut Data (JDBC) - Composite key #929
  • Micronaut Data JDBC with a Postgres Backend and a complex tree with Composite keys throws exception on insertion #897
  • Entities with @Embedded properties and non-default NamingStrategy cannot be used #866
  • Micronaut data is unable to resolve properties in joined entity when Introspected DTO is used for projection #853
  • Micronaut Data fails on update for entities with UUIDs #821
  • Cascading save/persist not working with @OneToOne #815
  • JPA repository findById does not work with composite ID set by @IdClass #807

Closed issues:

  • micronaut-data problem with JdbcRepository multiple data sources not accurate inject #980
  • DTO Projections do not work with @Query annotations #975
  • [Enhancement] Add method updateAll to CrudRepository #971
  • Kotlin data class MappedEntity Support #989
  • Compilation error implementing repository interface with JPA and snapshot version #950
  • Repository @Join not working with Page #939
  • Document r2dbc #895
  • Error when use DTO with @Query #848
  • JPA - Using @Join for multi parent level (single ended associations) #833
  • Issue with bidirectional relationship #760
  • Improve story around joining many to many associations (JDBC) #679
  • Batch insert for MSSQL #629
  • Lack of Batch Update possibilities #601
  • Document optimistic locking #556

Merged pull requests:

  • Enable batching for MySql #993 (@dstepanov)
  • More docs #992 (@dstepanov)
  • Allow to specify the naming strategy for DTOs #991 (@dstepanov)
  • Add kotlin immutable data classes example #990 (@dstepanov)
  • Support different enum mappings #988 (@dstepanov)
  • Cleanup deprecated #987 (@dstepanov)
  • Add updateAll CRUD method #986 (@dstepanov)
  • Correct delete method for optimistic locking #985 (@dstepanov)
  • Correct deleteBy associated relationship id #984 (@dstepanov)
  • R2dbc Data integration #974 (@dstepanov)
  • [data] Update common files for branch master #970 (@micronaut-build)
  • Correct async interceptors #968 (@dstepanov)
  • Optimistic locking JDBC #967 (@dstepanov)
  • Support save/update/delete batches + refactoring of match finders #961 (@dstepanov)
  • build(deps): bump DeLaGuardo/setup-graalvm from 3.1 to 4.0 #959 (@dependabot[bot])
  • [data] Update common files for branch master #958 (@micronaut-build)
  • Support @Join on repositories, scenarios with composite keys #954 (@dstepanov)
  • Skip Hibernate events for not-introspected entities #953 (@dstepanov)
  • Support immutable entities #952 (@dstepanov)
  • More tests for #669 #948 (@dstepanov)
  • More tests for #821 #947 (@dstepanov)
  • Correct projections validation + support Hibernate 'select new' syntax #946 (@dstepanov)
  • Basic support for composite identity to support @IdClass in Jpa repositories #945 (@dstepanov)
  • Correct join path and cascade for many-to-one relations #944 (@dstepanov)
  • Correct @Join and @EntityGraph for JPA #941 (@dstepanov)
  • Improve "@JoinTable" "@JoinColumns" support #940 (@dstepanov)
  • Update to Core 2.4 #937 (@dstepanov)
  • Fix naming strategy for embedded + correct update sql #936 (@dstepanov)
  • Support more complex mapping #930 (@dstepanov)
micronaut-data - Micronaut Data 2.3.1

Published by micronaut-build over 3 years ago

v2.3.1 (2021-03-08)

Full Changelog

Merged pull requests:

  • Fix setting children entities for immutable collections #935 (@dstepanov)
micronaut-data - Micronaut Data 2.3.0

Published by micronaut-build over 3 years ago

v2.3.0 (2021-03-04)

Full Changelog

Implemented enhancements:

  • Reactive sql support via r2dbc #416
  • How to implement @PostLoad using data-jdbc ? #412

Fixed bugs:

  • Query generation not incorporating column transformations in where clause #912
  • Regression with Oracle and Micronaut Data loading data: SQL error executing INSERT: operation not allowed: DML Returning cannot be batched #911
  • Data annotation process not working with jax-rs processor #899
  • Compilation Error when use Generic into update(@ID) method #896
  • Use @ColumnTransformer in WHERE clause, not just SELECT #880
  • Unnecessary setMaxResults(1) degrades query performance #863
  • Not possible to change transaction isolation level in Hibernate transactions #858
  • [micronaut-data-tx] Inconsistent behavior for @TransactionAdvice\(value = "a"\) and @TransactionAdvice\(transactionManager = "a"\) over 2 datasources #850
  • Pageable.unpaged() with added order fails on validation #789
  • Impossible to map PostgreSQL table using @MappedEntity, escape = true and NamingStrategies.UpperCase #735
  • Postgres @ManyToOne Update of Null UUID Fails with SQL Error - UUID Treated as BigInt #671
  • The @Where annotation doesn't work with @Join annotated repository methods #610
  • @Column(length = ) is ignored when using create-drop #603

Closed issues:

  • No bean of type io.micronaut.data.operations.PrimaryRepositoryOperations exists #887
  • native image raised error: Could not create DynamicParameterizedType for type: org.hibernate.type.EnumType #873

Merged pull requests:

  • Fix compilation errors for generic entities #928 (@dstepanov)
  • Improve @ColumnTransformer @Where, Added @MappingEntity(alias="") #926 (@dstepanov)
  • Fix setting nullable association. Fixes #671 #925 (@dstepanov)
  • Correct pageable. Fixes #789 #924 (@dstepanov)
  • Support column limits when generating schema. Fixes #603 #923 (@dstepanov)
  • Bail out earlier for association reads. Fixes tests #922 (@graemerocher)
  • Correct Postgres and joined table escape strategy. Fixes #735 #921 (@dstepanov)
  • Fix logic incorrectly returning null #920 (@graemerocher)
  • Fix update events / add more tests #919 (@graemerocher)
  • Remove setMaxResults for JPA. Fixes #863 #917 (@dstepanov)
  • Fix Oracle DB batch insert / Join fetch Fixes #911 #669 #916 (@dstepanov)
  • Correct @TransactionalAdvice, Fixes #850 #913 (@dstepanov)
  • Upgrade internal build plugin to 3.0.3 #910 (@ilopmar)
  • [data] Update common files for branch master #909 (@micronaut-build)
  • Use new Gradle build plugins #907 (@ilopmar)
  • Persistence Event support #900 (@graemerocher)
  • Clarified the discussion of composite keys #894 (@ZacharyKlein)
  • [data] Update common files for branch master #877 (@micronaut-build)

* This Changelog was automatically generated by github_changelog_generator

micronaut-data - Micronaut Data 2.2.4

Published by micronaut-build over 3 years ago

v2.2.4 (2021-01-22)

Full Changelog

Closed issues:

  • How to use micronaut-data mapper without SQL_Annotations #884
  • micronaut-data-bom:2.2.2 on maven central #878

Merged pull requests:

  • Fix identity column schema gen in Oracle #886 (@graemerocher)

* This Changelog was automatically generated by github_changelog_generator

micronaut-data - Micronaut Data 2.2.3

Published by micronaut-build almost 4 years ago

v2.2.3 (2021-01-07)

Full Changelog

Merged pull requests:

  • Fix in queries with R2DBC #871 (@graemerocher)

* This Changelog was automatically generated by github_changelog_generator

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