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

chore(deps): update dependency io.quarkus:quarkus-bom to v3.19.2 #11

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 5, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.quarkus:quarkus-bom 3.15.1 -> 3.19.2 age adoption passing confidence
io.quarkus:quarkus-bom 3.0.0.CR1 -> 3.19.2 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

quarkusio/quarkus (io.quarkus:quarkus-bom)

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
  • #​45565 - If certificate reloading is enabled, mTLS stop functioning after the reload
  • #​45578 - Fix: trust store config is overwritten by key store config while certificate reloading
  • #​45593 - Copy Configuration when building a JAX-RS Client
  • #​45612 - Fix typo
  • #​45614 - Replace JavaVersion.VERSION_11 with JavaVersion.VERSION_21 in kotlin guide
  • #​45637 - Gradle - Correctly pass platform.quarkus.* properties
  • #​45640 - Fix Otel logging message formatting
  • #​45646 - Getting Started with Security updates
  • #​45656 - Document injecting of CDI request scoped beans during authentication and authorization
  • #​45657 - Update to HTTP error outputs in Getting Started with Security
  • #​45658 - Mark quarkus-oidc-client-registration as experimental in doc
  • #​45662 - java.lang.IllegalStateException: Too many recursive interceptor actions after switching to quarkus-rest-client from quarkus-rest-reactive-client
  • #​45676 - Quarkus reports a NoSuchMethod hiding the real cause when it fails to start
  • #​45677 - Add missing @ConfigItem to FilterConfig
  • #​45681 - Gradle - Resolve platform properties when possible
  • #​45682 - decodeAsXPendingSummary NPE on r.get(1) or r.get(2)
  • #​45687 - Redis Client: fix NPE when constructing XPendingSummary
  • #​45716 - Avoid recursive interceptor lookups when the REST Client full name matches the simple name
  • #​45731 - Bump hibernate-orm.version from 6.6.4.Final to 6.6.5.Final
  • #​45756 - Bump hibernate-reactive.version from 2.4.3.Final to 2.4.4.Final

v3.17.7

Compare Source

Complete changelog
  • #​10264 - elytron security: define role mapper (was: ldap security - role mapper)
  • #​44047 - Demote Agroal's "JDBC resources leaked" warnings to DEBUG
  • #​44540 - FORMAT_FAILURE when using Log.error(Object,Throwable)
  • #​44565 - Ensure that all our handlers extend ExtHandler
  • #​44773 - OpenAPI Extension (smallrye) produces wrong schema for Flow based return types
  • #​45150 - OpenAPI Extension Misses Jackson Annotations on Methods that Return a Parameterized Type
  • #​45167 - Long.parseLong Error with Redis Client Instrumentation
  • #​45224 - PermissionChecker does not handle list of permission correctly
  • #​45364 - Don't treat colon as a permission-to-action separator in @PermissionChecker value attribute
  • #​45419 - Fix typos in deploying-to-kubernetes.adoc
  • #​45424 - Bump smallrye-open-api.version from 4.0.5 to 4.0.6
  • #​45439 - OpenTelemetry: fix the Redis instrumenter in case of a tainted connection
  • #​45467 - Add FAQ about thread dumps in native reference guide
  • #​45471 - Update code to get Mandrel version from native executable
  • #​45482 - Execute the MongoDB Connection Health Check on Startup
  • #​45486 - Remove yq installation step from GitHub Actions workflows
  • #​45487 - Fix Quarkus platform BOM version info collection for analytics
  • #​45509 - Parallelize bean scanning in SmallRyeFaultToleranceProcessor
  • #​45512 - Add a cache for class proxies in BytecodeRecorderImpl
  • #​45517 - Make scheduler timezone documentation consistent with javadoc
  • #​45518 - Remove erroneous state tracking from client readers/writers
  • #​45523 - Fix Mongo health checks
  • #​45536 - Quarkus REST - Use ByteBufInputStream instead of copying bytes
  • #​45564 - fix: possible NPE if data has not been set yet
  • #​45576 - Revert "[oracle-jdbc] Remove unnecessary conditionals from @BuildSteps in the Oracle JDBC extension"
  • #​45583 - Adjust logging level for JDBC resource leak warnings
  • #​45586 - Elytron security LDAP: Document and test mapping of LDAP groups to SecurityIdentity roles

v3.17.6

Compare Source

Complete changelog
  • #​36688 - Unable to use Panache Sort.Direction enum as method parameter for GraphQL query
  • #​39137 - RESTEasy resource with constructor or field injection failing with RESTEASY003190
  • #​44550 - GraphQL Typesafe client with sources in a dependency
  • #​44590 - Change the JsonRPC Service for OIDC to use recorder
  • #​44929 - Error in secured post-multipart interface with large files
  • #​44959 - Ensure request body is consumed so that multipart requests with large payloads never hang when exception happens before body is consumed
  • #​44960 - Page count fails when using a sort specification in a Panache query with a SELECT DISTINCT statement in Quarkus 3.17
  • #​45104 - Bump com.gradle:develocity-maven-extension from 1.22.2 to 1.23
  • #​45199 - Bump gradle/develocity-actions from 1.2 to 1.3
  • #​45204 - Uber-Jar file name suffix issue for disabling it
  • #​45205 - Update Quarkus Parameter for Disabling Uber-JAR File Name Suffix
  • #​45220 - Messaging RunOnVirtualThreads fix on class annotation
  • #​45235 - Upgrade to Hibernate ORM 6.6.4 / Reactive 2.4.3
  • #​45253 - Assorted @WithTestResource fixes
  • #​45254 - Typo in Proxy Configuration Guidance
  • #​45260 - Typo in ProxyConfig
  • #​45261 - Update Develocity extension to 1.1.9
  • #​45284 - Add gRPC capability
  • #​45297 - RESTEasy - Mention you cannot inject @Context elements in constructors
  • #​45298 - Add Panache Sort enums in index for SmallRye GraphQL
  • #​45305 - Docs: Correct sentence in Simplified MongoDB with Panache
  • #​45335 - swapi.dev is down, use swapi.tech
  • #​45351 - Fixed an issue where annotations were not part of the Jandex index, if given in an external JAR
  • #​45387 - Docs: Correct sentence in Using the MongoDB Client
  • #​45390 - Fix typo in default LGTM dashboards
  • #​45392 - Fix metric scale on dashboard
  • #​45397 - Bump commons-codec:commons-codec from 1.17.1 to 1.17.2
  • #​45401 - Use swapi.tech for The Star Wars API calls
  • #​45402 - Update SmallRye Health to 4.1.1

v3.17.5

Compare Source

Complete changelog
  • #​44974 - Rest Client metrics show real value in uri attribute instead of path parameter placeholders when used with @Url
  • #​44989 - REST Client not sending headers from shared configKey
  • #​45002 - REST Client using configKey resolves wrong config
  • #​45004 - Update documentation for handling proxies in native-mode
  • #​45010 - Properly create REST Client template path when @Url is used
  • #​45022 - Upgrade to quarkus-http 5.3.4
  • #​45034 - Revert MariaDB driver to 3.4.1
  • #​45044 - Priority of REST Client Config changed to Quarkus FQN, config key, simple name
  • #​45066 - Update OIDC MTLS test to use generated certificates
  • #​45072 - Prioritize OIDC mechanism when inclusive authentication is disabled to simplify using mTLS and OIDC together
  • #​45084 - A NoSuchMethodException is raised when a REST resource is called with a single JsonObject argument in native build
  • #​45095 - Generate certificates in the OIDC integration test
  • #​45097 - Ensure that jakarta json types can be deserialized in native mode
  • #​45108 - Logstash conf file fix
  • #​45126 - Bump org.hibernate.validator:hibernate-validator from 8.0.1.Final to 8.0.2.F

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/io.quarkus-quarkus-bom-3.x branch from d94663b to e7c7634 Compare November 9, 2023 05:43
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-bom to v3.5.0 Update dependency io.quarkus:quarkus-bom to v3.5.1 Nov 9, 2023
@renovate renovate bot force-pushed the renovate/io.quarkus-quarkus-bom-3.x branch from e7c7634 to 3a6d511 Compare November 17, 2023 06:00
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-bom to v3.5.1 Update dependency io.quarkus:quarkus-bom to v3.5.2 Nov 17, 2023
@renovate renovate bot force-pushed the renovate/io.quarkus-quarkus-bom-3.x branch from 3a6d511 to 64cf377 Compare November 21, 2023 20:59
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-bom to v3.5.2 Update dependency io.quarkus:quarkus-bom to v3.5.3 Nov 21, 2023
@renovate renovate bot force-pushed the renovate/io.quarkus-quarkus-bom-3.x branch from 64cf377 to a0adc34 Compare November 22, 2023 14:52
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-bom to v3.5.3 Update dependency io.quarkus:quarkus-bom to v3.6.0 Nov 22, 2023
@renovate renovate bot force-pushed the renovate/io.quarkus-quarkus-bom-3.x branch from a0adc34 to e686d0f Compare December 6, 2023 05:14
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-bom to v3.6.0 Update dependency io.quarkus:quarkus-bom to v3.6.1 Dec 6, 2023
@renovate renovate bot force-pushed the renovate/io.quarkus-quarkus-bom-3.x branch from e686d0f to d29fba2 Compare December 15, 2023 05:12
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-bom to v3.6.1 Update dependency io.quarkus:quarkus-bom to v3.6.3 Dec 15, 2023
@renovate renovate bot force-pushed the renovate/io.quarkus-quarkus-bom-3.x branch from d29fba2 to 9d90d60 Compare December 20, 2023 05:54
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-bom to v3.6.3 Update dependency io.quarkus:quarkus-bom to v3.6.4 Dec 20, 2023
@renovate renovate bot force-pushed the renovate/io.quarkus-quarkus-bom-3.x branch from 9d90d60 to 8c6115f Compare January 11, 2024 02:54
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-bom to v3.6.4 Update dependency io.quarkus:quarkus-bom to v3.6.5 Jan 11, 2024
@renovate renovate bot force-pushed the renovate/io.quarkus-quarkus-bom-3.x branch from 8c6115f to 408c27c Compare January 18, 2024 05:37
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-bom to v3.6.5 Update dependency io.quarkus:quarkus-bom to v3.6.6 Jan 18, 2024
@renovate renovate bot force-pushed the renovate/io.quarkus-quarkus-bom-3.x branch from 408c27c to 8d35df8 Compare January 24, 2024 02:20
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-bom to v3.6.6 Update dependency io.quarkus:quarkus-bom to v3.6.7 Jan 24, 2024
@renovate renovate bot force-pushed the renovate/io.quarkus-quarkus-bom-3.x branch from 8d35df8 to 3be1600 Compare January 30, 2024 05:51
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-bom to v3.6.7 Update dependency io.quarkus:quarkus-bom to v3.7.0 Jan 30, 2024
@renovate renovate bot force-pushed the renovate/io.quarkus-quarkus-bom-3.x branch from 3be1600 to 6c22a18 Compare February 1, 2024 02:19
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-bom to v3.7.0 Update dependency io.quarkus:quarkus-bom to v3.7.1 Feb 1, 2024
@renovate renovate bot force-pushed the renovate/io.quarkus-quarkus-bom-3.x branch from 6c22a18 to 26ef2b5 Compare February 9, 2024 05:06
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-bom to v3.7.1 Update dependency io.quarkus:quarkus-bom to v3.7.2 Feb 9, 2024
@renovate renovate bot force-pushed the renovate/io.quarkus-quarkus-bom-3.x branch from 26ef2b5 to 99acede Compare February 15, 2024 02:32
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-bom to v3.7.2 Update dependency io.quarkus:quarkus-bom to v3.7.3 Feb 15, 2024
@renovate renovate bot force-pushed the renovate/io.quarkus-quarkus-bom-3.x branch from 99acede to 0ca813a Compare February 22, 2024 02:04
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-bom to v3.7.3 Update dependency io.quarkus:quarkus-bom to v3.8.0 Feb 22, 2024
@renovate renovate bot force-pushed the renovate/io.quarkus-quarkus-bom-3.x branch from 90630aa to 258714e Compare November 21, 2024 20:57
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-bom to v3.16.3 Update dependency io.quarkus:quarkus-bom to v3.17.0 Nov 21, 2024
@renovate renovate bot force-pushed the renovate/io.quarkus-quarkus-bom-3.x branch from 258714e to 1a5a01b Compare November 29, 2024 05:23
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-bom to v3.17.0 Update dependency io.quarkus:quarkus-bom to v3.17.2 Nov 29, 2024
@renovate renovate bot force-pushed the renovate/io.quarkus-quarkus-bom-3.x branch from 1a5a01b to 2c96b60 Compare December 6, 2024 02:45
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-bom to v3.17.2 Update dependency io.quarkus:quarkus-bom to v3.17.3 Dec 6, 2024
@renovate renovate bot force-pushed the renovate/io.quarkus-quarkus-bom-3.x branch from 2c96b60 to 9ca6b01 Compare December 12, 2024 02:42
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-bom to v3.17.3 Update dependency io.quarkus:quarkus-bom to v3.17.4 Dec 12, 2024
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-bom to v3.17.4 chore(deps): update dependency io.quarkus:quarkus-bom to v3.17.4 Dec 13, 2024
@renovate renovate bot force-pushed the renovate/io.quarkus-quarkus-bom-3.x branch from 9ca6b01 to 7a0c15a Compare December 21, 2024 11:50
@renovate renovate bot changed the title chore(deps): update dependency io.quarkus:quarkus-bom to v3.17.4 chore(deps): update dependency io.quarkus:quarkus-bom to v3.17.5 Dec 21, 2024
@renovate renovate bot force-pushed the renovate/io.quarkus-quarkus-bom-3.x branch from 7a0c15a to e280f4d Compare January 9, 2025 16:10
@renovate renovate bot changed the title chore(deps): update dependency io.quarkus:quarkus-bom to v3.17.5 chore(deps): update dependency io.quarkus:quarkus-bom to v3.17.6 Jan 9, 2025
@renovate renovate bot force-pushed the renovate/io.quarkus-quarkus-bom-3.x branch from e280f4d to f83721b Compare January 15, 2025 19:31
@renovate renovate bot changed the title chore(deps): update dependency io.quarkus:quarkus-bom to v3.17.6 chore(deps): update dependency io.quarkus:quarkus-bom to v3.17.7 Jan 15, 2025
@renovate renovate bot force-pushed the renovate/io.quarkus-quarkus-bom-3.x branch from f83721b to b5fd141 Compare January 23, 2025 03:36
@renovate renovate bot changed the title chore(deps): update dependency io.quarkus:quarkus-bom to v3.17.7 chore(deps): update dependency io.quarkus:quarkus-bom to v3.18.0 Jan 23, 2025
@renovate renovate bot force-pushed the renovate/io.quarkus-quarkus-bom-3.x branch from b5fd141 to 99584e0 Compare January 31, 2025 07:55
@renovate renovate bot changed the title chore(deps): update dependency io.quarkus:quarkus-bom to v3.18.0 chore(deps): update dependency io.quarkus:quarkus-bom to v3.18.1 Jan 31, 2025
@renovate renovate bot force-pushed the renovate/io.quarkus-quarkus-bom-3.x branch from 99584e0 to a8475fd Compare February 6, 2025 07:25
@renovate renovate bot changed the title chore(deps): update dependency io.quarkus:quarkus-bom to v3.18.1 chore(deps): update dependency io.quarkus:quarkus-bom to v3.18.2 Feb 6, 2025
@renovate renovate bot force-pushed the renovate/io.quarkus-quarkus-bom-3.x branch from a8475fd to c624806 Compare February 12, 2025 20:26
@renovate renovate bot changed the title chore(deps): update dependency io.quarkus:quarkus-bom to v3.18.2 chore(deps): update dependency io.quarkus:quarkus-bom to v3.18.3 Feb 12, 2025
@renovate renovate bot force-pushed the renovate/io.quarkus-quarkus-bom-3.x branch from c624806 to 182b77e Compare February 21, 2025 00:10
@renovate renovate bot changed the title chore(deps): update dependency io.quarkus:quarkus-bom to v3.18.3 chore(deps): update dependency io.quarkus:quarkus-bom to v3.19.0 Feb 21, 2025
@renovate renovate bot force-pushed the renovate/io.quarkus-quarkus-bom-3.x branch from 182b77e to a92d039 Compare March 1, 2025 04:12
@renovate renovate bot changed the title chore(deps): update dependency io.quarkus:quarkus-bom to v3.19.0 chore(deps): update dependency io.quarkus:quarkus-bom to v3.19.1 Mar 1, 2025
@renovate renovate bot force-pushed the renovate/io.quarkus-quarkus-bom-3.x branch from a92d039 to da84934 Compare March 7, 2025 03:40
@renovate renovate bot changed the title chore(deps): update dependency io.quarkus:quarkus-bom to v3.19.1 chore(deps): update dependency io.quarkus:quarkus-bom to v3.19.2 Mar 7, 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