Skip to content

Commit

Permalink
Update changelog.txt with the 2.21.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
vladmihalcea committed Dec 18, 2022
1 parent 3988542 commit ab432f6
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
Version 2.21.0 - December 18, 2022
================================================================================

Add support for Hibernate ORM 6.1 #531

Avoid creating too many Jackson ObjectMapper instances #530

Add lockById function to the BaseHibernateRepository #529

ObjectMapperJsonSerializer should not clone a String JSON Object #528

Hibernate Types 6 throws ClassCastException "CustomType cannot be cast to class EntityValuedModelPart" #520

Add DistinctListTransformer to Hibernate Types 6 #517

JsonTypeDescriptor throws NullPointerException when using a Kotlin var entity attribute #516

HibernateRepository doesn't work with multiple DataSources #513

Empty ranges cannot be converted back to their initial String representation #507

HibernateTypesContributor throws java.lang.NoClassDefFoundError: com/fasterxml/jackson/databind/JsonSerializer #504

Add the BaseJpaRepository as a better alternative to Spring Data JpaRepository #501

Version 2.20.0 - October 17, 2022
================================================================================

Expand Down

0 comments on commit ab432f6

Please sign in to comment.