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.6.3 (minor) #206

Merged
merged 1 commit into from
Dec 18, 2023
Merged

Update Quarkus to v3.6.3 (minor) #206

merged 1 commit into from
Dec 18, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 29, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

v3.6.3

Compare Source

Complete changelog
  • #​37690 - Regression in 3.6.2: ConfigDiagnostic NullPointerException: Cannot invoke "java.lang.CharSequence.toString()" because "s" is null
  • #​37688 - Do not use build cache when releasing
  • #​37669 - OIDC: Fix DEV UI startup when OIDC or Keycloak Dev Services is disabled
  • #​37667 - Disabling of Dev Services for Keycloak leads to startup error
  • #​37651 - Fix GraalVM version checker in order to accept other implementations
  • #​37563 - Consistent file URI for folders and jars
  • #​37559 - Quarkus throws NPE when trying to match unknown config files

v3.6.2

Compare Source

Complete changelog
  • #​37686 - Use standard URL when updating the website
  • #​37653 - Improve error message in REST Client when no matching readers found
  • #​37640 - Handle expireAfterWrite properly in the redis-cache config
  • #​37639 - Logging docs include build time config reference
  • #​37638 - Add scope tag to all injected MP Metrics
  • #​37623 - Add quarkus-funqy-amazon-lambda-deployment to the quarkus-bom
  • #​37617 - SmallRye GraphQL 2.6.1
  • #​37611 - Fix configuration of custom port for Elasticsearch dev services
  • #​37610 - Elasticsearch devservice port incorrect binding
  • #​37605 - Fix type in HeartbeatFilter example of rest-client-reactive doc
  • #​37599 - Bump kafka3.version from 3.6.0 to 3.6.1
  • #​37594 - Bump org.jetbrains.kotlinx:kotlinx-serialization-json from 1.6.1 to 1.6.2
  • #​37590 - Microprofile Metric Missing "Scope" Tag Only When Using Constructor Injection
  • #​37588 - Update the import.cypher script to use newer syntax
  • #​37581 - Support using commas to add extensions with CLI
  • #​37570 - Prevent concurrently running Jacoco ReportCreators to avoid report corruption
  • #​37565 - ArC: prevent duplicate bean discovery & detect duplicate bean identifiers
  • #​37564 - Invalid documentation for 'quarkus extension add'
  • #​37557 - Make docs/sync-web-site.sh recoverable
  • #​37553 - Register OpenAPI custom filters for reflection
  • #​37549 - Bump commons-io:commons-io from 2.15.0 to 2.15.1
  • #​37546 - Bump io.quarkus:quarkus-platform-bom-maven-plugin from 0.0.99 to 0.0.100
  • #​37545 - Bump org.junit.jupiter:junit-jupiter from 5.10.0 to 5.10.1
  • #​37536 - Fix != expression in @PreAuthorize check
  • #​37535 - Fix Snappy note about native
  • #​37526 - Spring security annotatiton PreAuthorize process equals and not equals in the same way
  • #​37520 - Properly match unknown config files for Windows
  • #​37513 - Save pathParamValues encoded and perform decoding when requested
  • #​37505 - Bump org.jboss.logmanager:log4j2-jboss-logmanager from 1.1.1.Final to 1.1.2.Final
  • #​37496 - Quarkus 3.6.0 generate wrong jacoco xml
  • #​37493 - upgrading from quarkus 3.5.3 to 3.6.0 java.lang.IllegalArgumentException: A case block for the string value already exist
  • #​37479 - Redis Cache ttl default value invalid setting
  • #​37357 - Runtime OpenAPI filters are not registered for reflection
  • #​37298 - Bump Keycloak version to 23.0.0
  • #​37187 - Bump org.apache.commons:commons-compress from 1.24.0 to 1.25.0
  • #​37129 - Bump org.jetbrains.kotlinx:kotlinx-serialization-json from 1.6.0 to 1.6.1
  • #​37128 - Bump org.junit:junit-bom from 5.10.0 to 5.10.1
  • #​37035 - Register methods of RESTeasy reactive parameter containers for reflection
  • #​36986 - Native not index method with SSE and throw NoSuchMethodException
  • #​36813 - config-yaml warning - unrecognized configuration file on Windows
  • #​36773 - "Unrecognized configuration file" when using YAML
  • #​35960 - PathParam URL encoded in quarkus-resteasy-reactive since quarkus 3.2.x

v3.6.1

Compare Source

Complete changelog
  • #​37486 - Revert "Unlist quarkus-resteasy-qute and quarkus-resteasy-reactive-qute"
  • #​37478 - Qute resteasy change in 3.6.0
  • #​37454 - Config: detect injected config value mismatch for missing values
  • #​37453 - Fix Panache bytecode enhancement for @Embeddable records
  • #​37449 - Update Apache Maven to 3.9.6
  • #​37447 - Add Content-Range header to 206 Partial Content file response
  • #​37444 - Injecting ConfigProperty of type Optional<List> not working in the native mode
  • #​37436 - Respect comma escapes in property value for @RolesAllowed.
  • #​37428 - Fix various minor issues in quarkus update
  • #​37426 - Fix typo configMapRefKey -> configMapKeyRef
  • #​37421 - Scheduler: register ApplicationNotRunning as bean even if quartz is used
  • #​37417 - Build fails when using the Quartz extension and @Scheduled(..., skipExecutionIf = Scheduled.ApplicationNotRunning.class)
  • #​37415 - Make Truffle from GraalVM 23.1 work in all Quarkus modes
  • #​37401 - Print correct profiles in native image
  • #​37400 - Improve reliability when downloading builder images from Quay.io
  • #​37398 - Revert "Build cache - Upload quarkus-ide-launcher-999-SNAPSHOT.jar"
  • #​37395 - Update Gradle to 8.5
  • #​37393 - Disable new Http2RSTFloodProtectionConfigTest on Windows
  • #​37392 - Update gradle to 8.5 and backport if possible to finish Java 21 dependencies
  • #​37384 - Stop disabling unsafe in netty at native-executable runtime
  • #​37382 - Update MAX_LTS_SUPPORTED_BY_KOTLIN to 21
  • #​37367 - Documentation: security auth mechanism guide must also list runtime form auth properties alongside build-time ones
  • #​37366 - Documentation: Fix OIDC credentials reference to secret key
  • #​37364 - Improve Docker Desktop detection
  • #​37361 - Do not fail the request in OidcClient filters if OidcClient is disabled
  • #​37360 - Disable OidcClientFilter at runtime for simpler application testing
  • #​37359 - Fix incorrect log dependency
  • #​37354 - Update Boucycastle to 1.77 and Boucycastle FIPS to 1.0.2.4
  • #​37351 - Upgrade to Jandex 3.1.6
  • #​37350 - Unlist quarkus-resteasy-reactive-qute and quarkus-resteasy-qute
  • #​37347 - Runtime (re)initialize Netty's PlatformDependent classes
  • #​37318 - Use batch mode for update-version.sh
  • #​37317 - Avoid asking for GPG passphrase on CI
  • #​37314 - Fix deprecated dev-v1 url with dev-ui in a few places
  • #​37300 - Prepare docs/sync-web-site.sh for automated releases
  • #​37294 - Fix the major version of Java 21
  • #​37292 - Bump testcontainers to 1.19.3 and use docker-java-bom
  • #​37291 - Bump org.jetbrains.kotlin:kotlin-gradle-plugin-api from 1.9.20 to 1.9.21 in /devtools/gradle
  • #​37280 - Bump Microsoft SQL Server JDBC driver to 12.4.2
  • #​37279 - Bump Microsoft SQL Server JDBC driver to 12.4.2
  • #​37271 - Docs: add keywords to Vert.x guides
  • #​37270 - Vert.x: report exception for blocking message consumer methods
  • #​37268 - Reactive REST Client: check for ClientRequestFilter when skipping @Provider auto-discovery
  • #​37252 - Use the default tenant resolver if the custom one does not resolve a tenant
  • #​37251 - Add a test showing how OIDC ID token can be propagated
  • #​37247 - Update kindcontainer to 1.4.4
  • #​37244 - Always execute a JPA password action
  • #​37228 - Add classes from additional JPA model build items to pre-generate proxies
  • #​37224 - Qute: dev mode - debug a problem with no-restart-template
  • #​37222 - RuntimeException in vertx is silently swallowed for blocking ConsumeEvents
  • #​37177 - QUARKUS_PROFILE=dev and '-Dquarkus.profile=dev' not working for native image
  • #​37108 - Warning about build time generated proxy for entity OutboxEvent in Hibernate Search
  • #​36892 - Update Kotlin to version 1.9.21, Mockito to 5.7.0
  • #​36747 - NoSuchMethodException when reading @Embeddable record
  • #​36735 - Failure to bump BouncyCastle FIPS version to 1.0.2.4 due to a native build failure
  • #​36242 - Quarkus cannot load Truffle/polyglot languages with the custom class loader.
  • #​17839 - Invalid memory configuration for netty maxDirectMemory in native image

v3.6.0

Compare Source

Major changes
  • #​37241 - Make improvements to REST Client SSE handling
Complete changelog
  • #​37242 - Support Docker Desktop for building native executables
  • #​37241 - Make improvements to REST Client SSE handling
  • #​37240 - Updates Infinispan to 14.0.21.Final
  • #​37238 - Build cache - Only store if the access key is around
  • #​37236 - Api to read minimum and recommended Java versions from catalog metadata
  • #​37221 - Image updates (including Java 21 base image)
  • #​37218 - Fix OpenTelemetry trace exclusion of endpoints served from the management interface
  • #​37213 - Add basic Range header support
  • #​37205 - Resteasy-reactive Partial Content support (Range: bytes http header)
  • #​37204 - Allow to define allowed roles as configuration expressions inside @SecureField annotation
  • #​37201 - Fixed sample code for KotlinModule initialization
  • #​37198 - Some minor refinements for build scans
  • #​37193 - AccessDeniedException error with build using native image on linux with Docker Desktop
  • #​37185 - Removed DependencyFlags.REMOVED
  • #​37170 - Fix snapshots following a collision of pull requests
  • #​37166 - Support custom Authorization schemes for OIDC bearer tokens
  • #​37162 - Bump org.apache.commons:commons-text from 1.10.0 to 1.11.0
  • #​37161 - Bump io.quarkus:quarkus-platform-bom-maven-plugin from 0.0.97 to 0.0.99
  • #​37158 - Bump com.unboundid:unboundid-ldapsdk from 6.0.9 to 6.0.10
  • #​37153 - Bump smallrye-jwt version to 4.4.0
  • #​37149 - Bump com.squareup.okio:okio from 1.17.2 to 1.17.6 in /bom/application
  • #​37107 - Rest client able to get full SSE event
  • #​37101 - Remove smallrye-opentracing from native tests modules in CI
  • #​37094 - Bump jakarta.json:jakarta.json-api from 2.1.2 to 2.1.3
  • #​37092 - Bump mongo-client.version from 4.11.0 to 4.11.1
  • #​37067 - SmallRye GraphQL 2.6 + custom scalar registration
  • #​37053 - Clarify dynamic Environment Variables name conversion
  • #​37004 - Move failsafe config to the root instead of in an execution
  • #​36976 - Error in JBossLoggerFinder during integration test
  • #​36804 - @SecureField add expression support
  • #​36801 - Add note that endpointdisabled does not work native
  • #​36746 - Allow using a random test port within Google Cloud Function tests
  • #​35476 - Random test port does not work together with google-cloud-functions extensions

v3.5.3

Compare Source

Complete changelog
  • #​37215 - Use LinkedHashMap for parts map to ensure user input order
  • #​37214 - MultipartFormDataOutput should use an ordered map instead of a HashMap
  • #​37210 - [3.5] Fix and adjust Quarkiverse extension template
  • #​37209 - Build cache - Additional tweaks
  • #​37206 - recognize quarkus.tls.trust-all property by keycloak-admin-client extension
  • #​37174 - Ignore files coming from quarkus-ide-launcher jar
  • #​37130 - Do not report unused deprecated runtime props with default value as used
  • #​37102 - Fix filter per extension in dev ui
  • #​37073 - Use 3.2 as the example stream for update-quarkus.adoc
  • #​37072 - Deprecated runtime configuration properties with default value are reported even though never used
  • #​37046 - Adjust Quarkiverse Antora doc templates a bit
  • #​36961 - Fix GraphQL WebSocket handling occurring before authorization

v3.5.2

Compare Source

Complete changelog
  • #​37120 - Bump Smallrye RM from 4.10.1 to 4.10.2
  • #​37104 - Make analytics tests more a bit more resilient
  • #​37090 - Add the actual coordinates of the MySQL driver
  • #​37070 - Security doc fix: Broken link and bad code snippet
  • #​37069 - Tiny tweaks based on QE feedback for Datasource guide
  • #​37068 - Updates infinispan client intelligence section
  • #​37058 - Bump com.fasterxml.jackson:jackson-bom from 2.15.2 to 2.15.3
  • #​37055 - Bump io.smallrye.config:smallrye-config-source-yaml from 3.4.1 to 3.4.4 in /devtools/gradle
  • #​37038 - Disable CustomManifestArgumentsTest on Windows
  • #​37032 - OpenAPI make sure basic auth auto detection work
  • #​37028 - Fix typos in reactive-sql-clients.adoc
  • #​37025 - Document how to log authentication failures for RESTEasy Reactive users migrating from the RESTEasy Classic
  • #​37019 - Address CVE-2023-21971 present in MySQL connector
  • #​37018 - Address CVE-2023-21971 present in MySQL connector
  • #​37015 - Bump org.eclipse.parsson:parsson from 1.1.4 to 1.1.5
  • #​37010 - Fix vale errors and some warnings in the OIDC Configuration Properties reference guide
  • #​37006 - Never register server specific providers in REST Client (fixed)
  • #​37003 - Small adjustments for documentation related content
  • #​37001 - Revert "Unblock SmallRye Health exposed routes"
  • #​36991 - Upgrade es-module-shims to 1.8.1
  • #​36985 - Generate a file with relations between guides
  • #​36983 - Fix discarded ObjectMapper configuration
  • #​36981 - Updates to Infinispan 14.0.20.Final
  • #​36968 - Send host.name in all spans
  • #​36953 - Workaround https://github.com/quarkusio/quarkus/issues/36952 alias https://github.com/jboss/jboss-parent-pom/issues/236 jboss-parent:40 still manages jdk-misc, but does not define version.jdk-misc anymore
  • #​36942 - Option TraceServiceLoaderFeature removed in GraalVM 23.1
  • #​36941 - Fix OTel Resource Attributes
  • #​36924 - Add keywords and topics for hibernate-search-orm-elasticsearch.adoc
  • #​36917 - Update SmallRye Config to 3.4.4
  • #​36914 - Reset databases/users for each Hibernate ORM tenancy test module
  • #​36912 - Avoid @TempDir in RestClientCDIDelegateBuilderTest
  • #​36884 - SmallRye Config property mapping mismatches from the property name in the generated config documentation
  • #​36868 - Native binary generated using quarkus, graalvm and picocli trying to read from .env folder in working directory
  • #​36856 - Lowercase env vars with hyphens are no picked up anymore in Quarkus 3.5.0 (e.g. in docker compose or Hashicorp Nomad)
  • #​36850 - ObjectMapper configuration is discarded in resteasy-reactive-jackson's JsonFactory
  • #​36847 - SmallRye Config error message suggests strange enum values when a bad value is passed
  • #​36753 - Fix order of defaults recording
  • #​36742 - DevUI resource error on main
  • #​36711 - Disable Http2RSTFloodProtectionTest on Windows
  • #​36578 - Maven CLI: add startWith matching into recipes detection
  • #​36573 - Maven CLI: add wildcard matching into recipes detection
  • #​36570 - Maven CLI: use recipes for platform extensions
  • #​36568 - Maven CLI: use recipes for platform extensions
  • #​36129 - auto-service-loader-registration fails with GraalVM CE 21+35.1
  • #​32049 - resteasy-reactive Interceptors don't get executed after Authorization failure
  • #​31024 - Resteasy Reactive client tries to use ContainerResponseFilter

v3.5.1

Compare Source

Complete changelog
  • #​36920 - Fix OIDC scope to permission mapping when scope is empty
  • #​36911 - OIDC "Permission must not be empty" with imported test realm since 3.5.0
  • #​36907 - Bump resteasy.version from 6.2.5.Final to 6.2.6.Final
  • #​36906 - [Docs] security-oidc-auth0-tutorial.adoc improvements
  • #​36901 - Fix formatting in the datasource docs
  • #​36895 - Docs: fix formatting of code snippet in the Micrometer tutorial
  • #​36889 - Build cache - Also exclude .cache for Spotless
  • #​36887 - Qute: fix validation of array index-based expressions
  • #​36885 - Handle generic types for ParamConverter in REST Client
  • #​36883 - Keycloak DevService: Improve error messages and documentation
  • #​36857 - Fix OIDC key resolver to accept SHA256 certificate thumbprints
  • #​36855 - OIDC key resolver fails to recognize an x5t#S256 thumbprint
  • #​36841 - TransactionalUniAsserterTest: test that injected argument is used
  • #​36830 - Reformat source code block title
  • #​36803 - Gradle plugin: use full URI for configuration source locations
  • #​36800 - Quarkus code-gen (Gradle): Fix behavior to filter unavailable services
  • #​36793 - Add jvmArgs option to Quarkus Gradle plugin task quarkusRun
  • #​36787 - Fix dead link in reactive-sql-clients.adoc
  • #​36776 - Exclude resteasy-client from lra-proxy-api in narayana-lra extension
  • #​36770 - Keycloak Admin Client Reactive: Fix typo that allows users to customize ObjectMapper
  • #​36767 - Gradle build does not work when an "application.properties" exists at the root of the project
  • #​36751 - Fix typo in reactive-event-bus.adoc
  • #​36741 - Fix sockjs documentation
  • #​36720 - Update OpenSearch container test configuration
  • #​36719 - Remove type from ResolverMapKey
  • #​36716 - Cannot build project with quarkus-cxf extension and custom ConfigSourceFactory: Provider not found
  • #​36713 - Ignore bridge methods and improve error message in @Embeddable annotation checks
  • #​36710 - Raise FileSystemWatcherTestCase wait times
  • #​36689 - Try to stabilize PausedSchedulerTest
  • #​36677 - OpenAPI.yaml with recursion
  • #​36663 - Disable VertxMDCTest on Windows
  • #​36646 - OpenAPI support to register schema for a type from 3rd party lib
  • #​36639 - RESTEasy Reactive does not call method ParamConverter#toString for collection elements
  • #​36638 - Codestarts: Add Entity annotation to Kotlin all-open
  • #​36637 - Deprecate the scala extension
  • #​36629 - Remove the pinned event example from the documentation
  • #​36609 - Add a custom OIDC identity provider test
  • #​36599 - TransactionalUniAsserter never fails with Hibernate Reactive
  • #​36598 - Use MongoDB 4.4 consistently
  • #​36596 - Fix version reporting and parsing
  • #​36593 - Allow for setting logging body limit programmatically
  • #​36582 - Unit test always succeeds in combination with hibernate-reactive & panache
  • #​36572 - Fix typos and a forgot backtick in the doc files
  • #​36571 - Fix the mailer connection pool when multiple mailers are used
  • #​36567 - @MailerName not working with different SMTP servers
  • #​36561 - Add auth mechanism to the Liquibase MongoDB connection string
  • #​36547 - Qute: make it possible to init a new EngineBuilder from an Engine
  • #​36546 - Fix URL for Dev UI es-shims
  • #​36542 - SmallRye GraphQL 2.5.1
  • #​36540 - Upgrade H2 to version 2.2.224
  • #​36538 - OTel flush timeout
  • #​36537 - Reset the Apicurio registry client in dev mode and tests
  • #​36514 - SmallRye OpenAPI 3.7.0 and Tests to check content type between Services and OpenAPI
  • #​36469 - oidc-client-graphql tests are failing with NPE
  • #​36450 - Don't emit null values from SSE
  • #​36435 - Bump Gradle version to 8.4
  • #​36434 - Unblock SmallRye Health exposed routes
  • #​36421 - Quarkus 3.4.x - Build failure: java.lang.Object is used as an embeddable but does not have an @Embeddable annotation
  • #​36297 - SmallRye OpenAPI 3.6.2 changes contract for post/put/delete/patch when consumes/produces content type is not defined
  • #​36067 - @ClientObjectMapper should run only once
  • #​35996 - Make Maven ITs less fragile
  • #​35666 - Quarkus Liquibase-MongoDB Extension is ignoring auth-mechanism and auth-mechanism-properties
  • #​35099 - Use a non-blocking handler for SmallRye Health Status
  • #​26557 - Continuous Testing with Apicurio DevService

v3.5.0

Compare Source

Complete changelog
  • #​36527 - Start MongoDB 4.4 instead of 4.0
  • #​36523 - Minor OIDC Auth0 updates
  • #​36518 - Allow for setting logging scope programmatically
  • #​36517 - Use Mandrel 23.1 in windows CI
  • #​36501 - Let custom OIDC token propagation filters customize the exchange status
  • #​36495 - Support external OTel exporters in CDI
  • #​36490 - Take ReaderInterceptor into account when reading SSE events
  • #​36487 - Upgrade to Liquibase 4.24.0
  • #​36485 - Fix typo in gradle-tooling.adoc
  • #​36474 - Fix some issues in getting-started-dev-services
  • #​36465 - Be more consistent in guides when creating projects/adding extensions
  • #​36464 - HTTP reference guide - HTTP/2 section update, drop JDK 8 note
  • #​36459 - Let custom OIDC token propagation filters provide client name
  • #​36457 - Update builder images to jdk-21
  • #​36453 - Upgrade Oracle JDBC driver to 23.3.0.23.09
  • #​36452 - Fix doc extension-add.adoc
  • #​36451 - Adjust extension name for consistency with rest of Quarkus
  • #​36446 - Regression: Liquibase fails to migrate on Quarkus start, crashing the application
  • #​36445 - Updates to Infinispan 14.0.19.Final
  • #​36442 - Use default content type when X-SSE header not set
  • #​36436 - Upgrade to Hibernate ORM 6.2.13.Final
  • #​36432 - Hibernate Reactive Panache: improve error message
  • #​36420 - Allow parallel execution of blocking health checks
  • #​36419 - Blocking Health Checks should be executed in parallel, not sequentially/ordered
  • #​36417 - Reduce timeout of the doc build to 60 minutes
  • #​36413 - Simplify virtual threads guide by pushing users to 21
  • #​36412 - Drop Optaplanner from the documentation
  • #​36411 - Drop panache topic from Hibernate Reactive guide
  • #​36410 - Add compatibility topic to Spring guides
  • #​36407 - Register RuntimeOverrideConfigSource in STATIC_INIT
  • #​36406 - AssembleDownstreamDocumentation - print guide name
  • #​36400 - Add topics and extensions metadata to guides
  • #​36367 - Bump org.wiremock:wiremock-standalone from 3.1.0 to 3.2.0
  • #​36365 - Bump de.flapdoodle.embed:de.flapdoodle.embed.mongo from 4.7.0 to 4.9.2
  • #​36360 - Drop the old Dev UI guide
  • #​36337 - Upgrade maven to version 3.9.5
  • #​36236 - No Panache session in REST endpoints defined by an interface
  • #​35931 - Add OIDC Auth0 extended tutorial
  • #​33548 - Pick random debug port when the configured one is taken
  • #​33363 - allow quarkus dev to pick random debug port

v3.4.3

Compare Source

Complete changelog
  • #​36408 - Ensure that SSE builder works in native
  • #​36404 - Do not exclude properties from recording that are available in sources that should always be included
  • #​36403 - IBM Db2 - Register resource bundle classes for reflection
  • #​36402 - Native Picocli build breaks SSE client
  • #​36399 - quarkus-jdbc-db2: resource bundle missing
  • #​36377 - Allow @ClientHeaderParam to override User-Agent
  • #​36371 - Fix issue in Java migration in dev-mode
  • #​36351 - Properly handle invalid response body errors in Reactive REST Client
  • #​36329 - Custom User-Agent header ignored
  • #​36326 - Cannot load fixed or default YAML configuration when running native build
  • #​36302 - Fix headers and preambles in all guides and reintroduce some keywords
  • #​36299 - quarkus-flyway: Java-Migration does not get picked up on live reload
  • #​36290 - Fixed URL for configuring JSON support
  • #​36257 - Rest client call hangs when receiving an invalid chunked response and does not release resources (e.g. Bulkhead semaphore)
  • #​36147 - Bump org.eclipse.parsson:parsson from 1.1.2 to 1.1.4
  • #​36096 - Build cache - Use notCacheableBecause instead of storeEnabled
  • #​35929 - Do not store build cache for core extensions having config
  • #​35927 - Build cache - Core extensions containing config shouldn't be cached
  • #​35769 - Default response content type using GraphQL spec

v3.4.2

Compare Source

Complete changelog
  • #​36274 - Fix title of upx.adoc
  • #​36261 - Upgrade to Hibernate Search 6.2.2.Final
  • #​36254 - Fix typo in transaction.adoc
  • #​36241 - Update Snappy to version 1.1.10.5
  • #​36231 - Update dev-ui-v2 documentation
  • #​36230 - Fix RunOnVirtualThread typo
  • #​36223 - Fix Liquibase on Windows 11
  • #​36221 - Bump org.apache.avro:avro from 1.11.2 to 1.11.3 in /bom/application
  • #​36197 - Fix broken collection assignability check
  • #​36184 - Update support metadata updates to OpenTelemetry and Jaeger extensions
  • #​36181 - Mention RestMulti in error message for dynamic media type in Multi
  • #​36176 - Dev-UI: Fix Test screen
  • #​36170 - RestEasyReactive Client no longer maps List items in query param as multivalued query field in JDK21
  • #​36160 - Improve handling of broken accept headers in MediaTypeHeaderDelegate
  • #​36159 - Resteasy Reactive incorrectly handles broken accept header
  • #​36149 - Add note about JDK version in AppCDS doc
  • #​36143 - Fix Authorization of Web Endpoints link
  • #​36126 - Properly cache ContextResolver usage for ObjectMapper
  • #​36123 - Make rest-client invocation context implement ArcInvocationContext
  • #​36118 - Restclient @WithSpan throws in java.lang.ClassCastException
  • #​36116 - Remove link to Dev UI v1 as it is now gone
  • #​36115 - User provided ServiceAccount always takes precedence over extensions
  • #​36111 - Make JBang Catalog calls from CLI not fatal
  • #​36109 - Creating an app via code.quarkus.io still advertises dev-v1 in the welcome page
  • #​36104 - Fix duplicate circuit breaker name detection
  • #​36097 - Respect user provided description of cli plugins
  • #​36089 - Kubernetes serviceaccount setting ignored
  • #​36087 - Fix build failure when using generic embeddable types
  • #​36077 - Quarkus 3.4.1 fails to start in dev mode
  • #​36075 - Fault tolerance in RestClient issues
  • #​36067 - @ClientObjectMapper should run only once
  • #​36065 - JPA: Using generic @Embeddable in Entities produces io.quarkus.builder.BuildException
  • #​36063 - Fix version after which org.graalvm.nativeimage needs to be exported
  • #​36062 - Don't register subresource for reflection based on their use as a return type
  • #​36060 - Make OIDC Google example more complete
  • #​36056 - Declare Java 21 as a LTS version
  • #​36053 - WARNING: Unknown module: org.graalvm.nativeimage specified to --add-exports when using Mandrel 23.0.1
  • #​36050 - Quarkus 3.3.3 - injecting UserTransaction generates Jandex warnings on startup
  • #​36039 - Fix gRPC interceptors lookup in Micrometer binders
  • #​36038 - Properly add @CheckReturnValue
  • #​36035 - Fix Dev UI Info where Full Git details
  • #​36027 - Dev UI: Info needs to know which git commit id selects
  • #​36025 - Don't use RuntimeDelegate in ResponseHandler
  • #​36024 - ClassCastException with RESTEasy reactive and a Jersey client
  • #​35887 - Document bug in Reactive Extensions of the Oracle JDBC driver
  • #​35715 - Duplicate annotation for class: interface io.smallrye.common.annotation.CheckReturnValue
  • #​35571 - Fix "my second guide" title, and cross-link
  • #​34562 - Fix duration converter with multiple units
  • #​34296 - Initialize build runner in AwtProcessor before usage
  • #​33053 - Document happy path Google auth and augmentation
  • #​33030 - Native image with liquibase on Windows 11
  • #​30080 - OIDCWiremockTestResource and password authorisation

v3.4.1

Compare Source

Major changes
  • #​35732 - Rework how to enable/activate Flyway
Complete changelog
  • #​36000 - Bump org.eclipse.jgit:org.eclipse.jgit from 6.6.0.202305301015-r to 6.6.1.202309021850-r in /docs
  • #​35999 - Bump org.eclipse.jgit:org.eclipse.jgit from 6.6.0.202305301015-r to 6.6.1.202309021850-r in /bom/application
  • #​35990 - Don't ignore empty SSE events in client
  • #​35987 - Improve the way HTTP authorizer logs exceptions
  • #​35981 - Fix link to AWS Lambda SnapStart in documentation
  • #​35979 - Add @ConfigDocEnumValue & @ConfigDocDefault to writing-extensions guide
  • #​35977 - Recompute cached value when the Redis connection fails
  • #​35975 - OIDC: AuthenticationRedirectionException after successful login
  • #​35968 - Warn when wrong token proxy is accessed
  • #​35966 - SSE: Reactive SseEventSource client doesn't consume empty events
  • #​35964 - OIDC: NPE when accessing IdToken when Bearer access token is sent
  • #​35959 - Log invalid CORS origin and method
  • #​35958 - [GraalVM 24.0] Hibernate ORM elasticsearch native integration tests fail with return type mismatch
  • #​35956 - Fix return type of hibernate-search substitution
  • #​35949 - Properly initialize reactive Pool beans
  • #​35938 - Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /bom/application
  • #​35937 - Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 in /independent-projects/tools
  • #​35926 - Fix use of multiple @ClientXXX annotations in REST Client Reactive
  • #​35925 - Add a property to bypass cache mechanism in case of Redis failure
  • #​35919 - Honor OIDC logout requests when ID token has expired
  • #​35914 - Prevent recording configuration coming from Gradle
  • #​35900 - Fix RESTEasy CDI dependency issue
  • #​35899 - Add note about unsupported @Lock in Spring Data JPA
  • #​35895 - Update liquibase to 4.23.2, liquibase-mongodb to 4.23.1
  • #​35889 - UriInfo can not be injected in presence of quarkus-rest-client dependency
  • #​35886 - OTel Scope.close() warning improvement
  • #​35885 - Applying the QE feedback for the Logging guide
  • #​35884 - Application fails to start when eactive restclient uses both ClientExceptionMapper and ClientObjectMapper
  • #​35883 - Bring back the HTTP console commands
  • #​35879 - Quarkus 3.4.0.CR1 does not have HTTP commands in dev mode
  • #​35858 - NullPointerException when entity primary key has the type byte[]
  • #​35777 - Add a note about HR not being a replacement for ORM
  • #​35732 - Rework how to enable/activate Flyway
  • #​35728 - OIDC logout not working for virtual callback paths, if id_token is expired but session cookie is present
  • #​35690 - Upgrade to Hibernate ORM 6.2.9.Final and HR 2.0.5.Final
  • #​35655 - Flyway does not work without default datasource 3.3
  • #​35528 - flyway with one supported and one unsupported Db throws exception at startup

v3.4.0

Compare Source

Complete changelog
  • #​35888 - Restore missing parameters in OIDC Dev UI client cred and password SwaggerUI/GraphQL handlers
  • #​35870 - Use default Vert.x client settings in OTel exporters
  • #​35866 - Automatic TLS support in new Vert.x based open telemetry implementation
  • #​35862 - Only remove OTLP trace services when otlp is not configured
  • #​35846 - Fixes aggregation of configurations with two different executions ids
  • #​35844 - Improve description of the duration format in configuration documentation
  • #​35840 - Updates Infinispan to 14.0.17.Final
  • #​35831 - Quarkus aggregate configurations from different executions that share the same goal
  • #​35822 - Check that embedded property types are marked as @Embeddable
  • [#​35817](https://togithub.com/quarkusio/quarkus/

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/quarkus branch 2 times, most recently from 78c75c2 to 33b3882 Compare July 2, 2023 07:04
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-maven-plugin to v3.2.0.Final Update Quarkus to v3.2.0.Final (minor) Jul 5, 2023
@renovate renovate bot force-pushed the renovate/quarkus branch from 33b3882 to 16b5038 Compare July 5, 2023 10:03
@renovate renovate bot changed the title Update Quarkus to v3.2.0.Final (minor) Update Quarkus (minor) Jul 19, 2023
@renovate renovate bot force-pushed the renovate/quarkus branch from 16b5038 to 04cc3d6 Compare July 19, 2023 14:02
@renovate renovate bot changed the title Update Quarkus (minor) Update Quarkus to v3.2.1.Final (minor) Jul 19, 2023
@renovate renovate bot force-pushed the renovate/quarkus branch 2 times, most recently from a5363d2 to 329b6ba Compare July 21, 2023 15:28
@renovate renovate bot changed the title Update Quarkus to v3.2.1.Final (minor) Update Quarkus (minor) Jul 21, 2023
@renovate renovate bot changed the title Update Quarkus (minor) Update Quarkus to v3.2.2.Final (minor) Jul 22, 2023
@renovate renovate bot force-pushed the renovate/quarkus branch from 329b6ba to 5796f4a Compare July 22, 2023 18:53
@renovate renovate bot force-pushed the renovate/quarkus branch from 5796f4a to 82569e6 Compare August 2, 2023 13:47
@renovate renovate bot changed the title Update Quarkus to v3.2.2.Final (minor) Update Quarkus (minor) Aug 2, 2023
@renovate renovate bot force-pushed the renovate/quarkus branch from 82569e6 to 437ca90 Compare August 2, 2023 19:35
@renovate renovate bot changed the title Update Quarkus (minor) Update Quarkus to v3.2.3.Final (minor) Aug 2, 2023
@renovate renovate bot force-pushed the renovate/quarkus branch from 437ca90 to cd49a0b Compare August 11, 2023 16:39
@renovate renovate bot changed the title Update Quarkus to v3.2.3.Final (minor) Update Quarkus (minor) Aug 11, 2023
@renovate renovate bot force-pushed the renovate/quarkus branch from cd49a0b to aeacb78 Compare August 11, 2023 18:33
@renovate renovate bot changed the title Update Quarkus (minor) Update Quarkus to v3.2.4.Final (minor) Aug 11, 2023
@renovate renovate bot force-pushed the renovate/quarkus branch from aeacb78 to f916701 Compare August 16, 2023 16:59
@renovate renovate bot changed the title Update Quarkus to v3.2.4.Final (minor) Update Quarkus (minor) Aug 16, 2023
@renovate renovate bot force-pushed the renovate/quarkus branch from f916701 to 4400dc5 Compare August 23, 2023 10:12
@renovate renovate bot changed the title Update Quarkus (minor) Update Quarkus to v3.3.0 (minor) Aug 23, 2023
@renovate renovate bot changed the title Update Quarkus to v3.3.0 (minor) Update Quarkus (minor) Aug 28, 2023
@renovate renovate bot force-pushed the renovate/quarkus branch 2 times, most recently from 8050182 to 50ffd94 Compare August 29, 2023 14:25
@renovate renovate bot changed the title Update Quarkus (minor) Update Quarkus to v3.3.1 (minor) Aug 29, 2023
@renovate renovate bot force-pushed the renovate/quarkus branch from 50ffd94 to 2744b32 Compare September 5, 2023 17:11
@renovate renovate bot changed the title Update Quarkus to v3.3.1 (minor) Update Quarkus (minor) Sep 5, 2023
@renovate renovate bot force-pushed the renovate/quarkus branch from 4ea5f2b to ad74afb Compare November 9, 2023 01:16
@renovate renovate bot changed the title Update Quarkus (minor) Update Quarkus to v3.5.1 (minor) Nov 9, 2023
@renovate renovate bot force-pushed the renovate/quarkus branch from ad74afb to a61be20 Compare November 16, 2023 12:01
@renovate renovate bot changed the title Update Quarkus to v3.5.1 (minor) Update Quarkus (minor) Nov 16, 2023
@renovate renovate bot force-pushed the renovate/quarkus branch from a61be20 to 104ef82 Compare November 16, 2023 16:18
@renovate renovate bot changed the title Update Quarkus (minor) Update Quarkus to v3.5.2 (minor) Nov 16, 2023
@renovate renovate bot force-pushed the renovate/quarkus branch from 104ef82 to e63ebb5 Compare November 21, 2023 16:50
@renovate renovate bot changed the title Update Quarkus to v3.5.2 (minor) Update Quarkus (minor) Nov 21, 2023
@renovate renovate bot changed the title Update Quarkus (minor) Update Quarkus to v3.5.3 (minor) Nov 22, 2023
@renovate renovate bot force-pushed the renovate/quarkus branch 2 times, most recently from 2b90bbd to 88e85c1 Compare November 22, 2023 16:26
@renovate renovate bot changed the title Update Quarkus to v3.5.3 (minor) Update Quarkus (minor) Nov 22, 2023
@renovate renovate bot force-pushed the renovate/quarkus branch from 88e85c1 to 1395937 Compare November 29, 2023 12:51
@renovate renovate bot changed the title Update Quarkus (minor) Update Quarkus to v3.6.0 (minor) Nov 29, 2023
@renovate renovate bot force-pushed the renovate/quarkus branch from 1395937 to 33e40a6 Compare December 5, 2023 17:09
@renovate renovate bot changed the title Update Quarkus to v3.6.0 (minor) Update Quarkus (minor) Dec 5, 2023
@renovate renovate bot force-pushed the renovate/quarkus branch from 33e40a6 to 2f2d63e Compare December 5, 2023 22:36
@renovate renovate bot changed the title Update Quarkus (minor) Update Quarkus to v3.6.1 (minor) Dec 5, 2023
@renovate renovate bot force-pushed the renovate/quarkus branch from 2f2d63e to c429bde Compare December 12, 2023 12:51
@renovate renovate bot changed the title Update Quarkus to v3.6.1 (minor) Update Quarkus (minor) Dec 12, 2023
@renovate renovate bot force-pushed the renovate/quarkus branch from c429bde to 7ce1c8e Compare December 12, 2023 16:58
@renovate renovate bot changed the title Update Quarkus (minor) Update Quarkus to v3.6.2 (minor) Dec 12, 2023
@renovate renovate bot force-pushed the renovate/quarkus branch from 7ce1c8e to 5fb8a9f Compare December 12, 2023 21:59
@renovate renovate bot changed the title Update Quarkus to v3.6.2 (minor) Update Quarkus (minor) Dec 12, 2023
@renovate renovate bot force-pushed the renovate/quarkus branch from 5fb8a9f to 883884e Compare December 13, 2023 09:49
@renovate renovate bot changed the title Update Quarkus (minor) Update Quarkus to v3.6.3 (minor) Dec 13, 2023
@renovate renovate bot force-pushed the renovate/quarkus branch from 883884e to 13690f1 Compare December 18, 2023 09:11
@JohT JohT merged commit 2e21b0f into master Dec 18, 2023
6 checks passed
@JohT JohT deleted the renovate/quarkus branch December 18, 2023 09:20
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.

1 participant