fix(deps): update all non-major dependencies
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
com.vladmihalcea:hibernate-types-55 | compile | minor |
2.20.0 -> 2.21.1
|
com.diffplug.spotless:spotless-maven-plugin | build | minor |
2.28.0 -> 2.29.0
|
io.quarkus:quarkus-maven-plugin | build | patch |
2.15.0.Final -> 2.15.2.Final
|
io.quarkus:quarkus-universe-bom | import | patch |
2.15.0.Final -> 2.15.2.Final
|
Release Notes
vladmihalcea/hibernate-types
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
diffplug/spotless
v2.29.0
Added
-
scalafmt
integration now has a configuration optionmajorScalaVersion
that allows you to configure the Scala version that gets resolved from the maven artifact (#1283)- Converted
scalafmt
integration to use a compile-only source set (fixes #524)
- Converted
Changes
quarkusio/quarkus
v2.15.2.Final
Complete changelog
- #30153 - Ensure that k8s client's ExecConfig works properly in native mode
- #30151 - quarkus-kubernetes-client fails to use ExecCredential when running in native mode
- #30143 - Make sure Federation annotations are in the index, add a test
- #30140 - Properly read the value of testcontainers.reuse.enable
- #30139 - Hibernate Validator - Normalize ClientProxy for bean metadata retrieval
- #30135 - Kafka Dev UI Fixes
- #30129 - GraphQL federation directives do not appear in the schema
- #30126 - Update the performance guide with respect to Quarkus default GraalVM GC
- #30116 - Change quarkus-cache extension status to stable
- #30074 - Update smallrye-health.adoc
- #30059 - testcontainers.reuse.enable always set to false
- #30058 - Ensure that Kotlin subclass of QuarkusApplication works properly
-
#30054 - 2.15.1.Final breaks command mode with main class extends from
QuarkusApplication
in kotlin - #30039 - Do not close the managed ValidatorFactory
- #30034 - Updates Infinispan dependencies
- #30027 - Fix broken Feature#runtimeInitializedPackages method
- #30026 - Prevent repeated Quarkus Security exception handling that lead to duplicate headers during OIDC redirect
- #30011 - Duplicate Location headers during OIDC redirection
- #30001 - Fix AbstractMethodError when injecting generated resource
- #29981 - Pass missing properties to Hibernate Reactive startup
- #29977 - Reimplement CSRF feature as ServerRequestFilter with form read
- #29976 - Custom ObjectMapper in application affects Kafka UI Dev service
- #29965 - Bean Validation bug in Quarkus 3.0.0.Alpha2 but not in 3.0.0.Alpha1
- #29885 - AbstractMethodError after upgrading to 2.15.0.Final
- #29763 - CSRF not working on POST actions that require no form parameters
v2.15.1.Final
Complete changelog
- #29986 - Switch from system property to hadcoded line separator for Panache query
- #29984 - Kafka UI RPC creates own ObjectMapper
- #29976 - Custom ObjectMapper in application affects Kafka UI Dev service
- #29958 - Issue using keycloak admin client
- #29957 - HttpSecurityRecorder - drop duplicate IF condition
- #29950 - Websockets client - set the current security identity
- #29949 - Update musl and zlib versions in the documentation
- #29948 - Fix NPE in KeycloakDevServicesProcessor
- #29946 - NPE in KeycloakDevServicesProcessor again
- #29942 - Fix auth-server-url for keycloak
- #29933 - KeycloakTestClient does not supports grant_type = client_credentials
- #29926 - Bump Dekorate to version 3.1.3
-
#29920 - Removed weird
code
tag and fixed formatting - #29919 - WebSocket auth on VertxCurrentContext not working
- #29912 - Small improvements to the Deploying to Google Cloud guide
- #29906 - Fix some typos in the building native image documentation
- #29900 - Fix Mutiny documentation links
- #29899 - Openshift existing resources won't merge route spec
- #29896 - smallrye jwt 401 cannot be intercepted by ExceptionMapper
- #29894 - Support MariaDB Dev Services in reactive-mysql-client
- #29891 - Unable to start devservices for MariaDB
- #29889 - Fix category of kubernetes-dev-services.adoc
- #29884 - Redis - Geo commands may return unparseable doubles
- #29876 - Upgrade netty to 4.1.86
- #29874 - Use proper Openshift annotation for VCS
- #29873 - Openshift deployment has a typo in the VCS annotation
- #29857 - building-native-image / Using a scratch base image guide is not working
-
#29856 - Remove calls to
ad-m/github-push-action
- #29855 - Prevent false warning message about missing 'quarkus.debug.print-startup-times'
- #29851 - Ensure that new line chars don't break Panache projection
- #29850 - Drop ':z' bind option when using MacOS and Podman
-
#29838 - StringIndexOutOfBoundsException in panache when using
project
and a linebreak beforeFROM
- #29827 - Improve header in README.md based on name and description
-
#29825 - Deprecate
@ServerRequestFilter(withBody)
in favour of@WithFormRead
- #29816 - Fix the secret length check for PKCE and token encryption
- #29813 - AddNamespaceDecorator doesn't override already set namespaces
- #29810 - Updates to the Cassandra quickstart guide
-
#29809 -
quarkus.kubernetes.namespace
property shouldn't provoke overriding of already set namespaces on resources - #29800 - Modernize default ci.yml a bit
- #29799 - Ensure that multipart response has a boundary when RestResponse is used
- #29797 - Upgrade Maven Compiler Plugin to 3.10.1
- #29795 - Update to Vert.x 4.3.6
- #29794 - Missing boundary for MultipartFormDataOutput
- #29792 - Fix quarkus.knative.image-pull-policy property
- #29784 - Always store raw model into cache while loading workspace
- #29775 - Throw a CreationException if a normal scoped synthetic bean creates null
- #29774 - Remove QuarkusTestExtension.class from @QuarkusIntegrationTest
- #29772 - Provide proper error message for missing URL with Keycloak Admin client bean
- #29766 - Test: Enable Backchannel logout test
- #29758 - CI should use -Dno-format to execute other plugins too
- #29755 - Fix combination of @QuarkusMain and Kotlin native application
- #29754 - Kotlin QuarkusMain native build does not work
- #29748 - Bump mongo-client.version from 4.8.0 to 4.8.1
- #29747 - Updates to Infinispan 14.0.3.Final and covers more counters testing
- #29743 - Fix some minor issues on OIDC logout documentation
- #29742 - Fix security concept doc listed as tutorial on index
- #29741 - Adds the Java Version parameter to the Maven plugin documentation
- #29737 - Properly sort beans in DevUI beans page
- #29735 - Make @Separator work with @BeanParam as well
- #29733 - Bug with Infinispan counter since 2.14
- #29730 - Jakarta - Disable the MP REST Client Timeout tests for now
- #29727 - A concept guide is incorrectly listed as a tutorial content type on the new Documentation index page
- #29723 - Application beans are not shown first in Arc DevUI
- #29722 - Jakarta - Avoid hardcoded references to a javax class
- #29721 - Fix flaky SearchCommandsTest#testAggregation test
- #29720 - Check config before creating Kafka checkpoint state store beans
- #29717 - Redis - SearchCommandsTest.testAggregation is flaky
- #29716 - Ensure that file is written on disk for multipart when endpoint expects it
- #29685 - Resteasy client fails with "Unable to parse multipart response" while working with RestResponse class
- #29626 - Allow CORS same origin requests
-
#29606 -
Redis host not configured
exception when using certain extensions with devservices disabled (using custom TestResources) - #29590 - RR - use exception mappers on auth failure exceptions for proactive auth
- #29493 - Exclude Netty's reflection configuration files
- #29413 - Recent change introduced warnings while building native image of MongoDB Client (and possibly others)
-
#23832 - Knative: Property
quarkus.knative.revision-auto-scaling.container-concurrency
is ignored - #22444 - RESTEasy Reactive: make body-reading filters force reading the body
- #20938 - Resteasy Reactive Multipart fails if fileName is not set for a file part
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.