Skip to content

Update all non-major dependencies

Renovate Bot requested to merge renovate/all-minor-patch into master

This MR contains the following updates:

Package Type Update Change
io.hypersistence:hypersistence-utils-hibernate-62 compile patch 3.5.2 -> 3.5.3
org.hibernate.orm:hibernate-envers (source) build patch 6.3.0.Final -> 6.3.1.Final
org.hibernate.orm:hibernate-core (source) build patch 6.3.0.Final -> 6.3.1.Final
io.quarkus:quarkus-maven-plugin build minor 3.3.3 -> 3.4.1
io.quarkus:quarkus-universe-bom import minor 3.3.3 -> 3.4.1

Release Notes

vladmihalcea/hypersistence-utils

v3.5.3

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

Add QueryStackTraceLogger that allows you to locate the source of an SQL query executed by Hibernate #​653

hibernate/hibernate-orm

v6.3.1.Final

Compare Source

https://hibernate.atlassian.net/projects/HHH/versions/32188

** Bug * [HHH-17221] - AssertionError initializing a collection with FetchMode.SUBSELECT and IdClass having only one field * [HHH-17203] - ElementCollection doesn't consider @​Where annotation on delete of elements * [HHH-17202] - ArrayStoreException for single field id class entity collection batch loading * [HHH-17201] - Unexpected value type exception for unordered multi id Load with ordered return disable * [HHH-17189] - Audited annotations are ignored on embeddable super types * [HHH-17177] - JDBC type code is ignored in XML mapping for an id attribute * [HHH-17173] - Getting one-to-one association through a referenece to a bytecode enhanced entity fails * [HHH-17168] - Investigate failures on db10_5 and Cockrachdb of FunctionTests.testCastBinaryWithLength * [HHH-17167] - Unable to locate parameter for RESTRICT - DELETE error when removing entity with RowId * [HHH-17166] - query methods returning primitive types incorrectly inferred to be mutation query methods * [HHH-17165] - short method names in metamodel generator cause SIOBE * [HHH-17163] - persist() should throw JPA's EntityExistsException if passed detached instance * [HHH-17159] - java.lang.StackOverflowError during Update on Entity with Embeddable and JSON * [HHH-17156] - NPE when an Embeddable column is reused in another class related by inheritance * [HHH-17154] - NullPointerException is thrown when constructing EntityManagerFactoryBuilderImpl * [HHH-17135] - CriteriaQuery error passing nullLiteral with entity type class * [HHH-17131] - Regression in entity streams with associated collections resulting in result duplication * [HHH-17105] - SQL clause from @​WhereJoinTable is no longer used for DELETE queries (6.2 regression) * [HHH-17104] - Bug with max() request inside projection * [HHH-17100] - CustomType wrongly calls UserType#disassemble * [HHH-17080] - [Envers] AuditReader.getRevisionNumberForDate(LocalDateTime) uses Epoch Seconds instead of Epoch Millis * [HHH-17079] - NPE when using CompositeUserType with generic fields in Hibernate 6 * [HHH-17049] - Bytecode Enhancement, extra records created for associations created in constructor * [HHH-16945] - CTE query cycle attribute evaluated incorrectly on MSSQL using collation "Latin1_General_CI_AS" * [HHH-15968] - Sporadic ClassCastException when querying for Set.

** Improvement * [HHH-17220] - Avoid runtime lookups of JdbcService from TableGenerator and TableStructure * [HHH-17171] - JPA and multiple query roots * [HHH-16768] - HQL parsed predicates don't validate type comparability

** Task * [HHH-17204] - Relax visibility of some methods for reactive upsert() support * [HHH-17187] - Avoid 0 byte trailing UUID's in tests * [HHH-17160] - Gradle 8.3 upgrade * [HHH-17087] - Update container images to the latest version

quarkusio/quarkus

v3.4.1

Compare Source

Major changes
  • #​35732 - Rework how to enable/activate Flyway
Complete changelog
  • #​36000 - Bump org.eclipse.jgit:org.eclipse.jgit from 6.6.0.202305301015-r to 6.6.1.202309021850-r in /docs
  • #​35999 - Bump org.eclipse.jgit:org.eclipse.jgit from 6.6.0.202305301015-r to 6.6.1.202309021850-r in /bom/application
  • #​35990 - Don't ignore empty SSE events in client
  • #​35987 - Improve the way HTTP authorizer logs exceptions
  • #​35981 - Fix link to AWS Lambda SnapStart in documentation
  • #​35979 - Add @ConfigDocEnumValue & @ConfigDocDefault to writing-extensions guide
  • #​35977 - Recompute cached value when the Redis connection fails
  • #​35975 - OIDC: AuthenticationRedirectionException after successful login
  • #​35968 - Warn when wrong token proxy is accessed
  • #​35966 - SSE: Reactive SseEventSource client doesn't consume empty events
  • #​35964 - OIDC: NPE when accessing IdToken when Bearer access token is sent
  • #​35959 - Log invalid CORS origin and method
  • #​35958 - [GraalVM 24.0] Hibernate ORM elasticsearch native integration tests fail with return type mismatch
  • #​35956 - Fix return type of hibernate-search substitution
  • #​35949 - Properly initialize reactive Pool beans
  • #​35938 - Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /bom/application
  • #​35937 - Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /independent-projects/tools
  • #​35926 - Fix use of multiple @ClientXXX annotations in REST Client Reactive
  • #​35925 - Add a property to bypass cache mechanism in case of Redis failure
  • #​35919 - Honor OIDC logout requests when ID token has expired
  • #​35914 - Prevent recording configuration coming from Gradle
  • #​35900 - Fix RESTEasy CDI dependency issue
  • #​35899 - Add note about unsupported @Lock in Spring Data JPA
  • #​35895 - Update liquibase to 4.23.2, liquibase-mongodb to 4.23.1
  • #​35889 - UriInfo can not be injected in presence of quarkus-rest-client dependency
  • #​35886 - OTel Scope.close() warning improvement
  • #​35885 - Applying the QE feedback for the Logging guide
  • #​35884 - Application fails to start when eactive restclient uses both ClientExceptionMapper and ClientObjectMapper
  • #​35883 - Bring back the HTTP console commands
  • #​35879 - Quarkus 3.4.0.CR1 does not have HTTP commands in dev mode
  • #​35858 - NullPointerException when entity primary key has the type byte[]
  • #​35777 - Add a note about HR not being a replacement for ORM
  • #​35732 - Rework how to enable/activate Flyway
  • #​35728 - OIDC logout not working for virtual callback paths, if id_token is expired but session cookie is present
  • #​35690 - Upgrade to Hibernate ORM 6.2.9.Final and HR 2.0.5.Final
  • #​35655 - Flyway does not work without default datasource 3.3
  • #​35528 - flyway with one supported and one unsupported Db throws exception at startup

v3.4.0

Compare Source

Complete changelog
  • #​35888 - Restore missing parameters in OIDC Dev UI client cred and password SwaggerUI/GraphQL handlers
  • #​35870 - Use default Vert.x client settings in OTel exporters
  • #​35866 - Automatic TLS support in new Vert.x based open telemetry implementation
  • #​35862 - Only remove OTLP trace services when otlp is not configured
  • #​35846 - Fixes aggregation of configurations with two different executions ids
  • #​35844 - Improve description of the duration format in configuration documentation
  • #​35840 - Updates Infinispan to 14.0.17.Final
  • #​35831 - Quarkus aggregate configurations from different executions that share the same goal
  • #​35822 - Check that embedded property types are marked as @Embeddable
  • #​35817 - Improve Qute + Cache integration
  • #​35804 - HTTP fix response compression support
  • #​35792 - Do not include in the list of property names Kubernetes config fallbacks
  • #​35789 - Improve OTel Sampler docs
  • #​35786 - OpenTelemetry exporter (otlp) startup dependency error when running as a Docker container image
  • #​35784 - Document the ability to automatically compress rotated log files
  • #​35778 - Fix generic handling of ParamConverter
  • #​35774 - RESTEasy Reactive fails to handle collections of parameterized types as parameter
  • #​35764 - Do not include revision and host-specific info in MANIFEST.MF
  • #​35762 - Delete temporary openshift files
  • #​35759 - Upgrade Smallrye OpenAPI to 3.5.2
  • #​35757 - Update liquibase from 4.20.0 to 4.23.1, liquibase-mongodb to 4.23.0
  • #​35747 - Large files remain in /tmp after OpenShift deployments
  • #​35726 - Improve matching of config properties to a root
  • #​35722 - Since quarkus 3.3.0 a WARN message unrecognized configuration key "quarkus.kubernetes.route.expose" is logged
  • #​35718 - Packs libraries alongside executable in function.zip
  • #​35713 - AWS Lambda extension does not pack necessary .so files when AWT is used
  • #​35710 - Fix potential NPE in HTTP proxying
  • #​35706 - Azure-Functions crash when X-Forwarded headers are enabled java.lang.NullPointerException
  • #​35599 - Keycloak/Quarkus Issues: Dev and Prod
  • #​35598 - Improve Error-Message for missing Embedabbles
  • #​35558 - Widen conditions under RESTEasy Reactive Server and RESTEasy Classic Client can work together
  • #​12260 - Quarkus logging with compress option
quarkusio/quarkus-platform

v3.4.1

Compare Source


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This MR will be recreated if closed unmerged. Get config help if that's undesired.


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

This MR has been generated by Renovate Bot.

Edited by Renovate Bot

Merge request reports