Skip to content

2.15.1.Final

Compare
Choose a tag to compare
@gsmet gsmet released this 21 Dec 16:15
· 13222 commits to main since this release
e41078a

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 before FROM
  • #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