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

Update quarkus.platform.version to v2.16.6.Final #902

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

Conversation

bf2robot
Copy link
Contributor

@bf2robot bf2robot commented Mar 31, 2023

This PR contains the following updates:

Package Type Update Change
io.quarkus:quarkus-maven-plugin build minor 2.13.7.Final -> 2.16.6.Final
io.quarkus:quarkus-quartz compile minor 2.13.7.Final -> 2.16.6.Final
io.quarkus:quarkus-arc compile minor 2.13.7.Final -> 2.16.6.Final
io.quarkus:quarkus-micrometer-registry-prometheus compile minor 2.13.7.Final -> 2.16.6.Final
io.quarkus:quarkus-openshift-client compile minor 2.13.7.Final -> 2.16.6.Final
io.quarkus:quarkus-kubernetes-client compile minor 2.13.7.Final -> 2.16.6.Final
io.quarkus:quarkus-bom import minor 2.13.7.Final -> 2.16.6.Final

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the logs for more information.


Release Notes

quarkusio/quarkus

v2.16.6.Final

Compare Source

Complete changelog
  • #​32319 - [2.16] Revert io.netty.noUnsafe change
  • #​32302 - Qute - fix validation of expressions with the "cdi" namespace
  • #​32253 - (2.16) Upgrade to graphql-java 19.4
  • #​32223 - (2.16) Upgrade wildfly-elytron to 1.20.3.Final
  • #​32110 - Prevent splitting of cookie header values when using AWS Lambda
  • #​32107 - Fix Podman detection on Windows
  • #​32106 - Native building with container: Podman not detected on Windows
  • #​32093 - Re-use current ApplicationModel for JaCoCo reports when testing Gradle projects
  • #​32090 - K8s moved its registry
  • #​32088 - Remove the session cookie if ID token verification failed
  • #​32082 - Add missing quote in Hibernate Reactive with Panache guide
  • #​32079 - Quarkus JaCoCo extension fails to start Gradle daemon
  • #​32058 - Allow use of null in REST Client request body
  • #​32047 - rest client reactive throws npe on null request body
  • #​32041 - K8s is moving it's images
  • #​32037 - Set-Cookie Header is Split when using OIDC together with AWS Lambda
  • #​32015 - Support repeatable Incomings annotation for reactive messaging
  • #​32002 - Quarkus: Kafka Event Processor with 2 @incoming annotations throws Null Pointer SRMSG00212
  • #​31984 - Only substitute OctetKeyPair* classes when on the classpath
  • #​31978 - Remove quarkus.hibernate-orm.database.generation=drop-and-create from Hibernate ORM codestart
  • #​31930 - Native build fails for JWT
  • #​31893 - Docker or Podman required for tests since 3.0.0.Alpha6
  • #​31857 - Container runtime detection cached in sys prop, container-docker extension
  • #​31811 - Check the expiry date for inactive OIDC tokens
  • #​31717 - Quarkus OIDC Session Cookie not deleted in case of 401 unauthorized
  • #​31714 - OIDC token refresh fails with 401, if user info is used and not available in the cache (anymore)
  • #​31662 - Warning when docker is not running
  • #​31525 - Bump Keycloak version to 21.0.1
  • #​31490 - Enable Podman and Docker Windows quarkus-container-image-docker testing
  • #​31307 - Native Build on Windows has incorrect resource slashes
  • #​30383 - Create a new base classloader including parent-first test scoped dependencies when bootstrapping for CT

v2.16.5.Final

Compare Source

Complete changelog
  • #​31959 - New home for Narayana LRA coordinator Docker images
  • #​31931 - Support raw collections in RESTEasy Reactive server and client
  • #​31922 - Add more lenient Liquibase ZipPathHandler to work around includeAll not working in prod mode
  • #​31904 - [2.16] Upgrade SmallRye GraphQL to 1.9.4
  • #​31894 - Supply missing extension metadata for reactive keycloak client
  • #​31891 - Fix truststore REST Client config when password is not set
  • #​31867 - Qute type-safe fragments - fix validation for loop metadata and globals
  • #​31866 - The behavior of the @RestHeader annotation is different from the @HeaderParam annotation when the parameter is of type List
  • #​31864 - Fix incorrect generic type passed to MessageBodyWriter#writeTo
  • #​31818 - Jackson JAX-RS YAML Provider for Resteasy Reactive
  • #​31804 - [2.16] A test to make sure non-existing modules are ignored during workspace discovery
  • #​31793 - [2.16] Fix NPE loading workspace modules
  • #​31770 - Fix native compilation when using quarkus-jdbc-oracle with elasticsearch-java
  • #​31769 - Capability added for quarkus-rest-client-reactive-jackson
  • #​31756 - quarkus-rest-client-reactive-jackson doesn't provide capabilities
  • #​31728 - Register additional cache implementations for reflection
  • #​31718 - Properly close metadata file in integration tests
  • #​31713 - "Too many open files" When test native image.
  • #​31712 - Make request scoped beans work properly in ReaderInterceptors
  • #​31705 - Remove all dev services for kubernetes dependencies from kubernetes-client-internal
  • #​31692 - RequestScoped context not active when using a ReaderInterceptor with large HTTP requests
  • #​31688 - Suppress config changed warning for quarkus.test.arg-line
  • #​31643 - Fix iterator issue when executing a zrange with score on a missing key
  • #​31626 - quarkus.test.arg-line has become a built-time fixed property in 2.16.4
  • #​31624 - native compilation : quarkus-jdbc-oracle with elasticsearch-java strange behaviour
  • #​31617 - Bump Stork version 1.4.2
  • #​31579 - Reinitialize sun.security.pkcs11.P11Util at runtime
  • #​31560 - Prevent SSE writing from potentially causing accumulation of headers
  • #​31559 - SseUtil unexpectedly stores headers in Serialisers.EMPTY_MULTI_MAP
  • #​31551 - Scheduler - detect scheduled methods of the same name on a class
  • #​31547 - Scheduler - it's possible to declare two scheduled methods of the same name on the same class
  • #​31545 - Append System.lineSeparator() to config error messages
  • #​31536 - Missing newline characters in config error message
  • #​31532 - Interpret negative/zero body-limit as infinite when logging REST Client request body
  • #​31523 - Request rejected by CORS for fonts in dev UI when quarkus.http.cors=true is set
  • #​31496 - Filter out RESTEasy related warning in ProviderConfigInjectionWarningsTest
  • #​31482 - Remove incorrect default value for keepAliveEnabled
  • #​31440 - Several quarkus integration tests fail to compile to native with latest GraalVM master
  • #​31384 - Ignore required documentation for @ConfigMapping default methods
  • #​30757 - Allow same origin CORS requests without 3rd party origins being configured
  • #​30744 - [Quarkus Native] ClassNotFoundException: com.github.benmanes.caffeine.cache.SSSW
  • #​30698 - CORS Request same origin ignored if no other origin set

v2.16.4.Final

Compare Source

Complete changelog
  • #​31510 - Add logging to CompiledJavaVersionBuildStep
  • #​31507 - Adjust API in transaction.adoc code snippet
  • #​31498 - Added a note to get correct OpenAPI documentation
  • #​31486 - smallrye-openapi generates wrong definition for grouped parameters
  • #​31483 - Fix documentation for quarkus.hibernate-orm.enabled
  • #​31477 - Qute generated value resolvers - fix varArgs methods with 1 argument
  • #​31471 - [2.16] Make sure parent modules are loaded into workspace before those that depend on them
  • #​31467 - Don't run kubernetes-client Dev Services transitively
  • #​31465 - Propagate Quarkus related failsafe system properties
  • #​31462 - Do not append single '&' with empty query params in Resteasy Reactive
  • #​31449 - Qute: VarArgs processing error with 1 element
  • #​31447 - SmallRye GraphQL 1.9.3, test for Deprecated annotation
  • #​31422 - Fix client jackson body writer to propagate the client context
  • #​31418 - Fix doc generation for quarkus.hibernate-orm.enabled
  • #​31416 - Fix copy paste error in qute docs
  • #​31405 - Propagate SystemProperties set in Failsafe plugin to the Test launcher
  • #​31394 - Fix afterEach callback for integration tests
  • #​31393 - Integration Test AfterEach callbacks are not called
  • #​31355 - [Regression] Very slow startup in dev mode when the Kubernetes extension is present
  • #​31350 - Also set io.netty.noUnsafe at runtime when set at build time
  • #​31349 - Netty complaining about access to heap buffer in native
  • #​31347 - Adjust image name substitution for Elasticsearch Dev Services
  • #​31339 - Improve logging in DevServicesKubernetesProcessor
  • #​31336 - Pass --userns=keep-id to podman only when in rootless mode
  • #​31331 - Use idiomatic RESTEasy Reactive filter declaration for OpenTelemetry
  • #​31316 - Improve CSRF documentation
  • #​31302 - Updated OpenAPI mp.openapi.extensions.smallrye.openapi key mapping
  • #​31300 - Support UUID serialization in REST Client multipart bodies
  • #​31298 - RESTEasy Reactive doesn't support java.util.UUID
  • #​31291 - Bump org.jetbrains.annotations from 17.0.0 to the latest(24.0.0)
  • #​31289 - Return a null InputStream from REST Client when response is 204
  • #​31280 - Bump SQL Server JDBC driver to 12.2.0
  • #​31276 - Bump protobuf from 3.21.9 to 3.22.0
  • #​31274 - Try to solve disk space issues on GitHub Actions
  • #​31261 - Bump Microsoft SQL Server JDBC driver to 12.2.0
  • #​31260 - Make OIDC connection error log messages more visible
  • #​31250 - Clarify in keycloak-authorization doc when it should be used
  • #​31249 - Empty array of values in WebTargetImpl.queryParam method is added to the final URI as an &
  • #​31245 - [Regression in 2.16.3] NullPointerException: Cannot invoke "org.jboss.resteasy.reactive.server.SimpleResourceInfo.getResourceClass()" because "this.resourceInfo" is null
  • #​31240 - protobuf code generated w/ 3.22.0 broken w/ Quarkus
  • #​31236 - Bump postgresql from 42.5.3 to 42.5.4
  • #​31234 - Bump mermaid from 9.1.1 to 9.4.0
  • #​31231 - RESTEasy reactive returns an empty InputStream instead of null on 204 - No Content response
  • #​31211 - Fix the non-default constructor mechanism of bytecode recording [2.16]
  • #​31209 - Another fix for the Redis Search aggregation test
  • #​31186 - Show how to enable all origins in HTTP CORS section
  • #​31150 - Add keycloak authorization capability
  • #​31127 - Enhancements to instructions for contributing to the Quarkus docs
  • #​31334 - podman4 can't build any code with quarkus builder
  • #​30601 - Generate a preview website for documentation PRs
  • #​30549 - Enhancements and fixes for the Authorization of Web Endpoints section
  • #​30419 - Enhancing the Authorization of Web endpoints guide
  • #​30333 - Can't work with Google Oauth2 using qaurkus-oidc
  • #​29427 - quarkus.oidc.auth-server-url causing weird start-up failure
  • #​26152 - Resteasy Reactive: ContextResolver not used

v2.16.3.Final

Compare Source

Major changes
  • #​29756 - Support custom Flyway credentials/URL
Complete changelog
  • #​31141 - Resolve roles allowed configuration expression after config setup is completed
  • #​31129 - Fix stuck HTTP2 request when sent challenge has resumed request
  • #​31125 - Add "keep-alive-enabled" parameter to REST client reactive
  • #​31112 - Qute - fix assignability check when validating expressions
  • #​31099 - Use the effective Maven project build config when initializing sources and classes paths for dev mode
  • #​31092 - Make sure quarkus:go-offline properly supports test scoped dependencies
  • #​31077 - Qute: regression in template extension method with byte array
  • #​31076 - Quarkiverse: Install instead of verify
  • #​31074 - Added quarkus-jms-spi to quarkus bom
  • #​31059 - Path lookup must also consider interfaces
  • #​31046 - Simplify Quarkiverse release.yml workflow
  • #​31038 - Update Instrumentation Processor check logic to match comment
  • #​31036 - Use CDI when accessing UserTransaction/TransactionManager in QuarkusTransaction
  • #​31028 - Fix typo in snapstart enable config
  • #​31016 - Re-initialize platform dependent netty classes/values at runtime
  • #​30988 - Race condition in SmallRye Config property expansion for @​RolesAllowed value?
  • #​30964 - Add ConfigMappings from a builder class to support full hot reload
  • #​30961 - Error of quarkus:dev when the project.build.directory is overridden by a profile
  • #​30960 - Register CDI Bean when ConfigMapping is marked as Unremovable
  • #​30922 - Fix dependency parsing in JBangBuilderImpl
  • #​30885 - Add concurrency configuration to the GitHub Action workflows
  • #​30843 - Micrometer-Extension writes wrong URI-Tag when Path-Variables defined at Interface-Level
  • #​30672 - Avoid creating CSRF cookie if no CSRF token was created
  • #​30648 - Support passing filename to multipart form data output
  • #​30594 - CSRF: exception thrown when authentication falied
  • #​30570 - Set filename for PartItems in MultipartFormDataOutput
  • #​30455 - Introduce quarkus.datasource.devservices.init-script-path
  • #​29756 - Support custom Flyway credentials/URL
  • #​29631 - @​Unremovable ConfigMapping is still removed
  • #​29630 - Changes to configmappings not being applied during hot reload
  • #​28709 - QuarkusTransaction does not fire @​Initialized(TransactionScoped.class)
  • #​24639 - configure dedicated db user for database migrations: DML-only user for datasource, but DDL user for migration
  • #​23360 - "Request has already been read" using vertx + auth
  • #​17839 - Invalid memory configuration for netty maxDirectMemory in native image

v2.16.2.Final

Compare Source

Complete changelog
  • #​30976 - Metrics - check if index contains class before attempting to use it
  • #​30965 - JandexBeanInfoAdapter.getMetricAnnotationsThroughStereotype is not null safe
  • #​30959 - Return text from /q/metrics when the Accept header contains html
  • #​30953 - Fix OIDC capability string
  • #​30947 - Ignore interface/class without default constructs fields in SB config
  • #​30940 - Use SchemaType.ARRAY instead of "ARRAY" for native support
  • #​30919 - Compilation to native fails, when quarkus-smallrye-openapi is included
  • #​30916 - Add AppCDS documentation
  • #​30896 - Quarkus spring-boot-properties extension unable to handle complex configuration.
  • #​30878 - Bump postgresql from 42.5.2 to 42.5.3
  • #​30866 - Only run the quickstart compilation for main
  • #​30851 - Fixed return type typo in smallrye graphQL guide
  • #​30844 - Fixed greeting in getting started guide
  • #​30839 - Fix handling of Accept header in graphQL
  • #​30833 - Update docs to show BuildProducer use as method parameter instead of field
  • #​30828 - Make OIDC session cookie same site lax by default
  • #​30826 - Caffeine - Automatically register metrics cache impls if Micrometer is around
  • #​30825 - Fix comment about Caffeine optimization
  • #​30823 - Change accept header to valid plain text in micrometer documentation
  • #​30821 - Packaging type -Dquarkus.package.create-appcds=true isn't documented
  • #​30815 - Update SmallRye Config to 2.13.2
  • #​30812 - Manage the apache-mime4j dependency
  • #​30806 - / in Accept header is ignored if not listed as the first item
  • #​30805 - MailTemplateInstance with attachments
  • #​30803 - Support file and byte array attachments in MailTemplateInstance
  • #​30797 - OIDC login not work
  • #​30783 - uses 'quarkus.platform.artifact-id' property
  • #​30778 - Avoid creating 3 Liquibase MongoDB instances for startup operations
  • #​30776 - Ensure that AwsProxyRequestContext can be used with @​Context in RESTEasy Reactive
  • #​30767 - Remove duplicate notification of SseBroadcaster's onErrorListeners
  • #​30765 - Bump postgresql from 42.5.1 to 42.5.2
  • #​30755 - Update ForwardedParser to validate the port
  • #​30744 - [Quarkus Native] ClassNotFoundException: com.github.benmanes.caffeine.cache.SSSW
  • #​30536 - munitnyucontextmanager non helpful error reporting
  • #​29753 - Introduce ConnectionFactoryWrapperBuildItem
  • #​29605 - Update docs to reflect that injection should not
  • #​27774 - PLANNER-1709 Avoid deprecated penalize/reward overloads
  • #​23442 - problem using quarkus-resteasy-reactive-kotlin-serialization with AwsProxyRequestContext

v2.16.1.Final

Compare Source

Complete changelog
  • #​30729 - Bump mariadb-java-client from 3.1.1 to 3.1.2
  • #​30724 - Upgrade to Mutiny 1.9.0
  • #​30722 - Set SameSite Strict only on OIDC session cookie
  • #​30720 - Bump picocli.version from 4.7.0 to 4.7.1
  • #​30719 - Bump jackson-bom from 2.14.1 to 2.14.2
  • #​30715 - PanacheRepositoryResource should implement ReactiveRestDataResource
  • #​30713 - Use MapProperty instead of Map
  • #​30694 - Use newer API for creating tmp files in RESTEasy Reactive
  • #​30692 - Bump htmlunit version to 2.70.0
  • #​30686 - Don't fail send when a sse sink has been closed
  • #​30681 - RESTEasy Reactive: SSE broadcaster fails if a sink has been closed
  • #​30680 - Mark methods generatred by ASM transformations as synthetic
  • #​30659 - Drop unused class GradleLogger
  • #​30653 - Fix opening in IDE when more than IDE is running
  • #​30652 - Match prometheus export metrics format
  • #​30651 - ArC - use reflection fallback for PreDestroy callbacks if needed
  • #​30649 - Document redirect options in RESTEasy Reactive
  • #​30644 - Adjust source language absent in documentation code blocks
  • #​30636 - PreDestroy hooks fail depending on method modifiers
  • #​30635 - Introduce a minimum-java-version in the extension descriptor metadata
  • #​30625 - OIDC authentication loop if Cookie Policy sameSite=strict
  • #​30624 - Fix NPE obtaining a project map from Maven session
  • #​30622 - Update invalid package in guide
  • #​30612 - Fix import file name in redis-reference.adoc
  • #​30609 - Qute generated resolvers - getters should take precedence over fields
  • #​30593 - Qute validation - improve hierarchy indexing to fix assignability issues
  • #​30591 - Resolve correct version when application version is unset
  • #​30589 - Bump junit-bom from 5.9.1 to 5.9.2
  • #​30585 - Bump Microsoft SQL Server JDBC driver to 11.2.3
  • #​30584 - Update MS SQL JDBC driver to version 11.2.3
  • #​30576 - Use accept header to choose metrics export format
  • #​30574 - Handle empty source directory for included builds
  • #​30569 - Add default implementation for REST Data interfaces
  • #​30564 - Update security-openid-connect-client.adoc
  • #​30559 - container-image extension running with kubernetes extension
  • #​30557 - AWT: JniRuntimeAccess: freetypeScaler.c calls sun.font.FontUtilities
  • #​30548 - Add a blurb about not supporting validation.xml in Quarkus
  • #​30526 - RESTEasy classic servlets - add RoutingContext to active request context
  • #​30515 - Native build fails with hibernate-orm-rest-data-panache + elytron-security-properties-file
  • #​30513 - Limit application.properties lookup to main source set
  • #​30510 - Simplify logic in create-app.adoc and allow to define stream
  • #​30501 - Fix HibernateOrmCodestart
  • #​30500 - Place extension with an unknown category in the uncategorized category
  • #​30496 - Update documentation
  • #​30490 - Avoid adding the exception itself as a suppressed exception
  • #​30488 - Updates to Infinispan 14.0.6.Final
  • #​30485 - Verify code flow access token first if no UserInfo precondition exists
  • #​30479 - Define defaultValueDocumentation for builderImage
  • #​30474 - Docs - default value of quarkus.native.builder-image is not shown
  • #​30470 - Revert --enable-monitoring with no arguments support
  • #​30460 - Bump kafka3.version from 3.3.1 to 3.3.2
  • #​30453 - Gradle build failing w/ Quarkus 2.16.0
  • #​30430 - Bump gizmo from 1.5.0.Final to 1.6.0.Final
  • #​30429 - Bump Keycloak version to 20.0.3
  • #​30426 - Fix redundant push when using buildx
  • #​30424 - Building of container images with buildx causes build failures
  • #​30423 - 2.15+ - Services dependent on libraries without classes no longer build
  • #​30418 - Disable -D argument propagation in DevMojo
  • #​30415 - Arc - Change Types#getTypeClosure so that superclasses and interfaces of producer types no longer throw on finding wildcards
  • #​30412 - Arc - wildcard detection for producer methods/fields is too aggressive
  • #​30410 - Introduce support for GraalVM --enable-monitoring
  • #​30408 - Warning: Option 'AllowVMInspection' is deprecated and might be removed from future versions: Please use --enable-monitoring
  • #​30405 - Quarkus Undertow doesn't work with blocking SecurityIdentityAugmentor
  • #​30399 - Fix ElasticSearch Dev Services container restart
  • #​30384 - Elasticsearch Dev Services restarts container on every auto-compile
  • #​30368 - Allow Environment variables to populate property Maps in build time Config
  • #​30354 - AWT io.quarkus.awt.it.ImageGeometryFontsIT native integration test failing with "GraalVM for Java 20" dev builds
  • #​30347 - Bump junit-jupiter from 5.9.1 to 5.9.2
  • #​30343 - Trailing comma is lost from prometheus metrics
  • #​30335 - Add native compilation section to Hibernate Validator guide
  • #​30332 - NPE in toString method for Processor Parameters in kafka-streams 3.3.1 version
  • #​30275 - Inline Log category property doesn't work
  • #​30208 - OIDC: 401 when access-token needs to be refreshed and user-info-required=true
  • #​30179 - Add an owasp-check profile
  • #​28781 - RESTEasy Reactive: document redirects
  • #​24027 - Hibernate Validator does not use META-INF/validation.xml, it should work or be stated in the documentation.
  • #​23002 - if more than two running IDE while launching 'x' gives error

v2.16.0.Final

Compare Source

Complete changelog
  • #​30416 - Revert "Propagate parent-first flag"
  • #​30407 - Fix invalid JavaScript identifier in DevUI sourceMaps
  • #​30398 - Fix DB devservice restart
  • #​30393 - Update to Vert.x 4.3.7
  • #​30390 - Explicit quarkus.datasource.devservices.enabled=true makes devservices restart DB container on live reload
  • #​30389 - Fix RestAssured URL handling and unexpected restarts in QuarkusProdModeTest
  • #​30388 - Add provided capability to OIDC extension
  • #​30375 - Bump mariadb-java-client from 3.1.0 to 3.1.1
  • #​30355 - Updates to Infinispan 14.0.5.Final
  • #​30350 - Add missing @​Produces in rest-data panache documentation
  • #​30348 - Bump mongo-client.version from 4.8.1 to 4.8.2
  • #​30344 - Support URIs userInfo data in REST Client Reactive
  • #​30330 - hibernate-orm-rest-data-panache ignores additional resource methods
  • #​30301 - Clarify how to pass javac/JVM flags to the Quarkus Maven plugin
  • #​30289 - quarkus-rest-client-reactive-jackson removing credentials from URIs and URLs
  • #​30288 - Send button for GRPC in dev mode broken
  • #​30212 - Fix Logging with Panache interaction with the Kotlin variant of Hibernate ORM with Panache
  • #​30173 - "IllegalArgumentException: LocalVariablesSorter only accepts expanded frames" when logging in PanacheRepository
  • #​8802 - build fail with --enable-preview and hibernate-orm

v2.15.3.Final

Compare Source

Complete changelog
  • #​30255 - Introduce a JSON Stream parser for the reactive rest client
  • #​30242 - Throw an IllegalStateException with basic info about the provider that failed to provide a resource
  • #​30227 - SmallRye GraphQL 1.9.1/2.0.1 + config property to control Federation
  • #​30218 - OIDC documentation fixes
  • #​30200 - Ensure that Kotlin implementation of QuarkusApplication works properly
  • #​30195 - Log graphql.execution.AbortExecutionException when it occurs
  • #​30190 - 2.15.2.Final breaks command mode with main class extends from QuarkusApplication in kotlin
  • #​30187 - Bump xstream from 1.4.19 to 1.4.20
  • #​30183 - Fixing typos in security overview doc
  • #​30177 - Properly handle SSE comments in RESTEasy Reactive client and server code
  • #​30172 - Codestarts - Fix flattening of log levels
  • #​30169 - NullPointerException when sending SSE with comment only
  • #​30161 - Align behavior for getDeferredIdentity and getIdentity in TestIdentityAssociation
  • #​30160 - Different behavior in TestIdentityAssociation for getDeferredIdentity and getIdentity
  • #​30157 - Gradle quarkusDev: don't use test classes dir for app classes
  • #​30155 - Show how to verify smallrye-jwt issuer in a shared network
  • #​30154 - Remove remaining references to javax classes
  • #​30152 - Improve error handling of AbortExecutionException in smallrye-graphql extension
  • #​30146 - Properly segregate Json MessageBodyReader/Writer classes for server and client
  • #​30145 - GraphQL federation directives, which allow multiple values, do not match Apollo contract
  • #​30142 - When disabling name and version for label selectod in k8s, don't remove from labels
  • #​30138 - Keycloak Dev Services
  • #​30132 - Register REST Client body parameters for reflection
  • #​30119 - Enable/disable GraphQL Federation automatically (+ add a config property for it)
  • #​30100 - Setting add-version-to-label-selectors: false removes the app.kubernetes.io/version label
  • #​30078 - Quarkus Kotlin Native Reactive REST Client not working properly
  • #​30061 - Adding Kotlin Tests Breaks Kotlin/Java project
  • #​30044 - Resteasy Reactive Rest Client fails to re-construct large chunks of streamed json (stream+json) and fails deserialization
  • #​29998 - Bump to smallrye-config 2.13.1
  • #​29918 - smallrye-config: Converter throws IllegalStateException
  • #​29609 - Remove Reflection replacements, now supported by GraalVM

v2.15.2.Final

Compare Source

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

Compare Source

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](https://togithub.c

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 these updates again.


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

This PR has been generated by Renovate Bot.

@MikeEdgar MikeEdgar added DO NOT MERGE dependencies Pull requests that update a dependency file labels Apr 3, 2023
@bf2robot bf2robot force-pushed the renovate/quarkus.platform.version branch from bc51409 to b9f1e02 Compare April 4, 2023 00:01
@bf2robot bf2robot changed the title Update quarkus.platform.version to v2.16.5.Final Update quarkus.platform.version to v2.16.6.Final Apr 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file DO NOT MERGE
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants