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 dependency io.quarkus:quarkus-bom to v3 #20

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.quarkus:quarkus-bom 2.2.3.Final -> 3.11.0 age adoption passing confidence

Release Notes

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

v3.11.0

Compare Source

v3.10.2

Compare Source

v3.10.1

Compare Source

Complete changelog
  • #​19766 - Flyway / DevServices
  • #​37323 - "IOException: Connection was closed" when retrying non-WebApplicationExceptions
  • #​38807 - JPA entities containing LAZY loaded relations cannot be merged in another transaction
  • #​39283 - SQLException: Unable to enlist connection to existing transaction when accessing multiple persistence units in the same transaction since 3.8.2
  • #​39336 - We need an entry point guide for Messaging
  • #​39854 - 'quarkus.log.console.format' '%i' Process ID fixed at build time
  • #​40009 - Duplicated logs with Elastic APM Agent - Quarkus wrongly importing log4j2 configuration from agent
  • #​40016 - Log file rotation for periods longer then day not working. Regression.
  • #​40054 - Validate Tenant annotation is applied before authentication happened and fail if wrong tenant was used to authenticate the HTTP request
  • #​40065 - 3.8.3 and Electron JDBC Security error - SRCFG00027: Could not find a mapping
  • #​40123 - Quarkus Dev UI - Calling gRPC endpoint is not working
  • #​40152 - Cannot mock GitInfo using @MockitoConfig(convertScopes = true)
  • #​40153 - Many "Failed to index" warnings since 3.9.1
  • #​40167 - Rest Client @RestForm does not serialize enums like other parameter types
  • #​40175 - Update suggested command for busy port detection during the start
  • #​40176 - Update codeblock to 1.0.13
  • #​40178 - Turn beans from info extension into ApplicationScoped
  • #​40230 - Bump hibernate-orm.version from 6.4.4.Final to 6.4.5.Final
  • #​40264 - Bump hibernate-search.version from 7.1.0.Final to 7.1.1.Final
  • #​40272 - Config: reflect a breaking change of package config in the docs
  • #​40277 - Fix accidental config breakage of quarkus.package.decompiler.* properties
  • #​40282 - Bump commons-io:commons-io from 2.16.0 to 2.16.1
  • #​40283 - Bump hibernate-orm.version from 6.4.5.Final to 6.4.7.Final
  • #​40299 - Native executable ignores config option quarkus.http.host if set in the application configuration file
  • #​40301 - Use toString for serializing enum form params in REST Client
  • #​40302 - Updates Infinispan to 15.0.2.Final
  • #​40305 - Micrometer URI templating does not apply for Forbidden requests
  • #​40307 - WebSocket + Role-based authentication stopped working with Quarkus 3.9.x: Security Identity is not available
  • #​40308 - Always populate metrics uri in presence of auth failures
  • #​40313 - Document how to use Flyway in reactive applications
  • #​40321 - Bump org.eclipse.parsson:parsson from 1.1.5 to 1.1.6
  • #​40322 - Always register discovered services from SmallRye Config in STATIC INIT
  • #​40337 - Only set quarkus.http.host as a default if not available
  • #​40341 - [Doc] pseudo code in writing-extensions guide does not match the description
  • #​40342 - Pseudo code in writing-extensions guide does not match the description
  • #​40345 - Upgrade to SmallRye GraphQL 2.8.3
  • #​40359 - Fix servlet error mapping
  • #​40362 - Fix typo in init-tasks.adoc
  • #​40365 - Add a temporary config property to allow multiple resources
  • #​40366 - Qute-Templates cannot be found in tests if directory "src/test/resources/templates" exist
  • #​40369 - Kubernetes extension crashes with NPE during build
  • #​40371 - Quarkus Classloader in Test not returning all results
  • #​40383 - Avoid classes with incomplete hierarchy in Hibernate Validator
  • #​40384 - Allow ClassLoader to return multiple resources
  • #​40385 - Don't close connection if response is sent
  • #​40389 - Do not conflate quickstarts with codestarts
  • #​40391 - Fix Javadoc of @ClientObjectMapper
  • #​40400 - Fix multi rooted path tree scanning in the Qute processor
  • #​40403 - Bump io.smallrye.beanbag:smallrye-beanbag-bom from 1.4.0 to 1.4.1
  • #​40404 - Bump commons-codec:commons-codec from 1.16.1 to 1.17.0
  • #​40405 - Bump org.jboss.logmanager:jboss-logmanager from 3.0.4.Final to 3.0.6.Final
  • #​40408 - Quarkus REST - reuse CDI request context if it exists
  • #​40426 - Add more clarity around code-block in Dev UI Docs
  • #​40434 - Quarkus 3.10 fails to start if some OIDC providers don't support UserInfo
  • #​40437 - Check whether outputDirectory is the root of the file system before using its parent
  • #​40438 - Potential NPE thrown from QuarkusClassLoader.getResources
  • #​40440 - Fix possible NPE from resource loading
  • #​40448 - Avoid "Failed to index" warnings produced during @SecureField annotation detection
  • #​40454 - Ignore non-HTTP_2 requests
  • #​40456 - Do not require UserInfo when its injection point is detected for OIDC tenants without the UserInfo endpoint
  • #​40457 - Build SecurityEventHelper lazily inside SecurityConstrainer as when static methods are secured the static interceptor is initialized during static init
  • #​40468 - Update ubi8/openjdk-VERSION from 1.18 to 1.19
  • #​40476 - Add missing ! to fix code example
  • #​40487 - Label WebSocket Next as Experimental in Documentation
  • #​40494 - Issues in verifying signature of bearer token generated for Azure AD
  • #​40495 - Quarkus 3.10.0 now requires a GraalVM installation for quarkusDev when quarkus.native.enabled is set to true
  • #​40496 - Disable native when dev mode is used
  • #​40500 - Do not record profile parent configuration in the active profile
  • #​40514 - Bump com.amazonaws:aws-lambda-java-events from 3.11.4 to 3.11.5
  • #​40519 - Remove static
  • #​40523 - Update docs to make it easy to see that the code flow access token fails, update tests
  • #​40537 - Bump OpenJDK images to 1.19
  • #​40541 - Bump quarkiverse-parent to 16 and maven-compiler-plugin to 3.13.0
  • #​40549 - Overcome 'String too large to record' issue with Truffle
  • #​40551 - Quarkus 3.10 - Flyway with SQL Server DB failed to compile in native
  • #​40552 - Fix Flyway & SQL Server native compilation
  • #​40558 - Avoid using the same directory twice in Maven ITs
  • #​40571 - Bump io.micrometer:micrometer-bom from 1.12.4 to 1.12.5
  • #​40578 - Bump smallrye-jwt version to 4.5.2
  • #​40586 - Messaging entry point guide page
  • #​40593 - Update to SmallRye GraphQL 2.8.4
  • #​40595 - Updates to Infinispan 15.0.3.Final
  • #​40596 - Make parseVCSUri less brittle

v3.10.0

Compare Source

Complete changelog
  • #​40047 - Conflicting warnings when building an uberjar with deprecated property quarkus.package.type=uber-jar
  • #​40108 - Bump smallrye-reactive-messaging.version from 4.20.0 to 4.21.0
  • #​40111 - Bump smallrye-jwt version to 4.5.1
  • #​40120 - Prevent double-warning when using deprecated properties
  • #​40159 - Logging Guide: Remove duplicated statements
  • #​40180 - WebSockets Next: produce ExecutionModelAnnotationsAllowedBuildItem
  • #​40184 - Fix resource registration for native compilation

v3.9.5

Compare Source

Complete changelog
  • #​40026 - Fix LICENSE reference in ci-actions-incremental.yml
  • #​40042 - CaffeineCache metrics are doubled
  • #​40055 - Unable to compile qute codestart to native on windows
  • #​40087 - Adapt new behavior of System.console() since JDK22
  • #​40127 - Adapt new behavior of System.console() since JDK22
  • #​40135 - Update kafka doc: Emitter
  • #​40141 - Fix license URL in JReleaser config
  • #​40145 - Do not increment metrics on CaffeineCache#getIfPresent call
  • #​40158 - Qute: ultimate fix for the problem with registering NativeImageResourceBuildItem correctly on Windows
  • #​40166 - Bump io.smallrye.beanbag:smallrye-beanbag-maven from 1.4.0 to 1.4.1
  • #​40168 - DOC: Using the rest client - Fix rest-client-jackson add extension name
  • #​40171 - Quarkus docs using deprecated io.quarkus.test.junit.mockito.InjectMock
  • #​40172 - Updates quarkusdocs to replace deprecated injectMock
  • #​40185 - Fix a compilation problem in the SmallRye GraphQL guide
  • #​40188 - Bump BouncyCastle version to 1.78.1
  • #​40194 - Minor compilation issue in SmallRye GraphQL page
  • #​40218 - Bump Quarkus HTTP to 5.2.2.Final
  • #​40243 - unexpected stacktraces about missing Http1xServerResponse and RecordParserImpl vertx classes in native build
  • #​40244 - Quarkus Rest AbstractJsonMessageBodyReader with wrong case-sensitive content-type header handling
  • #​40249 - Move reinitialization of vertx classes out of NettyProcessor
  • #​40255 - Make resteasy-reactive AbstractJsonMessageBodyReader handle MediaType case insensitive
  • #​40257 - Reset relocations for runtime dependencies
  • #​40267 - ArC: prevent NPE when EagerInstanceHandle.UNAVAILABLE is closed
  • #​40275 - Align bootstrap and the rest on the same Slf4j version

v3.9.4

Compare Source

Complete changelog
  • #​39802 - Make sure pathFilter is applied to workspace module content tree
  • #​39944 - Support configuring SyslogHandler max message length
  • #​39958 - Add maxLength configuration option to SysLog
  • #​39960 - MessageBundle naming issue
  • #​39978 - Hot Reloading conflicts with Maven Flatten Plugin
  • #​39982 - Parameter to skip Maven goal executions before quarkus:dev, skipping flatten plugin by default
  • #​39987 - Update OpenTelemetry exporter link
  • #​39990 - Fix MessageBundle key/file name resolver algorithm
  • #​39992 - () breaks title in devui
  • #​39995 - Go back to raw Maven read/write for bootstrap
  • #​40000 - Signed JARs may be modified during a native build
  • #​40001 - Un-sign modified dependency JARs when filtering
  • #​40002 - Fix url encoding issue for Dev UI Page with unusual chars
  • #​40019 - Changing Accept Header in PreMatching filter isn't considered by MessageBodyWriter
  • #​40022 - Take MediaType set in pre-match filter into account during serialization
  • #​40028 - Collect only runtime static resources for native builds
  • #​40038 - Updates to Infinispan 15.0.1.Final
  • #​40051 - Clarify REST Client multipart support
  • #​40063 - Fix typo in cassandra.adoc
  • #​40067 - Qute: fix NativeImageResourceBuildItem registration on Windows
  • #​40073 - Explain how logging can be configured in the smallrye-graphql-client guide
  • #​40074 - Applying the QE feedback to the Logging guide
  • #​40083 - @Startup on @Produces method
  • #​40096 - ArC: skip warning about invalid startup for producer methods
  • #​40105 - Docs: update deploying-to-openshift.adoc for build option
  • #​40107 - Update datasource yaml config in docs

v3.9.3

Compare Source

Complete changelog
  • #​39731 - Fix StorkClientRequestFilter exception handling
  • #​39796 - document @Inject ScheduledExecutorService
  • #​39807 - Explain in the docs how to map the X509 CN attribute to roles
  • #​39839 - Removing quarkus-panache-common annotation processor from docs
  • #​39857 - SmallRye GraphQL Client: Added MP's Input.class to the index
  • #​39868 - Add property to force cache-control: no-store on: quarkus.smallrye-health
  • #​39871 - Routing for index.html fails with 404 for directories
  • #​39872 - Use cache-control header to make sure health checks aren't cached
  • #​39876 - OIDC Dev UI screen is blank after the user authentication
  • #​39878 - Ensure that index.html works in any directory in native mode
  • #​39880 - Mention ScheduledExecutorService in scheduler reference doc
  • #​39896 - Revert removal of redirect in Dev UI Deep links
  • #​39897 - Fix Servlet/Rest ExceptionMapper
  • #​39913 - Add more non-platform extensions to dev services guide + make guide guide-ier
  • #​39929 - Adjust some user-visible references to RESTEasy Reactive
  • #​39938 - Update of the SmallRye GraphQL 2.8.2
  • #​39956 - Docs OIDC Client - Inconsistent variable naming, OidcClientCreator example

v3.9.2

Compare Source

Complete changelog
  • #​38964 - Add smallrye metrics capability
  • #​39668 - Recompute cache when the redis connection pool is exhausted
  • #​39705 - WebSockets Next: error handlers part 1
  • #​39717 - OIDC code flow access token verification is enforced even if the application code does not use it as JWT
  • #​39718 - Enforce OIDC code flow access token verification only if JWT is in the application code
  • #​39725 - Setting the correct CodeFlowVerifyAccessTokenDisabledTest test class name
  • #​39742 - Fix a remaining reference to quarkus.resteasy-reactive. prefix
  • #​39746 - ScheduledExecutorService: cannot remove future task from the scheduler
  • #​39763 - WebSockets Next: error handlers part 2
  • #​39766 - Properly handle array class types to be looked up
  • #​39770 - Improve the multipart encoded mode handling in the rest client
  • #​39776 - Cannot build native image after 3.9.1 upgrade - missing configuration properties but they exist
  • #​39777 - Bean Param init issue - java.lang.NoClassDefFoundError: io/quarkus/generated/int$quarkusrestparamConverter$
  • #​39790 - Add quarkus-credentials-deployment where it's missing
  • #​39794 - Bump org.jboss.threads:jboss-threads from 3.6.0.Final to 3.6.1.Final
  • #​39797 - Docs: fix typo in OIDC tenant resolution by configuration
  • #​39798 - Update documentation for QUARKUS AND GRADLE - Development mode: quarkusDev#workingDir has been deprecated
  • #​39804 - Always record profiles
  • #​39823 - Ensure ParameterConverter is loaded from the TCCL
  • #​39829 - Use quarkusDev#workingDirectory
  • #​39835 - Bump maven-model-helper to 36

v3.9.1

Compare Source

Complete changelog
  • #​25682 - Dev Services for Postgresql not working with Rancher
  • #​36736 - Manage Jose4j dependency in the bom
  • #​36737 - Add OpenAPI Filter usage to documentation
  • #​39088 - Solve POM formatting issues when creating project/adding extension/removing extension
  • #​39224 - WebSockets Next: support method parameter injection
  • #​39313 - prod-profile configuration pollutes test profile in integration tests
  • #​39371 - Avoid resolving plugin command after the first option
  • #​39382 - Preserve POM format when extensions are added/removed
  • #​39385 - smallrye-health should hande the case when Vert.x current context is null
  • #​39388 - Hibernate runtime property persisting after build
  • #​39394 - Handle null Vert.x context in smallrye-health
  • #​39426 - Do not record active profile configuration name if a profile one exists
  • #​39443 - Use Quarkus wide version of jna-platform in azure-functions
  • #​39496 - Gradle build cache prevents source packages to be installed to local Maven repository
  • #​39513 - @SecureField in members of the response class isn't applied
  • #​39528 - (Doc issue) Getting token using blocking or non blocking calls
  • #​39544 - OidcClient: Getting exception when trying to use tokenHelper
  • #​39546 - Make maxParameters of MultiPartUploadHandler configurable
  • #​39549 - Make max parameters of multipart handling configurable
  • #​39564 - Fix Quarkus REST Jackson @SecureField detection on subclasses, interface implementors, fileds of the fields, parametrized types and arrays
  • #​39572 - Remove mvnpm and webjars from the 404 page
  • #​39574 - Add a section about openapi filters in the doc
  • #​39576 - Fix semconv-stability.opt-in property name
  • #​39578 - Update quarkus-project-develocity-extension to 1.0.7
  • #​39579 - Don't run CDI interceptors on class-level exception mappers
  • #​39580 - Fix directory name in vertx.adoc
  • #​39581 - The http metrics provide a path instead of REDIRECTION and NOT_FOUND when possible
  • #​39583 - Keep the URIs in the metrics tag if they match a client or server pattern
  • #​39586 - RestMulti is not sending headers if there is no content
  • #​39587 - Properly use headers from RestMulti when the multi is empty
  • #​39589 - Only Add OTel Security Events when span is recording
  • #​39594 - Redis: add documentation for replicas usage
  • #​39595 - Update one of OIDC certificate chain tests to use TenantConfigResolver
  • #​39598 - ClassNotFoundException for beanparam class with generics in external artifact
  • #​39599 - JsonObject is empty when used with resteasy-reactive
  • #​39604 - Do not record local sources in runtime config defaults.
  • #​39615 - Allow JsonObject and JsonArray to be used in any POJO for JSON handling
  • #​39623 - Type not consistent in sample code
  • #​39626 - Update parameter type to be consistent across the doc
  • #​39628 - Bump smallrye-jwt.version from 4.4.0 to 4.5.0
  • #​39630 - Bump smallrye-reactive-messaging.version from 4.18.0 to 4.19.0
  • #​39638 - Avoid all caching in DevModeClient
  • #​39642 - WebSocket Next: endpoint callback arguments injection
  • #​39645 - Improve the OIDC Client Quickstart document
  • #​39651 - Bump io.quarkus.bot:build-reporter-maven-extension from 3.5.0 to 3.6.0
  • #​39656 - Bump maven-model-helper to 35
  • #​39661 - Fix property name in OIDC docs
  • #​39679 - Bump mime4j version to 0.8.11
  • #​39682 - Fix postgres datasource devservice not working with rancher-desktop on mac arm
  • #​39691 - Fix dev-mode issue with generated classes for Quarkus REST converters
  • #​39699 - UpxCompressionBuildStep Not Executed Since Quarkus 3.8.2
  • #​39702 - Bring back erroneously removed @BuildStep
  • #​39706 - Use --no-daemon when calling gradle update

v3.9.0

Compare Source

v3.8.4

Compare Source

Complete changelog
  • #​25101 - [CI] - quarkus-devtools-compat + Quarkus main
  • #​27374 - Update Quarkus CLI doc for installing specific version of the CLI to avoid printing warnings
  • #​39282 - Add missing headers configuration for InputStream handling
  • #​39299 - Hibernate ORM: package-info is ignored when specifying scan packages
  • #​39344 - Avro schemas aren't generated in isolation
  • #​39345 - Isolate Avro schema code generation when using multiple schema files
  • #​39385 - smallrye-health should hande the case when Vert.x current context is null
  • #​39394 - Handle null Vert.x context in smallrye-health
  • #​39467 - Fix codestarts compatibility with older CLI
  • #​39468 - ChainBuildException - Cycle detected after #​39352 PR
  • #​39470 - Remove the old MetricBuildItem SPI
  • #​39471 - Update to Vert.x 4.5.5
  • #​39474 - Use explicit jar reference instead of GAV to avoid duplicate log warning
  • #​39476 - Fix the broken link to the OIDC client reference doc
  • #​39496 - Gradle build cache prevents source packages to be installed to local Maven repository
  • #​39513 - @SecureField in members of the response class isn't applied
  • #​39530 - Update profile section in building-native-image.adoc
  • #​39564 - Fix Quarkus REST Jackson @SecureField detection on subclasses, interface implementors, fileds of the fields, parametrized types and arrays
  • #​39578 - Update quarkus-project-develocity-extension to 1.0.7
  • #​39586 - RestMulti is not sending headers if there is no content
  • #​39587 - Properly use headers from RestMulti when the multi is empty
  • #​39651 - Bump io.quarkus.bot:build-reporter-maven-extension from 3.5.0 to 3.6.0
  • #​39661 - Fix property name in OIDC docs
  • #​39699 - UpxCompressionBuildStep Not Executed Since Quarkus 3.8.2
  • #​39702 - Bring back erroneously removed @BuildStep
  • #​39706 - Use --no-daemon when calling gradle update
  • #​39715 - Update Hibernate ORM package/class processing rules
  • #​39764 - Update to Vert.x 4.5.7
  • #​39807 - Explain in the docs how to map the X509 CN attribute to roles
  • #​39819 - Netty update caused failure when building image with GraalVM for JDK 17
  • #​39822 - Bump JDK version to 17 as an aws lambda runtime in aws-lambda related extensions
  • #​39826 - Move the import of smallrye-common-bom higher up
  • #​39830 - Fix native compilation for Netty and Mutiny
  • #​39831 - No build time init of classes used in UnsafeAccessedFieldBuildItem
  • #​39840 - Add js-scriptengine and collections as parent first artifacts
  • #​39886 - Bump the recommended-java-version to 21
  • #​39911 - Update - Only consider recipes when generating the list of recipes
  • #​39928 - Fix small typo in WRITING REST SERVICES WITH QUARKUS REST doc
  • #​40015 - Some dev services are restarted on dev mode restart
  • #​40057 - Fix datasource devservices restarting
  • #​40079 - [3.8] Do not record local sources in runtime config defaults
  • #​40082 - Rewrite footnotes for downstream documentation
  • #​40104 - [3.8] Prevent smallrye-graphql-schema-builder from leaking into runtime deps

v3.8.3

Compare Source

Complete changelog
  • #​25453 - Mutiny is not compatible with quarkus opentelemetry
  • #​31497 - Enabled micrometer.binder.http-server should also capture parameterized sub-resources
  • #​39047 - Reactive pg datasource with enabled health check opens more connections than configured
  • #​39145 - Hibernate schema validation is flaky and fails due missing tables (while the tables are present)
  • #​39162 - Add mapping to a Map<String, ConfigObject> in the documentation
  • #​39178 - Update grpc-service-implementation.adoc
  • #​39192 - Make HTTP templates for observability work with subresources
  • #​39197 - Qute is not adding the right NativeImageResourceBuildItem when using a custom template root
  • #​39204 - Update partial extension names to include full extension names
  • #​39216 - Unwrap processing exception from REST Client when returning a Uni
  • #​39223 - Fix WithSpan uni and multi
  • #​39225 - Upgrade to Mutiny 2.5.8
  • #​39242 - e quarkus-azure-functions-http generationg function.json with missing method.
  • #​39245 - dev-ui shows wrong property for rest-client
  • #​39251 - Make mutiny version of pool use the already configured vertx pool
  • #​39252 - Explicitly set all HTTP methods for Azure Functions
  • #​39255 - Fix config key for dev-ui
  • #​39257 - Quarkus 3.8.1: Use GraalVM sdk 23.1.2 over 23.0.1
  • #​39260 - Bump GraalVM SDK version to 23.1.2
  • #​39265 - Properly support sending InputStream in REST Client
  • #​39266 - ./mvnw --file $(pwd)/./pom.xml broken since quarkus 3.7.1
  • #​39270 - Update the title of dev-ui.adoc
  • #​39271 - Update the title of dev-ui.adoc and fix minor typos
  • #​39294 - Qute: add correct NativeImageResourceBuildItem for custom template root
  • #​39309 - Normalize POM path
  • #​39310 - Wrong reference on list of injected beans
  • #​39311 - Be more consistent with extension names in datasource.adoc
  • #​39316 - Empty container-group not allowed in Quarkus 3.8.2
  • #​39319 - org.graalvm.js:js was renamed to org.graalvm.polyglot:js-community
  • #​39337 - Fix rest-client-mutiny mention in the docs
  • #​39350 - Exception when building application with a lot of dependencies, String too large to record error
  • #​39352 - Make Hibernate / Micrometer integration run after schema creation
  • #​39353 - Allow config empty values in the Gradle worker
  • #​39354 - Add note about pre-matching filters execution model
  • #​39368 - Submodule on second level fails to find itself in dev mode
  • #​39372 - Replace org.graalvm.sdk:graal-sdk dependency with org.graalvm.sdk:nativeimage
  • #​39379 - Bump org.apache.commons:commons-compress from 1.26.0 to 1.26.1
  • #​39383 - Typo at OIDC Client Mutual TLS config properties
  • #​39386 - Update to Brotli4J 1.16.0
  • #​39402 - ArC: fix creation of synthetic beans
  • #​39411 - Fix typo in Building my first extension
  • #​39418 - Use the value of project/default-codestart from the platform descriptor as the default codestart instead of a hardcoded value
  • #​39430 - Fix misleading error message when REST Client interface has been indexed
  • #​39434 - Qute: fix the NoRestartTemplatesDevModeTest on Windows
  • #​39437 - Make sure the current project location isn't overridden by other modules with the same groupId and artifactId
  • #​39440 - graal-sdk in 23.1.x brings in org.graalvm.polyglot which causes a couple of issues (wrap up)
  • #​39442 - Exclude org.graalvm.polyglot:polyglot from graal-sdk

v3.8.2

Compare Source

Complete changelog
  • #​19849 - Reactive rest client invoke MessageBodyReader.isReadable with null value of annotations parameter
  • #​27999 - quarkus.datasource."datasource-name".jdbc.min-size not honored if max-lifetime is set
  • #​35993 - Event-loop thread blocked when connecting to an unavailable OIDC server
  • #​37984 - Custom SecretsKeyHandler not found after update to 3.6.4
  • #​38007 - Failure to resolve encrypted configuration properties with the Gradle plugin
  • #​38392 - Application.properties string substitution does not work when using gradle variables
  • #​38424 - application-test.yml is not utilized during tests executed during gradle build
  • #​38435 - Fix CLI not recognizing installed plugins
  • #​38900 - Bump Smallrye Reactive Messaging from 4.16.2 to 4.17.0
  • #​38971 - Clarify that quarkus.profile cannot be set from a profile aware file
  • #​38988 - Do not expand configuration for Gradle cache
  • #​38989 - cert chain public key resolver thumbprints
  • #​39001 - Update to Vert.x 4.5.4 and Netty 4.1.107
  • #​39021 - Upgrade to testcontainers 1.19.6
  • #​39023 - Remove selector field from generated Job manifest in docs
  • #​39041 - JAX-RS seeOther does not work with IPv6
  • #​39046 - Make sure Response and RestResponse work properly with IPv6 addresses
  • #​39057 - Skip analysis of plugin executions with phases post quarkus:dev preparing for dev mode launch
  • #​39059 - Exception in blocking graphql query is wrapped
  • #​39063 - Fix the OIDC token verification failure with the inlined cert chain
  • #​39067 - Updates to Infinispan 14.0.25.Final
  • #​39068 - Optionally run DNS lookup for OIDC server requests on worker thread
  • #​39069 - Do not fail UPX if compression level is not given
  • #​39070 - Doc: add Pulsar in Dev Services Overview
  • #​39072 - Update to Agroal 2.3
  • #​39078 - Unwrap actual GraphQL data fetching exception if it is wrapped
  • #​39093 - Fix cross-references in the Vert.x Reference Guide
  • #​39094 - Emphasize the need to add quarkus-junit5-mockito as a dependency to use mock injection
  • #​39102 - Properly pass annotations to MessageBodyReader in REST Client
  • #​39120 - Startup fails with Kafka Stream if topics for topics check not defined when check is disabled
  • #​39121 - Do not fail on resolve kafka streams topics when topics check disabled
  • #​39122 - Use bcrypt password mapper in elytron-security-jdbc docs
  • #​39123 - Quarkus Dev Services passes wrong volume path to Docker on Windows
  • #​39130 - When building images with jib the fast-jar-lib layer is always changed
  • #​39136 - Fix wrong volume host path being used on Windows
  • #​39147 - Keep the timestamps when copying jars and building JIB layers
  • #​39160 - Fail on conflicting deployment kinds
  • #​39168 - Remove misleading note from jacoco.enabled
  • #​39169 - Unable to produce multiple synthetic beans of same type having different identifiers
  • #​39179 - Allow setting the SettingsDecrypter when initializing a Maven artifact resolver
  • #​39181 - ArC: fix BeanConfiguratorBase#read()
  • #​39201 - Bump quarkus-http.version from 5.2.0.Final to 5.2.1.Final
  • #​39203 - Fix typo in testing Getting Started guide example

v3.8.1

Compare Source

Complete changelog
  • #​5314 - Subresouce init resource failed when using ResourceContext.getResource
  • #​36427 - Keycloak admin client fail with "authHeader" is null when using classic extensions
  • #​37065 - Azure Functions Http: missing HTTP method definitions for delete and patch
  • #​37779 - No healthcheck for default Agroal datasource if quarkus.datasource.db-kind is not set
  • #​37962 - Can't specify custom quarkus.profile when running tests
  • #​38557 - Overwriting application configuration does not work with .env File
  • #​38798 - Using custom header in REST client together with @NotBody annotated argument results in warning from EndpointIndexer
  • #​38880 - CronJob deployment doesn't work due to selector field
  • #​38881 - Remove selector field if it's empty from manifest
  • #​38891 - Reduce message log level
  • #​38895 - Make VertxGrpcExporter more robust
  • #​38899 - Fix Keycloak Admin Client Classic when used with the RESTEasy JSON-B and REST Client JSON-B extensions
  • #​38901 - OidcProvider throws NPE when certificate chain is configured with OIDC server which has no JWK keys at the startup
  • #​38909 - Bump org.postgresql:postgresql from 42.7.1 to 42.7.2
  • #​38923 - Allow all HTTP methods in Azure functions
  • #​38925 - Improve shutdown of VertxHttpExporter and VertxGrpcExporter
  • #​38927 - Use supplier in order to properly have mutiny retry
  • #​38928 - quarkus-quartz: CDIAwareJob destroys instance of Quartz Job too early when Job is a @Dependent bean
  • #​38932 - Fix NPE when OIDC token must be verified with the chain with OIDC server returning no JWKs
  • #​38934 - Agroal Data Source Health check failing for reactive data source
  • #​38935 - Upgrade to Mutiny 2.5.7
  • #​38938 - Propagate user.dir to Gradle worker
  • #​38944 - Bump smallrye-open-api.version from 3.9.0 to 3.10.0
  • #​38949 - Postgresql bump causing detection of instance Random/SplittableRandom
  • #​38952 - Properly pass errors from JsonRPC backends to Dev UI
  • #​38953 - Unwrap the actual failure from JsonRPC if it's wrapped
  • #​38955 - Try to get more disk space
  • #​38957 - Quartz - fix @Dependent job creation/destruction when there is a re-fire
  • #​38958 - Runtime reinitialize org.postgresql.util.PasswordUtil$SecureRandomHolder
  • #​38959 - Agroal - Only generate health checks for JDBC datasources
  • #​38978 - Bump org.mariadb.jdbc:mariadb-java-client from 3.3.2 to 3.3.3
  • #​38979 - Propagate quarkus.test.profile to Gradle worker
  • #​38986 - Add missing brace in property expression
  • #​38990 - Quarkus 3.7.4 java.lang.ClassNotFoundException when running devsevices with gradle
  • #​38995 - Take client methods into account in server endpoint indexer
  • #​38997 - Add hint about exporter collector protocol on generic gRPC error
  • #​38999 - Remove JetBrains @Nullable from RESTEasy Reactive code
  • #​39006 - Bump Keycloak version to 23.0.7
  • #​39020 - Make VertxHttpExporter more robust
  • #​39022 - JAVA_APP_DIR should be set for container images
  • #​39024 - Set JAVA_APP_DIR env var when necessary
  • #​39028 - Make Sub Resources unremovable beans
  • #​39029 - Update to Brotli 1.14.0
  • #​39031 - Add commons-codec to Dev Services dependencies

v3.8.0

Compare Source

v3.7.4

Compare Source

Complete changelog
  • #​37608 - gRPC starter app is using legacy approach, single HTTP server should be used instead
  • #​38236 - Adding a decorator causes bytecode error
  • #​38504 - NPE on oidc-client when quarkus.oidc-client.grant-options.password.password not provided
  • #​38533 - 'Unable to find a JDBC driver' for Hibernate Reactive after updating to 3.7.1
  • #​38683 - Build time performance regression and bigger native binaries when migrating from 3.5 to 3.6 or 3.7
  • #​38688 - Making sure deployment modules excluded in POM files aren't pulled in by the Gradle plugin
  • #​38721 - Java 21: @VirtualThreadUnit produces very slow tes

Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (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 this update again.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/major-quarkusplatformversion branch 2 times, most recently from 05cc79d to e0098b9 Compare May 10, 2023 10:52
@renovate renovate bot force-pushed the renovate/major-quarkusplatformversion branch 2 times, most recently from cb4d38b to 5a1654d Compare May 24, 2023 19:41
@renovate renovate bot force-pushed the renovate/major-quarkusplatformversion branch from 5a1654d to 9fdc253 Compare June 7, 2023 14:21
@renovate renovate bot force-pushed the renovate/major-quarkusplatformversion branch from 9fdc253 to b6fc01c Compare June 15, 2023 12:44
@renovate renovate bot force-pushed the renovate/major-quarkusplatformversion branch 2 times, most recently from 6d18469 to 455f617 Compare June 28, 2023 22:41
@renovate renovate bot force-pushed the renovate/major-quarkusplatformversion branch 2 times, most recently from baea51a to a499425 Compare July 21, 2023 15:42
@renovate renovate bot force-pushed the renovate/major-quarkusplatformversion branch from a499425 to b4418ab Compare August 2, 2023 16:03
@renovate renovate bot force-pushed the renovate/major-quarkusplatformversion branch 2 times, most recently from b4c3dbf to 1b0da5e Compare August 16, 2023 17:29
@renovate renovate bot force-pushed the renovate/major-quarkusplatformversion branch from 1b0da5e to e9997e2 Compare August 28, 2023 21:16
@renovate renovate bot force-pushed the renovate/major-quarkusplatformversion branch from e9997e2 to 05eaf06 Compare September 5, 2023 15:59
@renovate renovate bot force-pushed the renovate/major-quarkusplatformversion branch 2 times, most recently from 3eaa758 to 4395295 Compare September 20, 2023 13:10
@renovate renovate bot force-pushed the renovate/major-quarkusplatformversion branch from 4395295 to c08ac01 Compare October 4, 2023 13:40
@renovate renovate bot force-pushed the renovate/major-quarkusplatformversion branch 2 times, most recently from 1db8996 to af08679 Compare October 18, 2023 16:22
@renovate renovate bot force-pushed the renovate/major-quarkusplatformversion branch from af08679 to 3fe3050 Compare November 8, 2023 14:25
@renovate renovate bot force-pushed the renovate/major-quarkusplatformversion branch 3 times, most recently from d3e6480 to 7c3d95c Compare November 22, 2023 15:19
@renovate renovate bot force-pushed the renovate/major-quarkusplatformversion branch from 7c3d95c to a3c4734 Compare December 5, 2023 19:15
@renovate renovate bot force-pushed the renovate/major-quarkusplatformversion branch 2 times, most recently from 96e51a6 to 69f30d4 Compare December 19, 2023 17:06
@renovate renovate bot force-pushed the renovate/major-quarkusplatformversion branch 2 times, most recently from ebda7bc to 01ff987 Compare January 16, 2024 13:49
@renovate renovate bot force-pushed the renovate/major-quarkusplatformversion branch from 01ff987 to 04b0be8 Compare January 23, 2024 14:06
@renovate renovate bot force-pushed the renovate/major-quarkusplatformversion branch 2 times, most recently from 78e0791 to c1944b7 Compare January 31, 2024 10:48
@renovate renovate bot force-pushed the renovate/major-quarkusplatformversion branch 2 times, most recently from 8efe715 to 7b93c97 Compare February 14, 2024 12:51
@renovate renovate bot force-pushed the renovate/major-quarkusplatformversion branch from 7b93c97 to 0415d28 Compare February 21, 2024 13:26
@renovate renovate bot force-pushed the renovate/major-quarkusplatformversion branch from 0415d28 to 978b066 Compare February 28, 2024 14:49
@renovate renovate bot force-pushed the renovate/major-quarkusplatformversion branch from 978b066 to 13f3f13 Compare March 7, 2024 12:35
@renovate renovate bot force-pushed the renovate/major-quarkusplatformversion branch from 13f3f13 to 2e35eeb Compare March 15, 2024 19:08
@renovate renovate bot force-pushed the renovate/major-quarkusplatformversion branch from 2e35eeb to 17c59fb Compare March 27, 2024 15:01
@renovate renovate bot force-pushed the renovate/major-quarkusplatformversion branch from 17c59fb to 086997e Compare April 10, 2024 14:10
@renovate renovate bot force-pushed the renovate/major-quarkusplatformversion branch 2 times, most recently from ead66b9 to 00d9f0e Compare April 23, 2024 17:18
@renovate renovate bot force-pushed the renovate/major-quarkusplatformversion branch 2 times, most recently from 964f60b to 123dacd Compare May 22, 2024 12:23
@renovate renovate bot force-pushed the renovate/major-quarkusplatformversion branch from 123dacd to 8dc2a75 Compare May 22, 2024 15:35
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.

None yet

0 participants