Skip to content

chore(deps): 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
flow-bin (changelog) devDependencies minor ^0.247.0 -> ^0.255.0
org.liquibase:liquibase-maven-plugin (source) build minor 4.29.2 -> 4.30.0
io.hypersistence:hypersistence-utils-hibernate-62 compile minor 3.8.2 -> 3.9.0
org.hibernate.orm:hibernate-envers (source) build patch 6.6.1.Final -> 6.6.3.Final
org.hibernate.orm:hibernate-core (source) build patch 6.6.1.Final -> 6.6.3.Final
com.blazebit:blaze-persistence-bom (source) import patch 1.6.12 -> 1.6.14
io.quarkus:quarkus-maven-plugin build minor 3.15.1 -> 3.17.0
io.quarkus:quarkus-universe-bom import minor 3.15.1 -> 3.16.4

Release Notes

flowtype/flow-bin

v0.255.0

Compare Source

v0.254.2

Compare Source

v0.254.1

Compare Source

v0.254.0

Compare Source

v0.253.0

Compare Source

v0.252.0

Compare Source

v0.251.1

Compare Source

v0.251.0

Compare Source

v0.250.0

Compare Source

v0.249.0

Compare Source

v0.248.1

Compare Source

v0.248.0

Compare Source

liquibase/liquibase

v4.30.0

Compare Source

[!IMPORTANT] Liquibase 4.30.0 contains new capabilities and notable enhancements for Liquibase OSS and Pro users including Anonymous Analytics and deprecation of the MacOS dmg installer. [!NOTE] See the Liquibase 4.30.0 Release Notes for the complete set of release information.

vladmihalcea/hypersistence-utils

v3.9.0

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

Remove PostgreSQLIntervalType from HibernateTypesContributor #​750

Add support for SortedSet in ListArrayType #​749

Allow PostgreSQLCITextType entity attributes to be used in the LIKE query clause #​743

Add support for GraalVM native image #​740

v3.8.3

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

Fix Hibernate 6.6 JSON mapping on Oracle BLOB column type #​742

hibernate/hibernate-orm

v6.6.3.Final

Compare Source

v6.6.2.Final

Compare Source

Blazebit/blaze-persistence

v1.6.14

Compare Source

06/11/2024 - Release tag Resolved issues

New features

None yet

Bug fixes
  • Fix Hibernate ORM 6 integration issue with element collections containing embeddables
Backwards-incompatible changes

None yet

v1.6.13

Compare Source

04/11/2024 - Release tag Resolved issues

New features
  • Add parameter and JSON path support for JSON_GET() function
Bug fixes
  • Fix integration issues with Hibernate ORM 6.6 and Quarkus 3
Backwards-incompatible changes

None yet

quarkusio/quarkus

v3.17.0

Compare Source

v3.16.4

Compare Source

Complete changelog
  • #​37040 - The flyway extension generates Kubernetes resources as if quarkus.flyway.enabled was a runtime property
  • #​42446 - Add explanation/concept for extension maturity model
  • #​44367 - Gradle 3.16 fails with missing required property additionalForcedProperties
  • #​44399 - Declaring explicitly the build service in the QuarkusBuildTask
  • #​44433 - Reflection free serializers ArrayIndexOutOfBoundsException
  • #​44438 - Gradle buildForkOptions no longer used since quarkus 3.16.1
  • #​44457 - Support for short and uncommon field names like set, get, and is
  • #​44468 - Use QUARKUS_FLYWAY_ACTIVE instead of QUARKUS_FLYWAY_ENABLED env in Kubernetes resources
  • #​44472 - Kotlin native Jackson serialization regression: EmptyList & EmptyMap missing
  • #​44480 - Fix nullpointer on null code websockets-next
  • #​44493 - Using BuildForkOptions in QuarkusBuildTask
  • #​44494 - Register Kotlin's empty list and map for reflection
  • #​44505 - Log in smallrye-jwt and oauth2 extensions when no bearer access token is available
  • #​44507 - Fixed Timestamp not being set for otel log signals
  • #​44509 - Updates to Infinispan 15.0.11.Final
  • #​44515 - Coordinated Vert.x 4.5.11 upgrades
  • #​44531 - Correct image file name to resolve broken image
  • #​44537 - Update smallrye-jwt to 4.6.1
  • #​44545 - Wrong index of ParameterizedType argument of Map when register type to be generated in JacksonCodeGenerator
  • #​44571 - Update CacheJsonRPCService.java reference
  • #​44574 - Grammar corrections for en-us

v3.16.3

Compare Source

Complete changelog
  • #​43392 - Quarkus does not decompress Brotli requests in native mode
  • #​44118 - QuarkusMainTest always run even TestProfile's tags do not match
  • #​44147 - Avoid duplication descriptors in PlatformImportsImpl
  • #​44329 - Do not run the Gradle tests when using -DquicklyDocs and add some useful workflow tips
  • #​44335 - Allow for using RuntimeDelegate SPI in native mode
  • #​44336 - Do not try to list synthetic injection points in "inactive bean" errors
  • #​44339 - Remove use of Json in OIDC
  • #​44341 - Scheduler: fix OffLoadingInvoker
  • #​44345 - Update opentelemetry-tracing.adoc
  • #​44348 - Enable Brotli decompression
  • #​44352 - Make sure the result from QCL.getElementsWithResource(name) does not include duplicates
  • #​44353 - Small improvements to the Google Cloud Function guides
  • #​44366 - Qute: generation of qute-i18n-examples doesn't handle localized enums
  • #​44371 - Make @QuarkusMainTest respect quarkus.test.profile.tags
  • #​44384 - quarkus-grpc: Generate proto files from dependencies no longer works since Quarkus 3.16
  • #​44385 - Qute: fix generation of qute-i18n-examples
  • #​44388 - Fix some invalid configuration cases for doc generation and fail the build if some description are missing
  • #​44398 - Fix Keycloak DevService property doc typo
  • #​44400 - jbang devmode not honoring properties
  • #​44412 - QuteErrorPageSetup does not support templates that are not backed by a file
  • #​44415 - Propagate Runtime properties in JBang Dev mode
  • #​44416 - QuteErrorPageSetup: support templates that are not backed by a file
  • #​44417 - Reflection-Free-Serializers issue with 3.16.2
  • #​44421 - Fix deserialization of null maps in reflection-free Jackson deserializers
  • #​44425 - Bump resteasy.version from 6.2.10.Final to 6.2.11.Final
  • #​44426 - Bump io.micrometer:micrometer-bom from 1.13.6 to 1.13.7
  • #​44432 - Forcing initializing compilejava if empty

v3.16.2

Compare Source

Complete changelog
  • #​34824 - AmazonLambdaRecorder Handler Discovery Erroneously Considers Decorators
  • #​38086 - Documentation about RecordCodecProvider in MongoDB with Panache
  • #​42149 - Upgrade Postgres 16
  • #​44039 - WebSockets Next: create a new event loop context for each client
  • #​44132 - Update getting-started-reactive.adoc
  • #​44149 - Fix Config Error Screen
  • #​44152 - Do not throw NPE in AfterAll interceptor if application didn't start
  • #​44155 - Amazon Lambda - Support decorators
  • #​44156 - Make OidcRequestContextProperties modifiable
  • #​44178 - Bump com.fasterxml.jackson:jackson-bom from 2.18.0 to 2.18.1
  • #​44183 - Properly apply the update recipes in version order
  • #​44184 - Add Support for Trusted Proxy Detection on Forwarded Requests
  • #​44185 - Repeating @PermissionsAllowed annotations totally disable method authentication
  • #​44189 - Small improvements to the Deploying to Google Cloud guide
  • #​44190 - ResteasyReactiveProcessor#setupEndpoints reports duplicate endpoints when a rest client matches a resource
  • #​44191 - Update PostgreSQL image to 17
  • #​44201 - Broken link
  • #​44202 - Broken link?
  • #​44203 - Make OidcRequestContextProperties modifiable
  • #​44204 - Fix broken doc links
  • #​44207 - Bump bouncycastle.version from 1.78.1 to 1.79
  • #​44209 - Bump io.quarkus.develocity:quarkus-project-develocity-extension from 1.1.6 to 1.1.7
  • #​44221 - Add extension description for websockets next
  • #​44227 - Add stork-configuration-generator as an annotationProcessorPath
  • #​44229 - ContainerResponseFilter with @Priority(Integer.MIN_VALUE) will be actually invoked with max priority
  • #​44232 - Quartz: use a more reasonable default for quarkus.quartz.thread-count
  • #​44235 - 3.16: @WithTestResource starts all test resources (regression)
  • #​44237 - Properly implement priority of ContainerResponseFilter
  • #​44238 - Refactor SecurityTransformerUtils to consider repeated annotations
  • #​44239 - Replace oidc auth facebook screenshots with generic ones
  • #​44244 - Bump quarkiverse-parent to 18
  • #​44245 - Delete disabled job
  • #​44248 - Ignore client interfaces when detecting duplicate endpoints
  • #​44263 - Quarkus Dev UI - Clicking on gRPC - Services - service implementation class Uncaught exception received by Vert.x
  • #​44277 - Dev UI Open in IDE make sure lineNumber is in quotes
  • #​44279 - Limit MATCHING_RESOURCES TestResources to the test that declares them
  • #​44281 - Included pages within a fragment ignores rendered=false property.
  • #​44298 - Qute: fix rendered=false if a fragment includes nested fragment
  • #​44300 - When testing request payload is populated with string "null" if enable-reflection-free-serializers enabled
  • #​44309 - Avoid deserializing null nodes in reflection free Jackson serialization
  • #​44316 - Duplicated field serialization using the generated reflection free Jackson serializers
  • #​44317 - Avoid duplicated field serialization in reflection free Jackson serializers
  • #​44321 - Use Java 21 by default in the Deploying to Google Cloud guide
  • #​44322 - Explain in MongoDB docs that records are supported
  • #​44324 - Take config annotation when trying to match test resources

v3.16.1

Compare Source

Complete changelog
  • #​37216 - Building my first extension missing test result in failure
  • #​43825 - BeanArchiveProcessor#build threw an exception: Local name must not be null
  • #​43854 - Hardcoded reference to Quinoa in qute template for quarkiverse projects
  • #​43888 - Bump io.micrometer:micrometer-bom from 1.13.5 to 1.13.6
  • #​43930 - Clarify tech preview status of OTel logs and metrics in docs
  • #​43980 - Failing devservices-containing @QuarkusIntegrationTest for container-image.build=true on MacOS
  • #​43997 - Some Native tests don't run due to failsafe true
  • #​44051 - Fix hardcoded URL in generated codestart.yml
  • #​44058 - Bump com.google.cloud.tools:jib-core from 0.27.0 to 0.27.2
  • #​44063 - Undertow: ignore missing servlet class in web.xml
  • #​44069 - Recently added ReflectionFreeSerializationTest is very unstable
  • #​44072 - Fix NoClassDefFoundError when using vertx without http
  • #​44076 - Replace oidc auth google screenshots with generic ones
  • #​44080 - Generating Jackson serializers for concrete classes only
  • #​44081 - Run ChainedLocalRepositoryManagerTest in offline mode to avoid querying Central for test artifacts
  • #​44086 - Replace oidc auth microsoft screenshots with generic ones
  • #​44098 - Upgrade to Jandex 3.2.3
  • #​44120 - Fix Elasticsearch DevService network for @QuarkusIntegrationTest for docker-image-building
  • #​44125 - 3.16.0: ExtendedQuarkusVertxHttpMetrics not found in tests
  • #​44126 - Resources should be found from the classpath instead in web dep locator
  • #​44128 - Safer lookup and generate static resources for web dep locator
  • #​44139 - Remove Failsafe plugin config in AWT testing
  • #​44141 - Codestarts - Do not reference ITs module if extension without ITs
  • #​44159 - Upgrade Caffeine to 3.1.8
  • #​44161 - Add a capability for OIDC client extension

v3.16.0

Compare Source

Complete changelog
  • #​42064 - Self changes of column names to non-exist column names by PanacheJpaUtil#getFastCountQuery
  • #​43036 - quarkus plug sync no longer removes plugins provided by extensions
  • #​43191 - quarkus plugin sync is broken
  • #​43192 - Fix Quarkus plugin syncing
  • #​43483 - Add GraphQL Footer Log in Dev UI
  • #​43631 - Quarkus REST fails to write polymorphic type property in JSON
  • #​43700 - Use generic return type of method to construct proper Jackson writer
  • #​43801 - Kafka snappy conversion fails on native aarch64 for missing native library
  • #​43852 - ClassCastException when using OpenTelemetry and max-connections property
  • #​43882 - WebSockets Next: Security cleanup
  • #​43895 - Don't pass '--enable-monitoring=heapdump' unconditionally on windows
  • #​43896 - Don't pass '--enable-monitoring=heapdump' unconditionally on windows
  • #​43898 - ArC: register synthetic injection points in a separate phase
  • #​43905 - Move snappy native library resource registration to a feature
  • #​43917 - Realign JUnit versions and update to 5.10.5
  • #​43919 - Fix Class Cast Exception when using OpenTelemetry and max-connections property
  • #​43944 - NPE in Qute on hot-reload (with generated templates)
  • #​43953 - Qute message bundles: change the way message templates are loaded
  • #​43963 - Use original query case for fast count queries
  • #​43964 - Remove outdated section about DNS in Mongo
  • #​43967 - Upgrade to Hibernate Commons Annotations 7.0.3.Final
  • #​43988 - Add dev-mode setting for forcing the use of C2
  • #​43994 - Check expiry of the cached OIDC token introspections
  • #​43996 - Add RESTEasy Class Multipart capability
  • #​44029 - Replace oidc authentication for github screenshots with generic ones
  • #​44032 - Avoiding forcing resolution when configuring QuarkusApplicationModelTask

v3.15.2

Compare Source

Complete changelog
  • #​36336 - @CacheResult on legacy @RegisterRestClient throws CCE on 3.4.2
  • #​37430 - Docs: OpenID Connect (OIDC) and OAuth2 Client and Filters Reference Guide
  • #​40007 - Add ability to hide rest endpoints from OpenAPI schema / Swagger
  • #​41813 - Keycloak container consumes too much memory in devmode
  • #​42064 - Self changes of column names to non-exist column names by PanacheJpaUtil#getFastCountQuery
  • #​42237 - Warning about failing to index Spring class on reload
  • #​42238 - Transfer-Encoding header is set twice
  • #​42425 - Fetchgraph does not prevent Hibernate from fetching lazy one-to-one relationships
  • #​42520 - FAQ (frequently asked questions) documentation for extensions
  • #​43036 - quarkus plug sync no longer removes plugins provided by extensions
  • #​43191 - quarkus plugin sync is broken
  • #​43192 - Fix Quarkus plugin syncing
  • #​43245 - ArC: fix the situation when a framework bean uses an application decorator
  • #​43290 - Using reusable workflows in Quarkiverse release process
  • #​43307 - Enum values are not displayed in extension documentation
  • #​43319 - Unable to run application with kafka-stream on aarch64 built using native builder image
  • #​43326 - Hibernate-Reactive: ClassCastException EmbeddableInitializerImpl to ReactiveInitializer
  • #​43347 - Bump microprofile-reactive-streams-operators.version from 3.0 to 3.0.1
  • #​43348 - Bump hibernate-orm.version from 6.6.0.Final to 6.6.1.Final, hibernate-reactive.version from 2.4.0.Final to 2.4.1.Final
  • #​43352 - Use ChainedLocalRepositoryManager to support -Dmaven.repo.local.tail
  • #​43364 - Issue with multiform data rest client on Quarkus 3.14
  • #​43373 - Application hangs on https=http port check failure
  • #​43376 - Properly fail when both http and https servers started on port
  • #​43383 - Add Javadoc for DevMojo#jvmArgs
  • #​43420 - Use varargs for localRepositoryTail
  • #​43422 - HTTP HEAD to @GET endpoint of (reactive) Jakarta RESTful web services sub resource returns 405
  • #​43424 - Migrating to 3.13.0 results in failure on quarkus reactive routes
  • #​43425 - Avoid SecurityContextOverrideHandler NPE when user provided custom JAX-RS security context and Quarkus Security is not present
  • #​43437 - Make media type optional for InputStream when using multipart in REST Client
  • #​43439 - WebSockets Next: ignore non-websocket connections
  • #​43440 - Support @HEAD and @OPTIONS in sub-resources
  • #​43459 - Make sure Transfer-Encoding set by a Resource is honored
  • #​43471 - ConcurrentModificationException when Quarkus Micrometer extension is used
  • #​43472 - Can't perform augmentation when using gRpc extension
  • #​43473 - quarkus:update fails on Windows with quarkus-cli
  • #​43474 - Improper defaults in KubernetesClientBuildConfig
  • #​43475 - Inherit defaults from Fabric8 kubernetes client defaults
  • #​43489 - Qute Generated ValueResolver for interface default methods
  • #​43490 - Bump kubernetes-client-bom from 6.13.3 to 6.13.4
  • #​43498 - Qute: improve docs/javadoc about value resolvers ordering
  • #​43501 - Update quarkus-spring-api to 6.1.SP4
  • #​43502 - OpenTelemetry instrumentation still active after quarkus.otel.sdk.disabled=true
  • #​43515 - Check whether a dependency has resolved paths before setting a component path
  • #​43518 - Mailer: default mailer beans are not registered if only mail template record is used
  • #​43519 - Quiet down logs of observability DevResources
  • #​43524 - Mailer: register default mailer beans correctly
  • #​43531 - Remove deprecated RunOptions mention in the transactions docs
  • #​43532 - Fixed trust all option after reload (TlsRegistry)
  • #​43534 - The WebSocket Dev UI widget does not connect for nested classes
  • #​43535 - Disable instrumentation according with SDK config
  • #​43536 - Quarkus Update - Replace \ by / in rewriteFile path on Windows
  • #​43551 - Stacktrace container overflows in error page
  • #​43552 - Add overflow-x scroll
  • #​43560 - WebSockets Next: fix Dev UI for nested endpoint class
  • #​43568 - Improve GitHub Actions cache usage
  • #​43574 - Update Maven Archetype Plugin to 3.3.0
  • #​43583 - Generated ID token can be attempted to be verified as if it was issued by the OIDC/OAuth2 provider
  • #​43585 - Check self-signed ID token when access token is verified
  • #​43591 - Qute: fix reload of templates backed by build item
  • #​43592 - Add note about ExceptionMapper<ValidationException> in validation guide
  • #​43593 - Openapi-swaggerui guide - reference MicroProfile OpenAPI Core configuration
  • #​43601 - Keycloak container consumes too much memory in devmode
  • #​43602 - Qute: fix generated ValueResolvers
  • #​43624 - Properly test for existence of OtlpMeterRegistry
  • #​43628 - Undertow: UnsupportedOperationException using servlet filter in SSL
  • #​43629 - Updates Infinispan to 15.0.9.Final
  • #​43632 - Split Quarkiverse release into two workflows
  • #​43633 - Config Doc - Expand enums even if tooltip is not supported
  • #​43645 - Bump Micrometer to 1.13.5
  • #​43653 - Qute: fix generated ValueResolver for default methods with params
  • #​43680 - Bump to Quarkus HTTP 5.3.3
  • #​43681 - JBangIntegration needs some TLC ASAP
  • #​43697 - Bump org.hibernate.reactive:hibernate-reactive-core from 2.4.1.Final to 2.4.2.Final
  • #​43701 - Keycloak devservice restarts with every update in devmode
  • #​43718 - Fix faulty class loader
  • #​43733 - AppCDS docs on usage with JIB are slightly misleading
  • #​43762 - Add quarkus.hibernate-orm.database.version-check.enabled
  • #​43779 - Manage angus-mail in the bom
  • #​43782 - Move rocksdb native library resource registration to a feature
  • #​43784 - [rest-client] @RestForm does not work with a Map
  • #​43789 - Writing a Dev Service doc fixes
  • #​43791 - Add equals and hashcode method to MemorySize configuration class to fix unnecessary Keycloak Dev Service reloading
  • #​43805 - Add io.netty.versions.properties to native image resources
  • #​43825 - BeanArchiveProcessor#build threw an exception: Local name must not be null
  • #​43827 - Prefer hosting-independent URL for quarkiverse docs
  • #​43832 - Cache: fix CacheInterceptor in case of non-ArC interceptor bindings
  • #​43852 - ClassCastException when using OpenTelemetry and max-connections property
  • #​43854 - Hardcoded reference to Quinoa in qute template for quarkiverse projects
  • #​43855 - Properly handle Map of form params in REST Client
  • #​43857 - Updates to Infinispan 15.0.10.Final
  • #​43876 - Not up-to-date documentation in guide for using Cloud SQL with native executables
  • #​43879 - Adding some additional conditionals for the TLS guide
  • #​43884 - Tweaking the Datasource guide content conditionals
  • #​43901 - Update Google Cloud SQL guide
  • #​43909 - Use the correct event type CertificateUpdatedEvent in TLS Registry reference
  • #​43918 - CI - Do not populate the cache for MRs as we won't store it
  • #​43919 - Fix Class Cast Exception when using OpenTelemetry and max-connections property
  • #​43928 - Application of the QE feedback for the Datasource guide
  • #​43946 - Update appcds.adoc
  • #​43962 - Fix typo in rest-client doc
  • #​43963 - Use original query case for fast count queries
  • #​43967 - Upgrade to Hibernate Commons Annotations 7.0.3.Final
  • #​43970 - Small fixes for OIDC client guides
  • #​43976 - Fix AsciiDoc links syntax
  • #​43977 - Wording fix in HTTP reference
  • #​43978 - MultiStage Docker instructions needed chmod ./mvnw
  • #​43997 - Some Native tests don't run due to failsafe true
  • #​44010 - Jacoco report incomplete when using surefire plugin argLine property
  • #​44020 - Docs typo fixes - specificed, agrument
  • #​44038 - Docs typo fix - use proper SmallRye, RESTEasy and PostgreSQL names
  • #​44043 - Docs typo fixes
  • #​44051 - Fix hardcoded URL in generated codestart.yml
  • #​44056 - Jacoco doc argLine with late property evaluation
  • #​44062 - Update security-architecture.adoc
  • #​44063 - Undertow: ignore missing servlet class in web.xml
  • #​44070 - Unwrap tooltips in the downstream configuration reference docs
  • #​44072 - Fix NoClassDefFoundError when using vertx without http
  • #​44085 - Missing space in code example for OpenTracing to OpenTelemetry mapping
  • #​44091 - Update security-vulnerability-detection.adoc
  • #​44125 - 3.16.0: ExtendedQuarkusVertxHttpMetrics not found in tests
  • #​44132 - Update getting-started-reactive.adoc
  • #​44139 - Remove Failsafe plugin config in AWT testing
  • #​44149 - Fix Config Error Screen
  • #​44161 - Add a capability for OIDC client extension
  • #​44163 - Fix OIDC Bearer tutorial link name
  • #​44164 - Add information about 'from' in mailer docs
  • #​44183 - Properly apply the update recipes in version order
  • #​44185 - Repeating @PermissionsAllowed annotations totally disable method authentication
  • #​44221 - Add extension description for websockets next
  • #​44232 - Quartz: use a more reasonable default for quarkus.quartz.thread-count
  • #​44238 - Refactor SecurityTransformerUtils to consider repeated annotations
  • #​44263 - Quarkus Dev UI - Clicking on gRPC - Services - service implementation class Uncaught exception received by Vert.x
  • #​44277 - Dev UI Open in IDE make sure lineNumber is in quotes
  • #​44363 - [3.15 LTS] Avoid duplicated field serialization in reflection free Jackson serializers
  • #​44430 - Hibernate: Silence DB connection info logging
  • #​44525 - [3.15] Realign Infinispan version to 15.0.8.Final
quarkusio/quarkus-platform

v3.16.4

Compare Source

v3.16.3

Compare Source

v3.16.2

Compare Source

v3.16.1

Compare Source

v3.15.2

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

Loading