Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency com.vladmihalcea:hibernate-types-55 to v2.21.1 #49

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 6, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.vladmihalcea:hibernate-types-55 2.14.1 -> 2.21.1 age adoption passing confidence

Release Notes

vladmihalcea/hibernate-types (com.vladmihalcea:hibernate-types-55)

v2.21.1

================================================================================

ObjectMapperWrapper throws NullPointerException when referencing the ObjectMapper #​533

v2.21.0

================================================================================

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

v2.20.0

================================================================================

Add support for querying by the embedded MonetaryAmount attributes #​497

Allow the ListArrayType to support Set entity attributes #​496

JsonTypeDescriptor should use Objects.equals for both Collections and Maps #​494

Add support for the PostgreSQL 'empty' range that's distinct from the (,) infinite range #​492

v2.19.2

================================================================================

Add Javadoc comments for the HibernateRepository methods #​484

v2.19.1

================================================================================

The findAll method from the JpaRepository is an Anti-Pattern and the HibernateRepository should deprecate it #​483

v2.19.0

================================================================================

Generify the Comparable type in the Range class #​478

Add support for GraalVM native images #​343

v2.18.0

================================================================================

Reuse the DB containers bootstrapped by Testcontainers #​477

Add support for Testcontainers #​476

Add support for the JavaMoney (JSR 354) CurrencyUnit #​473

v2.17.3

================================================================================

HibernateTypesContributor throws java.lang.NoClassDefFoundError: javax/money/MonetaryAmount #​468

v2.17.2

================================================================================

MonetaryAmountType throws NullPointerException when reading a null column value #​465

Envers throws MappingException: Type not supported for auditing #​463

v2.17.1

================================================================================

Make all jackson-module-jaxb-annotations optional #​462

Spring Boot 3 throws NoClassDefFoundError - javax/xml/bind/annotation/XmlElement #​459

Allow OffsetDateTime to be parsed from a Double value #​457

v2.17.0

================================================================================

Avoid the double registration of DoubleArrayType in HibernateTypesContributor for PostgreSQL82Dialect #​453

Update Guava version to version 31.1 #​451

Add support for JavaMoney (JSR 354) with the MonetaryAmountType #​450

Add the amazing HibernateRepository #​444

v2.16.3

================================================================================

Update Readme to include information regarding building the project #​447

Add PostgreSQLCITextType to TypeContributor #​445

HibernateTypesContributor does not register Types on Hibernate 5 and 4 for Oracle, SQL Server, and PostgreSQL #​441

Make the Configuration objects Serializable #​438

v2.16.2

================================================================================

Make the Hibernate 6 Ehcache dependency optional #​433

v2.16.1

================================================================================

Fix the batch sequence generation for the 2.x version of H2 #​428

Remove warning generated on startup "Type [org.hibernate.type.CustomType@6142b9d] defined no registration keys; ignoring" #​427

v2.16.0

================================================================================

Add support for customizing the JsonType underlying Oracle column type #​424

Change JsonBinarySqlTypeDescriptor to bind the JSON object as String #​423

Add support for Oracle 21c JSON columns #​422

v2.15.2

================================================================================

Register the PostgreSQLGuavaRangeType only if Guava Range is available on the classpath #​421

v2.15.1

================================================================================

Rename the Hibernate 6 Dynamic mutable and immutable abstract types #​419

Add support for Hibernate 5.6 in BatchSequenceGenerator #​417

v2.15.0

================================================================================

Add support for Hibernate 6 #​401

Support for Jakarta EE 9? requires investigation #​380

Create a TypeContributor that registers all supported types #​166


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title fix(deps): update dependency com.vladmihalcea:hibernate-types-55 to v2.15.0 fix(deps): update dependency com.vladmihalcea:hibernate-types-55 to v2.15.1 Apr 7, 2022
@renovate renovate bot force-pushed the renovate/hibernate-types.version branch from 39761c1 to 31f6562 Compare April 7, 2022 11:09
@renovate renovate bot changed the title fix(deps): update dependency com.vladmihalcea:hibernate-types-55 to v2.15.1 fix(deps): update dependency com.vladmihalcea:hibernate-types-55 to v2.15.2 Apr 10, 2022
@renovate renovate bot force-pushed the renovate/hibernate-types.version branch from 31f6562 to b375074 Compare April 10, 2022 15:22
@renovate renovate bot changed the title fix(deps): update dependency com.vladmihalcea:hibernate-types-55 to v2.15.2 fix(deps): update dependency com.vladmihalcea:hibernate-types-55 to v2.16.0 Apr 12, 2022
@renovate renovate bot force-pushed the renovate/hibernate-types.version branch from b375074 to cd17dc7 Compare April 12, 2022 16:00
@renovate renovate bot changed the title fix(deps): update dependency com.vladmihalcea:hibernate-types-55 to v2.16.0 fix(deps): update dependency com.vladmihalcea:hibernate-types-55 to v2.16.1 Apr 16, 2022
@renovate renovate bot force-pushed the renovate/hibernate-types.version branch from cd17dc7 to 08fd53b Compare April 16, 2022 11:21
@renovate renovate bot changed the title fix(deps): update dependency com.vladmihalcea:hibernate-types-55 to v2.16.1 fix(deps): update dependency com.vladmihalcea:hibernate-types-55 to v2.16.2 May 3, 2022
@renovate renovate bot force-pushed the renovate/hibernate-types.version branch from 08fd53b to 2b75440 Compare May 3, 2022 21:04
@renovate renovate bot force-pushed the renovate/hibernate-types.version branch from 2b75440 to 6a995aa Compare September 25, 2022 20:52
@renovate renovate bot changed the title fix(deps): update dependency com.vladmihalcea:hibernate-types-55 to v2.16.2 fix(deps): update dependency com.vladmihalcea:hibernate-types-55 to v2.19.2 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/hibernate-types.version branch from 6a995aa to 5ca3573 Compare November 20, 2022 10:39
@renovate renovate bot changed the title fix(deps): update dependency com.vladmihalcea:hibernate-types-55 to v2.19.2 fix(deps): update dependency com.vladmihalcea:hibernate-types-55 to v2.20.0 Nov 20, 2022
@renovate renovate bot changed the title fix(deps): update dependency com.vladmihalcea:hibernate-types-55 to v2.20.0 fix(deps): update dependency com.vladmihalcea:hibernate-types-55 to v2.21.1 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/hibernate-types.version branch from 5ca3573 to 397b555 Compare March 16, 2023 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants