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 to v3.21.0 (minor) #297

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.quarkus:quarkus-maven-plugin 3.9.5 -> 3.21.0 age adoption passing confidence
io.quarkus:quarkus-universe-bom 3.9.5 -> 3.21.0 age adoption passing confidence

Release Notes

quarkusio/quarkus (io.quarkus:quarkus-maven-plugin)

v3.21.0

Compare Source

Complete changelog
  • #​37145 - @JsonView annotation ignored for sub-resources
  • #​44922 - Multipart upload in subresource fails in quarkus-rest.
  • #​46085 - Basic application manifesting tests
  • #​46721 - Decorator for default methods of decorated types not being called
  • #​46751 - Wrong JsonView is used for writing response entity
  • #​46767 - Update nisse extension to 0.4.1
  • #​46771 - ArC: validate bean types added to a synthetic bean
  • #​46788 - ArC: fix decorated interface defaults methods not overriden by a bean
  • #​46794 - ArC: add validation of synthetic bean types
  • #​46805 - Simplify our CI setup by moving cache population and using Magic Cache
  • #​46807 - Support distinct jsonviews for serialization and deserialization
  • #​46812 - Explain how to revert to default DNS client in the mongodb extension to resolve mongo+srv:// urls
  • #​46814 - Make ClientRequestFilter run on the same Vert.x context as other handlers
  • #​46837 - Only consider consumes and produces of the specific subresource
  • #​46840 - Detect json features of subresources as well
  • #​46851 - Native compilation with liquibase + liquibase-mongo fails
  • #​46853 - Bump org.mockito:mockito-bom from 5.16.0 to 5.16.1
  • #​46854 - Bump com.google.cloud.tools:jib-core from 0.27.2 to 0.27.3
  • #​46857 - Move Liquibase substitutions into common module

v3.20.0

Compare Source

Complete changelog

v3.19.4

Compare Source

Complete changelog
  • #​45500 - Allow entities in quarkus-mongodb-panache-kotlin to use data class with val
  • #​45643 - Docs: Create procedure doc for use case "Deploy to Openshift in a single step"
  • #​45793 - Devservices Keycloak breaks integration tests
  • #​45918 - Docs: Create procedure for Deploying on OpenShift using Docker build strategy
  • #​45954 - Docs: Create and update S2I procedures for the Deploying on OpenShift guide
  • #​45962 - DOCS: Add downstream-relevant attributes to facilitate single sourcing
  • #​46314 - Warn if using old @ConfigRoot class configuration mechanism
  • #​46378 - Bump org.jboss.logmanager:jboss-logmanager from 3.1.1.Final to 3.1.2.Final
  • #​46506 - javax.management.JMX.createProxy is not implemented in native mode
  • #​46536 - mongodb+srv connection strings are not working with latest quarkus version 3.19.1
  • #​46544 - Spring Data API Extension fields with keywords broken
  • #​46560 - Qute: fix namespace build-time validation
  • #​46604 - Docs: Update Deploying on OpenShift guide to add RHBQ content
  • #​46639 - Quarkus CLI version 999-SNAPSHOT and 3.19.2 fails to update applications on Windows
  • #​46688 - Suggest setting quarkus.security.ldap.cache.enabled
  • #​46692 - Unrecognized configuration key "quarkus.native.jmxserver.included" was provided
  • #​46699 - Refactor jmxserver detection in native executable build
  • #​46705 - Update Grafana LGTM to 0.9.0
  • #​46710 - Fix the keycloak devservice when using shared network
  • #​46720 - SmallRye Fault Tolerance: upgrade to 6.9.0
  • #​46725 - Use latest quarkus-spring-*
  • #​46730 - Add Documentation about using jsonview for request body
  • #​46750 - Bump org.eclipse.microprofile.lra:microprofile-lra-api from 2.0 to 2.0.1
  • #​46755 - Add documentation about @JsonView support in requests
  • #​46757 - Update Maven Compiler Plugin to 3.14.0
  • #​46761 - Agroal Dev UI data grid not rendered correctly when switching tables
  • #​46762 - Fix Agroal Dev UI table switching and move SQL input to the top
  • #​46763 - UBI9 microdnf requires -y
  • #​46765 - OIDC session cookie format changed in 3.18 causing it to be incompatible to 3.17.x
  • #​46768 - Clarify that val properties cannot be used with no-arg compiler plugin
  • #​46772 - Fix various issues in refreshed quarkus update
  • #​46787 - Bump io.quarkus.security:quarkus-security from 2.2.0 to 2.2.1
  • #​46799 - Bugfix: WebAuthn only includes the first origin when multiple origins are configured
  • #​46802 - Fix parsing when method names contain keywords.
  • #​46810 - Bump narayana-lra.version from 0.0.9.Final to 1.0.0.Final
  • #​46813 - Reference the TLS registry from the native and ssl page
  • #​46815 - Fix typo
  • #​46820 - Config Reference - Apply styles to all config search inputs
  • #​46822 - Re-authenticate users if the OIDC session cookie can not be read
  • #​46846 - Fix MongoDB DNS resolution issue when the DNS server use ipv6
  • #​46855 - Bump hibernate-orm.version from 6.6.10.Final to 6.6.11.Final
  • #​46873 - Reduce debug logging allocations in MongoDnsClient
  • #​46874 - Docs: Fix spacing issue in metadata of Using S2I to deploy Quarkus applications to OpenShift procedure

v3.19.3

Compare Source

Complete changelog
  • #​45112 - Exception about missing maven classes when opening the dev-ui (gradle based project)
  • #​46430 - ResponseBuilderImpl NumberFormatException with IPv6
  • #​46459 - Upgrading from 3.18.2 to 3.18.3 Results in OutOfMemoryError when using @QuarkusTest with Quarkus Junit 5
  • #​46527 - Broken archive in vaadin-webcomponent dependency
  • #​46566 - Issuer-based OIDC tenant resolver should check quarkus.oidc.token.required-claims
  • #​46615 - OIDC client token requests retry not working
  • #​46621 - Bump testcontainers.version from 1.20.5 to 1.20.6
  • #​46624 - Devui Database View can not find tables in different schemas
  • #​46632 - Make ResponseBuilderImpl more ipv6 aware
  • #​46634 - Check required claims in OIDC issuer-based resolver
  • #​46635 - Update some dev-ui libs versions
  • #​46638 - Bump Keycloak version to 26.1.3
  • #​46640 - Using SocketException in all of the OIDC retry code
  • #​46651 - Fix non-public schema in DB Viewer for Dev UI
  • #​46653 - Add -e to quarkus update commands and improve display
  • #​46655 - JSON-B link
  • #​46659 - Correct link to JSON-B API
  • #​46660 - Correct summary text of config-yaml.adoc
  • #​46661 - Correct summary text of spring-boot-properties.adoc
  • #​46664 - ArC: fix disposer resolution in case the disposed parameter declares no qualifiers
  • #​46680 - Fix gradle devui NoClassDefFound
  • #​46684 - Revert "Execute simple JUnit tests and @QuarkusComponentTest first"
  • #​46685 - Micrometer docs moved - fix links
  • #​46695 - Introduce server.port tag into http.server.active.requests metric
  • #​46700 - Exclude .github/project.yml from triggering workflows on push event
  • #​46706 - Fix wording in quarkus-rest jsonview support
  • #​46709 - Fix true-false typo
  • #​46712 - Bump resteasy.version from 6.2.11.Final to 6.2.12.Final
  • #​46713 - Bump hibernate-orm.version from 6.6.9.Final to 6.6.10.Final
  • #​46714 - Bump io.micrometer:micrometer-bom from 1.14.4 to 1.14.5

v3.19.2

Compare Source

Complete changelog
  • #​29411 - Kafka Streams topology in Dev UI is empty when source topic uses Pattern
  • #​37691 - Kafka Streams dev console topology view can't handle "." in topic name
  • #​40315 - @UnlessBuildProperty does not work properly if io.quarkus:quarkus-rest in the dependencies.
  • #​41432 - Application fails to start in dev mode if kafka-streams extension is present
  • #​45148 - Document default connection-pool-size for REST Clients and raise default pool size to 50 for Quarkus REST
  • #​46308 - Greatly improve Quarkus update
  • #​46330 - Produce a KubernetesDevServiceInfoBuildItem forDevServices requiring to use a Kubernetes cluster
  • #​46375 - Bump testcontainers.version from 1.20.4 to 1.20.5
  • #​46386 - Create a KubernetesDevServiceInfoBuildItem
  • #​46399 - Add a new BuildItem class: KubernetesDevServiceRequestBuildItem
  • #​46473 - @TestFactory does not work with QuarkusUnitTest
  • #​46474 - Ensure that QuarkusUnitTest plays nicely with @TestFactory
  • #​46476 - Qute Logical OR Operator is not working
  • #​46482 - Bump Gradle to 8.13 and adopt Quarkus Gradle plugin
  • #​46493 - Info Endpoint: Does not display in Additional Endpoints UI
  • #​46495 - Info endpoint displayed on endpoints dev ui
  • #​46505 - Qute: fix validation of an expression with "logical or"
  • #​46528 - support var args in rest client
  • #​46529 - Add support for primitive arrays in REST Client
  • #​46531 - Docs: Updated link to "MicroProfile Rest Client Spec"
  • #​46534 - Switch docs and samples to use CORS and JSON enabled properties
  • #​46539 - This Gauge has been already registered "http.server.active.requests"
  • #​46548 - Websockets next incompatible with undertow extension when using @SessionScoped
  • #​46550 - Bump flyway.version from 11.3.3 to 11.3.4
  • #​46553 - Introduce url.scheme tag into http.server.active.requests metric
  • #​46557 - Remove quarkus-mutiny dependency from container-image extensions
  • #​46558 - DevUI: fix bean/build steps depenceny graphs
  • #​46561 - ArC: consider built-in session context during client proxy optimization
  • #​46567 - Fix docker templates and platform to support ubi8 and ubi9
  • #​46571 - Fix quotes and missing parentheses in security-testing.adoc
  • #​46572 - Bump jboss-logging-annotations.version from 3.0.3.Final to 3.0.4.Final
  • #​46573 - Bump io.quarkus:quarkus-platform-bom-maven-plugin from 0.0.118 to 0.0.119
  • #​46576 - makes Kafka Streams topology optional
  • #​46578 - Reduce our exposure to DefaultArtifactVersion
  • #​46581 - Clarify using table name in Security JPA guide
  • #​46584 - Workaround classloading issue in Quarkus internal tests by making io.quarkus.security.test.utils.AuthData#applyAugmentors public
  • #​46585 - Use source file mapping for all compilation providers
  • #​46587 - Updates to Infinispan 15.0.14.Final
  • #​46597 - Fix loading of Maven workspaces that use revision properties using effective model building
  • #​46599 - Fix issues with special characters in Kafka Streams Dev UI
  • #​46607 - Fix AOT cache doc
  • #​46612 - Use the version of Quarkus platform recommended for the current project for recipe filtering

v3.19.1

Compare Source

Complete changelog
  • #​42613 - Conflict between form-based auth logout and quarkus.http.auth.form.new-cookie-interval
  • #​44458 - IllegalStateException: Response head already sent during login
  • #​46245 - Quarkus Configuration Disambiguation strategy for environment variables fails in 3.17.0+
  • #​46286 - Bump rest-assured.version from 5.5.0 to 5.5.1
  • #​46294 - Improve security failure handling in gRPC
  • #​46333 - "Failed to read deployment classpath cache from ..." warning
  • #​46339 - Add "basic" to client scopes for auto generated client in keycloak devservice
  • #​46346 - Prioritize test model cache over the dev one in BootstrapAppModelFactory
  • #​46347 - Clarify expected behavior of SmallRye Config disambiguation
  • #​46348 - Prevent sporadic error on live reload with HTTP/2
  • #​46350 - Fix VertxHelloWorldMutualTlsEndpointTest failures due to changes in response status
  • #​46351 - Otel logging does not respond to it's config property.
  • #​46352 - Liquibase MongoDB - Register AbstractMongoChange for reflection
  • #​46354 - Fix OpenTelemetry Metrics and Logs endpoint resolution
  • #​46365 - Add class and method to WithSpan attributes
  • #​46368 - javax.net.ssl TLS configuration does not work in native mode
  • #​46374 - Bump flyway.version from 11.3.2 to 11.3.3
  • #​46379 - javax.net.ssl TLS configuration does not work in native mode
  • #​46382 - Document how to prevent TLS client renegotiation
  • #​46394 - Explain what LGTM abbreviation means in the guide
  • #​46395 - TLS guide Review
  • #​46411 - Custom ContextResolver can not be used anymore for rest client since 3.13
  • #​46412 - Memory Leak in Quarkus REST Service if request failed with timeout.
  • #​46413 - Don't assume context resolvers are always called from REST Client
  • #​46418 - Fix 'response head already sent' when the login request to form-based authentication when proactive authentication is disabled
  • #​46419 - Always close OutputStream in RESTEasy Classic
  • #​46428 - Add docs for maximum values in quarkus.http.limits
  • #​46429 - Provide a reliable way to perform form-based authentication logout
  • #​46435 - Keycloak Integration
  • #​46436 - Quarkus tooling use wrong version for create and update (when specifying stream)
  • #​46438 - Quarkus REST: prevent NPE for EagerSecurityContext
  • #​46440 - Implement isValidAuthority() in ForwardedServerRequestWrapper
  • #​46446 - Use debug with relfection services, remove duplicate health check
  • #​46447 - Improvements to OTel logging docs
  • #​46452 - Fix recommended release selection in an archived platform stream
  • #​46465 - Bump hibernate-orm.version from 6.6.8.Final to 6.6.9.Final
  • #​46471 - @AssertTrue is not working on ConfigMapping when it returns true
  • #​46484 - Slightly improve the list of extensions supporting OTel
  • #​46489 - Do not use the JPA aware TraversableResolver for config

v3.19.0

Compare Source

Major changes
  • #​45891 - Support for OAuth2 Demonstrating Proof of Possession
Complete changelog
  • #​42115 - Support for Demonstrating Proof of Possession (DPoP) in quarkus-oidc
  • #​44160 - Narayana JTA XA transactions doesn't work after mariadb-java-client bump to 3.5.0 as opening datasource connection results in SQLNonTransientConnectionException
  • #​44661 - All but first test in a class fail if class is annotated @WithFunction
  • #​45025 - Quarkus-mockito includes mockito-subclass dependency breaking the mocking of final classes on Java 21+
  • #​45778 - Hibernate ORM tries to load import.sql
  • #​45891 - Support for OAuth2 Demonstrating Proof of Possession
  • #​46034 - @NotNull does not add not null to persistence unit
  • #​46197 - RuntimeException thrown instead of IllegalArgumentException when failing to decode URL
  • #​46201 - Quarkus trying to index lombok annotations
  • #​46221 - Bump org.mariadb.jdbc:mariadb-java-client from 3.4.1 to 3.5.2
  • #​46229 - Start the function only once in test
  • #​46231 - Use UBI9 based Quarkus micro image
  • #​46232 - Ability to disable running ITs against the docker image
  • #​46243 - Add a way to override the artifact type to test for @QuarkusIntegrationTest
  • #​46252 - Throw IllegalArgumentException on failed URL decoding
  • #​46254 - Error with Qute templates with dot in the names
  • #​46257 - Qute: fix template variants for templates with dot in the name
  • #​46258 - Qute: add some more built-in string extensions
  • #​46259 - Allow to provide a default overridable value for Qute @Message
  • #​46261 - Add Dev Services configuration reference in all relevant guides
  • #​46264 - Introduce validation mode instead of a boolean flag for BV integration in ORM
  • #​46267 - Use same smallrye-common dependencies across independent subprojects
  • #​46270 - Introduce a builditem to exclude Qute templates
  • #​46273 - Qute: add build item to exclude discovered templates
  • #​46274 - [GraalVM for JDK 25] Native integration test jpa-mariadb fails with JDK 25+8.1
  • #​46276 - Fix return type for MariaDB PAM substitution
  • #​46280 - Qute message bundles: add Message#defaultValue()
  • #​46287 - Bump flyway.version from 11.3.1 to 11.3.2
  • #​46305 - Update to Hibernate ORM 6.6.8.Final and avoid trying to load import.sql
  • #​46309 - Text cannot be parsed to a Duration when assessing TlsConfigurationRegistry.get("javax.net.ssl")
  • #​46310 - Text cannot be parsed to a Duration when assessing TlsConfigurationRegistry.get("javax.net.ssl")
  • #​46328 - Prevent indexing warning about Lombok annotation in REST Client
  • #​46338 - Switch default S2I native binary image from UBI8 to UBI9

v3.18.4

Compare Source

Complete changelog
  • #​41272 - Files with åäö in there name gets an inputstream that is null in MultipartForm uploads
  • #​45285 - Add quarkus.openshift.cron-job.timezone property
  • #​45961 - quarkus-spring-di: @Bean("foo") is not transformed into the proper @Named("foo") annotation
  • #​46140 - Spring DI - Fix behavior with named beans
  • #​46142 - Add more options for the token expiry time calculation done by OIDC client
  • #​46147 - Byte array responses break if quarkus-amazon-lambda-http is used
  • #​46203 - Improve text format handling in Amazon Lambda
  • #​46222 - Add OIDC client access token expires in skew
  • #​46233 - WebSockets Next: make it possible to configure max frame size
  • #​46242 - Add time zone property for kubernetes and openshift cron jobs
  • #​46251 - Quarkus Hibernate ORM - Jboss logger instantiation issue
  • #​46260 - @QuarkusTest fails when Nexus repository requires login (401 Unauthorized) (does not use existing Maven security credentials)
  • #​46269 - Avoid creating a timer when reconnectDelay is set to Max
  • #​46271 - Maven Resolver: fix discovering settings-security.xml
  • #​46284 - Only check filters once for calls to getResourceMethod
  • #​46292 - Simplify pattern used introduced in #​46284
  • #​46296 - Use proper call to Logger#getMessageLogger
  • #​46297 - Fix a few misplaced @WithConverter
  • #​46303 - Upgrade to Jandex 3.2.7
  • #​46304 - Fix keycloak client timeout error message: quarkus.oidc.devui.web-client-timeout -> quarkus.keycloak.devservices.web-client-timeout
  • #​46344 - Update mime4j to 0.8.12

v3.18.3

Compare Source

Complete changelog
  • #​40374 - Error when executing persist() method with an entity having bidirectional one-to-one relationships in Hibernate Reactive with Panache
  • #​45948 - Removal of public method in a minor release breaking semantic versioning with utter lack of warnings or anything
  • #​45949 - Restore two JWT decoding methods in OidcUtils
  • #​46005 - Qute TemplateGlobal throws error on live reload
  • #​46014 - Qute: fix template global class generation in the dev mode #​2
  • #​46035 - QuarkusTest TestProfile pollutes environment of QuarkusComponentTest
  • #​46039 - Upgrade to Jandex 3.2.4
  • #​46040 - OpenTelemetry extension traces health endpoints when a custom root-path is configured
  • #​46046 - Execute simple JUnit tests and @QuarkusComponentTest first
  • #​46088 - Fix typo remove extra bracket
  • #​46099 - OpenTelemetryLogHandler - Do not read config for each publish
  • #​46102 - Live reload classloader memory leak when using hibernate-envers with a custom revision entity
  • #​46106 - Bump maven-dependency-plugin in docs
  • #​46107 - For synthetic injection points, target can be null
  • #​46108 - @Observes @BeforeDestroyed(?Scoped.class) does not work in the same bean and the same scope
  • #​46111 - Could not determine the canonical constructor when quarkus.rest.jackson.optimization.enable-reflection-free-serializers=true
  • #​46113 - Remove non-existing value "OPTIONAL", fix typo
  • #​46115 - Bump to Vert.x Mutiny bindings 3.18.1
  • #​46125 - Change timing of @Initialized and @BeforeDestroyed events so that they can be observed from a bean within given context
  • #​46135 - Upgrade to Jandex 3.2.5
  • #​46136 - Error occurs on tests with @Nested classes and QuarkusMainLauncher
  • #​46141 - Replace outdated hostname v1 property for keycloak dev service in shared networks
  • #​46150 - Overcome augmentation issue with @Nested QuarkusMainTest
  • #​46154 - Docs: Fix some more weaknesses
  • #​46156 - Reflection-free Serialization issue when first accessed vs. second access or if multiple methods
  • #​46170 - Configuration custom converters fail on primitive type arrays since Quarkus v3.18
  • #​46171 - Fix config converter loading issue when arrays are used
  • #​46179 - Upgrade to Hibernate ORM 6.6.7.Final
  • #​46181 - Simplify and fix building the list of framework endpoints
  • #​46186 - Bump io.micrometer:micrometer-bom from 1.14.3 to 1.14.4
  • #​46189 - Upgrade to Hibernate Reactive 2.4.5.Final
  • #​46190 - Bump the version of kindContainer from 1.4.7 to 1.4.8
  • #​46191 - Bump version of kindcontainer from 1.4.7 to 1.4.8
  • #​46194 - Bump to Vert.x 4.5.13 and Netty 4.1.118.Final
  • #​46211 - Avoid using generated Jackson serializers for subclasses
  • #​46219 - Bump io.smallrye:jandex from 3.2.5 to 3.2.6

v3.18.2

Compare Source

Complete changelog
  • #​44569 - SmallRye OpenAPI outputs Chinese garbled characters in Json
  • #​44645 - NullPointerException from Hibernate ORM when there is a problem establishing a connection
  • #​45385 - IllegalArgumentException when parsing Accept Header
  • #​45776 - Bump to Mutiny 2.8.0 and the Mutiny Vert.x bindings 3.18.0
  • #​45789 - [resteasy-reactive] [3.8.6] Header not reset between request
  • #​45847 - Netty metric with dynamic tag cause time series leak
  • #​45868 - QuarkusTestResource not working with QuarkusMainLauncher
  • #​45877 - Replace the id label with a name label for Netty allocator
  • #​45910 - Clarify usage of quarkus-keycloak-admin-rest-client and quarkus-keycloak-admin-resteasy-client
  • #​45926 - Release the Config from the TCCL when setting the Quarkus config
  • #​45933 - Native tests fail in Gradle-based Quarkus project when module has no classes in src/main/java
  • #​45934 - Dev UI: make sure add button works when log is open
  • #​45935 - Clear SystemProperties set by QuarkusMainIntegrationTestExtension
  • #​45938 - Be more defensive about sources Path in integration tests
  • #​45943 - OpenApiFilter without Runstage causes NPE
  • #​45945 - Properly get default value when handling OpenApiFilters
  • #​45950 - Correctly handle REST field injection
  • #​45956 - Improve content about running the application in the JWT guide
  • #​45967 - Use Maven log in quarkus:run
  • #​45971 - Fix incorrect response code when media type is invalid
  • #​45976 - Add remote address to gRPC spans
  • #​45985 - BlockingNotAllowedException when using rest client since quarkus 3.18.1
  • #​45991 - Bump com.gradle.plugin-publish from 1.3.0 to 1.3.1 in /devtools/gradle
  • #​45992 - [REGRESSION] - quarkus.rest.jackson.optimization.enable-reflection-free-serializers=true broken in 3.18
  • #​45993 - Bump smallrye-open-api.version from 4.0.7 to 4.0.8
  • #​45996 - ConfigMapping broken for extensions with smallrye-config-crypto since 3.9.1
  • #​45999 - Quarkus 3.18 and Flyway 11: Bring back cleanOnValidationError
  • #​46002 - Fix generated Jackson deserializer for a record with an empty constructor
  • #​46006 - Don't prematurely close an InputStream returned by the REST Client
  • #​46008 - QuarkusIntegrationTest: publishing a random port in the started container no longer works
  • #​46009 - Updates to Infinispan 15.0.13.Final
  • #​46016 - Quarkus 3.18.1 does not allow overwriting lists from application.yaml with lists supplied in environment variables
  • #​46018 - integration-tests/hibernate-reactive-mssql is not being run (and does not build)
  • #​46020 - Runtime values from mapping without expansion
  • #​46031 - Fix Javadoc/MD syntax issues
  • #​46032 - Update SmallRye Config to 3.11.2
  • #​46033 - Implement 'cleanOnValidationError' for Flyway 11
  • #​46036 - In container build output is not executable anymore
  • #​46041 - Upgrade Hibernate ORM to 6.6.6.Final
  • #​46043 - Fix and restore hibernate-reactive-mssql tests
  • #​46044 - Recalculate config property names during tests
  • #​46049 - Bump io.smallrye.config:smallrye-config-source-yaml from 3.11.1 to 3.11.2 in /devtools/gradle
  • #​46055 - Ensure that the copied native executable has the executable permission when copied from the host to the container image.

v3.18.1

Compare Source

Complete changelog
  • #​44484 - Quarkus Build with Maven Artefact Resolver Configuration Options
  • #​45358 - quarkus-smallrye-openapi generates unused schemas
  • #​45359 - Ensure there are no jdbc spans if otel sdk is disabled
  • #​45489 - DevUI: Add search for Arc tables
  • #​45562 - Consistent report of unknown properties between JVM and Native mode
  • #​45650 - ClassNotFound during static init build step corrupts delayed logging
  • #​45708 - OpenAPI schema adding "enum" : [ null ] when field description is added
  • #​45771 - Qute: fix template global class generation in the dev mode
  • #​45774 - LGTM tests are stalling (or are too slow for the timeout, I don't know)
  • #​45783 - Redis cache implementation should not use KEYS command
  • #​45794 - Maven Resolver: initialize Maven properly, especially the local repository
  • #​45799 - Fix PathTreeClassPathElement#toString() implementation
  • #​45801 - Fix documentation for connecting to multiple devservice databases
  • #​45802 - Bump smallrye-open-api.version from 4.0.6 to 4.0.7
  • #​45803 - Bump com.gradle:develocity-maven-extension from 1.23 to 1.23.1
  • #​45810 - Update default openapi version in doc
  • #​45813 - Update URL of swapi-graphql.netlify.app GraphQL endpoint
  • #​45815 - Properly order tests annotated with @WithTestResource
  • #​45819 - Improve docs for Hibernate ORM with Kafka to suggest more efficient approaches
  • #​45822 - Adjust timeouts for LGTM container and tests
  • #​45828 - Redis Cache: replace the KEYS command with SCAN in invalidation
  • #​45829 - Upgrade to Vert.x 4.5.12 and Netty 4.1.117.Final
  • #​45835 - Fix static file path decoding in vertx-http
  • #​45838 - PermissionChecker makes RestMulti builder being ignored
  • #​45841 - Bump mongo-client.version from 5.3.0 to 5.3.1
  • #​45842 - Unable to build native image on Macbook Pro M4 Pro
  • #​45848 - Quarkus REST: Run security checks that require method arguments in a non-blocking manner before secured methods are invoked
  • #​45850 - Reviewed enable_build_properties information
  • #​45851 - Use explicit String.concat in OTelDurationConverter
  • #​45858 - Update OpenAPI documentation with default version 3.1.0
  • #​45860 - quarkus main build fails on windows
  • #​45861 - gRPC: Perform authentication when gRPC server runs on the same server and root path is different than '/'
  • #​45863 - 3.18 regression: quarkus.uuid is the same for every run in native images
  • #​45864 - Ensure that quarkus.uuid is not determined at native image build time
  • #​45876 - Pass container-runtime-options to native-image --version as well
  • #​45878 - 3.18 regression Quarkus quarkus-maven-plugin with failsafe and quarkus.test.arg-line
  • #​45880 - Upgrade to SmallRye GraphQL 2.12.1
  • #​45888 - Consider quarkus.test.arg-line as a string
  • #​45890 - Disable kubernetes-service-binding testing on Windows
  • #​45894 - Dev UI does not open if http is disabled
  • #​45911 - Make sure console shortcuts use https when http is disabled
  • #​45913 - Fix generate ca command in tls guide

v3.18.0

Compare Source

Complete changelog
  • #​29646 - Exceptions on dev mode reload (with multiple inbound requests?)
  • #​36510 - quarkus.otel.traces.suppress-non-application-uris not working with quarkus.management.enabled
  • #​45266 - Using quarkus.swagger-ui.plugins
  • #​45300 - Fix how Vert.x routes are identified in metrics and OpenTelemetry
  • #​45609 - Allow null for query parameters in Kotlin panache
  • #​45613 - Use VertxLogDelegateFactory for internal Vert.x logging
  • #​45620 - Improvements to the Grafana LGTM dashboards
  • #​45625 - Hot reload fails when using BeanParam
  • #​45627 - Returing a file from Quarkus REST endpoint with Uni leads to Vert.x error now that Vert.x Pump was replaced
  • #​45628 - OIDC: document and use OidcTestClient to get access token from Dev Services for OIDC
  • #​45629 - Fix missing addChannel flag usage
  • #​45630 - Fix file handling in REST Client
  • #​45645 - NamedLogHandlersBuildItem causes stderr "Handler is linked to a category but not configured"
  • #​45648 - Enable public access to OidcProviderClientImpl#getWebClient
  • #​45652 - Test config creation sometimes delegates to instance variable and sometimes to superclass, causing (v v minor) chaos
  • #​45653 - Speed up flaky OTel test
  • #​45670 - Don't allow requests into restarting application
  • #​45674 - Update drools.adoc
  • #​45690 - Observability LGTM dev service filling up logs with services starting
  • #​45693 - Bump grpc.version from 1.69.0 to 1.69.1
  • #​45698 - Add support for java.time.YearMonth as JAX-RS parameter
  • #​45699 - Add support for java.time.YearMonth as JAX-RS parameter
  • #​45700 - Add props change to LGTM re-load test
  • #​45705 - Do not check log categories without named handlers
  • #​45707 - Fix @BeanParam handling during hot reload
  • #​45717 - Add response to HttpServerMetricsTagsContributor.Context
  • #​45722 - Adjust Caffeine extension description to drop Java 8 mention
  • #​45730 - Bump resteasy-microprofile.version from 3.0.0.Final to 3.0.1.Final
  • #​45734 - Fix wait strategy usage, Grafana should not know about LGTM
  • #​45735 - Enable new scripts config in Swagger UI
  • #​45744 - Add HTTP response to HttpServerMetricsTagsContributor.Context
  • #​45772 - Remove quarkus-extension-processor from cache-runtime-spi

v3.17.8

Compare Source

Complete changelog
  • #​43326 - Hibernate-Reactive: ClassCastException EmbeddableInitializerImpl to ReactiveInitializer
  • #​44440 - Replacement in logs (log formatting) doesn't work in OpenTelemetry Logging
  • #​45188 - @JoinColumns breaks on Hibernate Reactive
  • #​45472 - java.util.NoSuchElementException: SRCFG00011: Could not expand value platform.quarkus.native.builder-image in property quarkus.native.builder-image
  • #​45555 - RESTEasy Reactive: ClientBuilder and Client should not share the same Configuration instance

Configuration

📅 Schedule: Branch creation - "* 0-4,22-23 * * 1-5,* * * * 0,6" (UTC), 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/quarkus branch 3 times, most recently from 345cda8 to be484e2 Compare April 30, 2024 11:19
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-maven-plugin to v3.10.0 Update Quarkus to v3.10.0 (minor) Apr 30, 2024
@renovate renovate bot force-pushed the renovate/quarkus branch from be484e2 to 3fdae94 Compare May 15, 2024 17:26
@renovate renovate bot changed the title Update Quarkus to v3.10.0 (minor) Update Quarkus to v3.10.1 (minor) May 15, 2024
@renovate renovate bot force-pushed the renovate/quarkus branch from 3fdae94 to 4249e8f Compare May 22, 2024 16:43
@renovate renovate bot changed the title Update Quarkus to v3.10.1 (minor) Update Quarkus (minor) May 22, 2024
@renovate renovate bot changed the title Update Quarkus (minor) Update Quarkus to v3.11.0 (minor) May 29, 2024
@renovate renovate bot force-pushed the renovate/quarkus branch from 4249e8f to 5d69de9 Compare May 29, 2024 07:06
@renovate renovate bot force-pushed the renovate/quarkus branch from 5d69de9 to 5c70b00 Compare June 5, 2024 13:53
@renovate renovate bot changed the title Update Quarkus to v3.11.0 (minor) Update Quarkus (minor) Jun 5, 2024
@renovate renovate bot force-pushed the renovate/quarkus branch from 5c70b00 to 0e9f0a0 Compare June 5, 2024 17:03
@renovate renovate bot changed the title Update Quarkus (minor) Update Quarkus to v3.11.1 (minor) Jun 5, 2024
@renovate renovate bot force-pushed the renovate/quarkus branch from 0e9f0a0 to 22e5f82 Compare June 12, 2024 20:12
@renovate renovate bot changed the title Update Quarkus to v3.11.1 (minor) Update Quarkus (minor) Jun 12, 2024
@renovate renovate bot force-pushed the renovate/quarkus branch from 22e5f82 to a210620 Compare June 13, 2024 16:57
@renovate renovate bot changed the title Update Quarkus (minor) Update Quarkus to v3.11.2 (minor) Jun 13, 2024
@renovate renovate bot force-pushed the renovate/quarkus branch from a210620 to eb2da1c Compare June 19, 2024 10:57
@renovate renovate bot changed the title Update Quarkus to v3.11.2 (minor) Update Quarkus (minor) Jun 19, 2024
@renovate renovate bot force-pushed the renovate/quarkus branch 2 times, most recently from e051565 to 8fb2c81 Compare June 26, 2024 07:54
@renovate renovate bot changed the title Update Quarkus (minor) Update Quarkus to v3.12.0 (minor) Jun 26, 2024
@renovate renovate bot force-pushed the renovate/quarkus branch from 8fb2c81 to 0ea57a8 Compare July 5, 2024 20:34
@renovate renovate bot changed the title Update Quarkus to v3.12.0 (minor) Update Quarkus to v3.12.1 (minor) Jul 5, 2024
@renovate renovate bot force-pushed the renovate/quarkus branch from 0ea57a8 to 0dbc606 Compare July 10, 2024 11:15
@renovate renovate bot changed the title Update Quarkus to v3.12.1 (minor) Update Quarkus (minor) Jul 10, 2024
@renovate renovate bot force-pushed the renovate/quarkus branch from 0dbc606 to 05b6f41 Compare July 10, 2024 14:19
@renovate renovate bot changed the title Update Quarkus (minor) Update Quarkus to v3.12.2 (minor) Jul 10, 2024
@renovate renovate bot force-pushed the renovate/quarkus branch from 05b6f41 to ef90e40 Compare July 17, 2024 12:14
@renovate renovate bot changed the title Update Quarkus to v3.18.1 (minor) Update Quarkus (minor) Feb 5, 2025
@renovate renovate bot force-pushed the renovate/quarkus branch from b51569c to ca801d2 Compare February 5, 2025 16:29
@renovate renovate bot changed the title Update Quarkus (minor) Update Quarkus to v3.18.2 (minor) Feb 5, 2025
@renovate renovate bot force-pushed the renovate/quarkus branch from ca801d2 to 8cd36b0 Compare February 12, 2025 12:10
@renovate renovate bot changed the title Update Quarkus to v3.18.2 (minor) Update Quarkus (minor) Feb 12, 2025
@renovate renovate bot force-pushed the renovate/quarkus branch from 8cd36b0 to e2a13b7 Compare February 12, 2025 18:43
@renovate renovate bot changed the title Update Quarkus (minor) Update Quarkus to v3.18.3 (minor) Feb 12, 2025
@renovate renovate bot force-pushed the renovate/quarkus branch from e2a13b7 to 4d423e7 Compare February 19, 2025 18:52
@renovate renovate bot changed the title Update Quarkus to v3.18.3 (minor) Update Quarkus (minor) Feb 19, 2025
@renovate renovate bot force-pushed the renovate/quarkus branch from 4d423e7 to 92a663e Compare February 26, 2025 16:27
@renovate renovate bot changed the title Update Quarkus (minor) Update Quarkus to v3.19.1 (minor) Feb 26, 2025
@renovate renovate bot force-pushed the renovate/quarkus branch 2 times, most recently from 3c6fa36 to 16284fb Compare March 5, 2025 11:06
@renovate renovate bot changed the title Update Quarkus to v3.19.1 (minor) Update Quarkus (minor) Mar 5, 2025
@renovate renovate bot force-pushed the renovate/quarkus branch from 16284fb to c599b1b Compare March 5, 2025 19:20
@renovate renovate bot changed the title Update Quarkus (minor) Update Quarkus to v3.19.2 (minor) Mar 5, 2025
@renovate renovate bot force-pushed the renovate/quarkus branch from c599b1b to adadb28 Compare March 12, 2025 15:31
@renovate renovate bot changed the title Update Quarkus to v3.19.2 (minor) Update Quarkus (minor) Mar 12, 2025
@renovate renovate bot force-pushed the renovate/quarkus branch from adadb28 to d21eac7 Compare March 14, 2025 03:56
@renovate renovate bot changed the title Update Quarkus (minor) Update Quarkus to v3.19.3 (minor) Mar 14, 2025
@renovate renovate bot force-pushed the renovate/quarkus branch 2 times, most recently from b97c872 to 136875c Compare March 19, 2025 14:58
@renovate renovate bot changed the title Update Quarkus to v3.19.3 (minor) Update Quarkus (minor) Mar 19, 2025
@renovate renovate bot force-pushed the renovate/quarkus branch from 136875c to 564127e Compare March 19, 2025 19:04
@renovate renovate bot changed the title Update Quarkus (minor) Update Quarkus to v3.19.4 (minor) Mar 19, 2025
@renovate renovate bot force-pushed the renovate/quarkus branch from 564127e to 7c6eb3b Compare March 20, 2025 16:38
@renovate renovate bot changed the title Update Quarkus to v3.19.4 (minor) Update Quarkus (minor) Mar 20, 2025
@renovate renovate bot force-pushed the renovate/quarkus branch from 7c6eb3b to f116fd8 Compare March 26, 2025 12:50
@renovate renovate bot changed the title Update Quarkus (minor) Update Quarkus to v3.21.0 (minor) Mar 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants