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 (minor) #297

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

Update Quarkus (minor) #297

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 23, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

v3.13.0

Compare Source

v3.12.3

Compare Source

Complete changelog
  • #​40349 - HandleRequestCollectionHelper for Quarkus Amazon Lambda
  • #​40464 - Fix correct parsing of collections in AmazonLambdaRecorder
  • #​41592 - Update quarkus-build-caching-extension to 1.3
  • #​41677 - Infinispan extension needs to include Wildly SASL providers in the native executable
  • #​41688 - Infinispan Extension adds SASL to reflective classes
  • #​41717 - quarkus-scheduler trigger getNextFireTime does not consider cron timezone
  • #​41746 - SmallRye Health leaks MDC properties between health checks
  • #​41778 - Scheduler: fix Trigger#getNextFireTime() for cron-based jobs
  • #​41787 - Use SecureDirectoryStream to avoid FS problems and fix other minor issues in IoUtils
  • #​41811 - Resteasy Reactive AsyncFile is never closed
  • #​41814 - Fix code example for JSON serialisation in rest guide
  • #​41815 - Create new vertx context for blocking health checks
  • #​41818 - 3.12.1 - InvalidPathException quarkus-rest-kotlin Configuration.lockfile
  • #​41824 - Properly close AsyncFile in Quarkus REST
  • #​41836 - Module java.security.jgss should export sun.security.jgss
  • #​41847 - Bump com.gradle:quarkus-build-caching-extension from 1.3 to 1.4
  • #​41856 - WebSockets Next: broadcasting fixes
  • #​41872 - Bump com.gradle:quarkus-build-caching-extension from 1.4 to 1.5
  • #​41896 - Fix flaky InputCollectionOutputCollectionLambdaTest
  • #​41902 - Use quarkusConditional prefix for Quarkus conditional dependency configurations
  • #​41911 - Bump com.gradle:quarkus-build-caching-extension from 1.5 to 1.6
  • #​41924 - Fix formatting issue in security-openid-connect-client-reference.adoc

v3.12.2

Compare Source

Complete changelog
  • #​39515 - Programmatic Cache API does not preserve Vertx Duplicate Context
  • #​41081 - ContextNotActiveException in SecurityIdentityAugmentor since Quarkus 3.10
  • #​41182 - Running Quarkus CLI rewrites gradle.properties
  • #​41236 - Liquibase fails when changelog file is not the default resource path
  • #​41304 - Update the MappingStructure constant in the docs to match the enum value
  • #​41530 - Fix liquibase issue with resource path
  • #​41535 - Log records show the hostname on which the native executable was generated
  • #​41567 - Quarkus REST abstract resources with @Path requires impl. to be CDI beans while RESTEasy does not
  • #​41597 - Bump narayana.version from 7.0.1.Final to 7.0.2.Final
  • #​41600 - GraphQL Query generated from windows doesn't work
  • #​41605 - Bump kubernetes-client-bom from 6.13.0 to 6.13.1
  • #​41606 - Allow use of abstract classes in Quarkus REST in the same way as interfaces
  • #​41609 - Fix bytecode recording issue when default method is used as a getter
  • #​41625 - Error when deploying to OpenShift
  • #​41637 - Lock docker image version for the OTel Collector
  • #​41647 - Handle duplicated Vert.x context in CaffeineCacheImpl
  • #​41649 - Fix a broken xref to configuration-based-tenant-resolver
  • #​41650 - Fix broken xrefs to configuration-based-tenant-resolver
  • #​41654 - Register @JsonNaming value for reflection
  • #​41659 - Since 3.12.0 filesystem write access during container build IT tests results in AccessDeniedException
  • #​41662 - Update quarkus-project-develocity-extension to 1.1.3
  • #​41664 - Reinitialize the SmallRye HostName class as well
  • #​41669 - Dev mode always complaining about module-info not being supported
  • #​41670 - Only warn about module-info if it exists
  • #​41672 - Docs: Remove additional ) at the end
  • #​41676 - Don't always set the user parameter when starting container in tests
  • #​41685 - SmallRye GraphQL: added \r to PATTERN_NEWLINE_OR_TAB
  • #​41707 - Fix native issue with @Providers when only the REST Client exists
  • #​41716 - BugFix fixed comparison of field with itself
  • #​41720 - Bump com.fasterxml.jackson:jackson-bom from 2.17.1 to 2.17.2
  • #​41721 - Fix Quarkus REST concurrent modification exception when making abstract resource classes inheritors beans
  • #​41730 - Probable bug in VertxCoreProcessor line 372
  • #​41732 - Probable bug in AsyncResponseImpl lines 156 183
  • #​41737 - Update telemetry-micrometer.adoc
  • #​41752 - Fix bug in AsyncResponseImpl#register
  • #​41753 - Fix * handling of debug configuration in VertxCoreProcessor
  • #​41762 - Avoid storing timestamp in Gradle.properties
  • #​41763 - For NOTE and TIP, use admonition syntax instead of ID syntax
  • #​41768 - Using safe Integer comparison
  • #​41779 - WebSockets Next: Dev UI fixes
  • #​41791 - Update keycloak version to 25.0.0 in security docs

v3.12.1

Compare Source

Complete changelog
  • #​39575 - Quarkus devmode crashes on JDK >= 22 (Windows)
  • #​40834 - Flyway documentation should mention required database modules
  • #​40904 - Bump aesh (2.7 to 2.8.2) & aesh-readline (2.4 to 2.6)
  • #​41224 - QuarkusComponentTest -> No ParameterResolver registered for parameter
  • #​41237 - InvalidPathException on Windows with web-dependency-locator and webRoot
  • #​41260 - Update to maven 3.9.8
  • #​41271 - Small Windows fixes for web dev and welcome page
  • #​41275 - Improve Infinispan cache guide
  • #​41279 - WebSockets Next - client: document TLS registry configuration
  • #​41280 - WebSockets Next: document the client API
  • #​41285 - Config Doc - LGTM doc is not expanded
  • #​41291 - Work around config doc issues for LGTM
  • #​41296 - Overriding Kafka topic name using ENV variables fails with : SRMSG00071: Invalid channel configuration - the connector attribute must be set for channel
  • #​41305 - QuarkusComponentTest: fix @InjectMock inconsistency
  • #​41316 - Live reloading an app with quarkus-hibernate-search-standalone-elasticsearch results in UncaughtExceptions being logged
  • #​41318 - Update SmallRye Config to 3.8.3
  • #​41325 - Use AutoCloseableDestroyer for the standalone search mapping bean
  • #​41329 - Resolve conditional dependencies using named configurations instead of detached ones
  • #​41331 - WebSockets Next: fix OnOpen callback that returns Buffer/byte[]
  • #​41332 - Make the identifier error message consistent with the rules
  • #​41338 - WebSockets Next: document the client API
  • #​41339 - Updates to Infinispan 15.0.5.Final and Protostream 5.0.5.Final
  • #​41344 - Stork environment variable resolution not working properly
  • #​41347 - Document TLS configuration for WebSockets Next
  • #​41351 - OpenTelemetry gRPC OTLP traces exporter sometimes throws NPE on app shutdown when HTTP2 connection stream is closed
  • #​41354 - MessageBodyWriter not selected went no Accept header is set
  • #​41358 - Small cleanup in Hibernate ORM extension
  • #​41361 - quarkus-quartz: programmatic scheduling of async tasks with jdbc-cmt breaks application startup
  • #​41363 - Add launch instructions to command mode guide
  • #​41366 - Bump org.jboss.resteasy.spring:resteasy-spring-web from 3.1.2.Final to 3.1.3.Final
  • #​41370 - Quartz fix to use correct async constant
  • #​41371 - Unindexed qualifier throws NPE when ArcProcessor validates beans
  • #​41372 - DevUI: Endpoints error using Quarkus MyFaces extension (works in 3.8.4 LTS)
  • #​41376 - Resteasy tries to instantiate abstract classes since Quarkus 3.3
  • #​41381 - Quartz: add a test for programmatic job metadata
  • #​41398 - Bump io.smallrye.config:smallrye-config-source-yaml from 3.8.2 to 3.8.3 in /devtools/gradle
  • #​41401 - Bump com.github.javaparser:javaparser-core from 3.26.0 to 3.26.1
  • #​41404 - Gradle quarkusGenerateCode runs far too often
  • #​41408 - Bump io.fabric8:maven-model-helper from 36 to 37
  • #​41411 - Ensure that MessageBodyWriter is passed the proper media type
  • #​41413 - WebSockets Next: fix the default unhandled-failure-strategy
  • #​41416 - SmallRye GraphQL 2.8.5
  • #​41428 - Make sure Gradle cache is not confused by maps
  • #​41438 - Avoid exporter related exceptions when application has been shutdown
  • #​41439 - WebSockets Next: add limit of messages kept for a Dev UI connection
  • #​41444 - Adding image building with podman to cli
  • #​41447 - Bump org.jetbrains.kotlinx:kotlinx-serialization-json from 1.7.0 to 1.7.1
  • #​41448 - Make 404 page work on Undertow
  • #​41451 - Qute: StackOverflowError due to nested #include and #insert directives
  • #​41458 - SmallRye GraphQL 2.8.6
  • #​41465 - Ignore abstract jakarta.ws.rs.core.Application classes
  • #​41468 - Split package in "io.fabric8.kubernetes.api.model" since Quarkus 3.12.0
  • #​41471 - Some love for the JFR extension
  • #​41472 - Revert "Remove split package ignored list as no entries remain"
  • #​41480 - Add missing guide link for websockets next
  • #​41505 - Register additional caches for reflection for expire-after-access config option
  • #​41509 - Revert bump of Jib to 0.27.1
  • #​41513 - Quarkus CLI - Some expected errors lead to a stacktrace and they shouldn't
  • #​41514 - Arc - Add null check when trying to load qualifier class
  • #​41517 - Qute: fix possible stack overflow error in InsertSectionHelper
  • #​41548 - Redis error: Pool initialized with SSL but connection requested plain socket
  • #​41560 - Update Flyway guide dependency section
  • #​41572 - Bump ubi image to 1.19 for jib
  • #​41573 - Redis Client - Enable TLS/SSL Only with rediss:// Scheme
  • #​41586 - Fix markup error in telemetry-micrometer guide
  • #​41587 - Make sure generated quarkus-artifact.properties is stable
  • #​41595 - Bump flyway.version from 10.15.0 to 10.15.2
  • #​41601 - Use correct property in JWT key file examples
  • #​41633 - Catch exceptions when running checkMissingCommand

v3.12.0

Compare Source

v3.11.3

Compare Source

Complete changelog
  • #​39909 - [3.2] [3.8] Empty welcome page on new projects for old versions of Quarkus
  • #​40614 - HTTP Access Logs should allow ISO 8601 date format
  • #​40851 - kafka metrics : label kafka_version=unknown in native mode
  • #​40970 - Upgrade SmallRye BeanBag to 1.5.0
  • #​41110 - Quarkus REST: various issues with lastModified dates
  • #​41121 - Avoid using outdated OpenRewrite config in quarkus update
  • #​41123 - Quarkus REST: Fix two Date issues regarding preconditions
  • #​41146 - Add documentation about the Quarkus REST's @Separator
  • #​41202 - Introduce finer version control for codestarts and use it
  • #​41218 - Bump io.smallrye.beanbag:smallrye-beanbag-bom from 1.5.0 to 1.5.1
  • #​41221 - Bump io.smallrye.beanbag:smallrye-beanbag-maven from 1.5.0 to 1.5.1
  • #​41252 - Document DateTimeAttribute's %{time, form
  • #​41254 - Fix index.html for compat before 3.9 and dynamic index
  • #​41278 - Add kafka-version.properties as native image resource
  • #​41287 - Upgrade SmallRye BeanBag to 1.5.2

v3.11.2

Compare Source

Complete changelog
  • #​40164 - Gradle quarkusDev fails with usage analytics enabled
  • #​40502 - Remote development mode: access denied on /deployments files
  • #​40536 - WebSockets Next: close the connection if the security identity has expired
  • #​40648 - WebSockets Next: provide strategies to process unhandled failures
  • #​40655 - WebSockets Next: provide strategies to process unhandled failures
  • #​40657 - Prevent abort because of a throwable
  • #​40848 - devmode breaks when updating pom.xml
  • #​40852 - @CacheResult with method returning Uni makes cache exceed its maximum size
  • #​40857 - WebSocket NEXT: automatically close connection when OIDC extension provides SecurityIdentity and token expires
  • #​40914 - Clarify kafka commit strategy "latest" in documentation
  • #​40916 - Improve OIDC warning when a session encryption key is generated
  • #​40929 - open classes/files listed in devui in IDE
  • #​40978 - Kafka commit strategy: clarify risk of message loss on latest
  • #​40981 - Params need double URL-safe-encoding for use with WebSocketConnector
  • #​40984 - Replace 'bare mortal' with a more idiomatic English expression
  • #​40987 - NamedQuery inside repository
  • #​40989 - Config doc - Don't enforce the height
  • #​40991 - Misspelled url for an webjar resource thows exception instead of 404
  • #​40992 - WebSockets Next client: encode path param values automatically
  • #​41007 - Make sure quarkusXXXCompileOnlyConfiguration extends from platform configuration
  • #​41008 - Add docs note about writing extension with Java and Maven
  • #​41014 - Fix open-in-ide
  • #​41018 - Fix invalid webjar to show 404
  • #​41021 - Docs: Added missing annotation parameter name
  • #​41023 - [3.11] Revert "Improve loading of classes in RunnerClassLoader"
  • #​41025 - WebSocket Next Server-Side Streaming cancelation
  • #​41029 - Remote Development Mode docker permissions
  • #​41036 - Fix log warning when application port is already used
  • #​41043 - Make sure we transmit the actual debug port to next dev mode run
  • #​41044 - WebSockets Next: cancel returned Multi if the connection is closed
  • #​41046 - Fix Asciidoc callouts in "Deploying to Kubernetes" documentation
  • #​41049 - Qute: fix regression for optimized generated value resolvers
  • #​41053 - Docs: clarify named queries for Panache
  • #​41054 - Fix RESTEasy Classic GZIP max input in native mode
  • #​41060 - Invalid encoding of '?' in query parameter values by Encode.encodeQueryParam
  • #​41062 - Fix encoding of '?' in query parameter values by Encode.encodeQueryParam(..)
  • #​41064 - Use latest SmallRye Context Propagation
  • #​41083 - Bump up quarkus-build-caching-extension to 1.2
  • #​41090 - Update Agroal exception message in docs
  • #​41097 - Changing Accept Header in PreMatching filter isn't considered by MessageBodyWriter
  • #​41106 - Delegate to the correct method in TransactionScopedStatelessSession#fetch
  • #​41111 - Take MediaType set in pre-match filter into when returning Response
  • #​41113 - Initialization Tasks failing
  • #​41117 - Fix NPE when QUARKUS_INIT_AND_EXIT is used

v3.11.1

Compare Source

Complete changelog
  • #​40431 - Better exception when accessing two non-XA datasources in a transaction
  • #​40536 - WebSockets Next: close the connection if the security identity has expired
  • #​40753 - Podman on linux doc: prefix the remote socket path with unix://
  • #​40759 - Bump resteasy.version from 6.2.8.Final to 6.2.9.Final
  • #​40768 - Podman guide for Linux is incorrect
  • #​40771 - Fix collapsing when there are several keys
  • #​40779 - Bump Agroal from 2.3 to 2.4
  • #​40793 - Fix javadoc for TransactionManagerBuildTimeConfig
  • #​40797 - Revert "Bump jakarta.authorization:jakarta.authorization-api from 2.1.0 to 3.0.0"
  • #​40800 - Trivial: Update matcher in component test test to catch single test case
  • #​40802 - Control data used in path expression when running remote-dev
  • #​40808 - Move allowUnsafeMultipleLastResources call to runtime init
  • #​40822 - Improve @SecureField detection lookup exclusions
  • #​40842 - getting-started: grammar: append->appended
  • #​40855 - Bump Hibernate Reactive to 2.3.1.Final
  • #​40864 - Move hibernate-orm/deployment devmode tests to a separate surefire execution
  • #​40874 - quarkus.package.decompiler warning in quarkus 3.10+
  • #​40876 - Fix error in fix for decompiler config
  • #​40886 - Regression: Unexpected DisabledOidcClientException
  • #​40888 - Use right decompiler prop name in docs
  • #​40894 - Fix a disabled OidcClient REST client issue
  • #​40898 - Fix onError for Dev UI streaming
  • #​40902 - Correct broken markup in the security-customization.adoc
  • #​40910 - Bump com.nimbusds:nimbus-jose-jwt from 9.39.1 to 9.39.3
  • #​40936 - Polish Infinispan Dev Service logging
  • #​40956 - Fix properties still using Hibernate ORM 6.4 / Hibernate Search 7.0 in POMs
  • #​40967 - Fix Typo In Open Telemetry Documentation

v3.11.0

Compare Source

v3.10.2

Compare Source

Complete changelog
  • #​40100 - Warning: RecomputeFieldValue.FieldOffset automatic substitution failed.
  • #​40324 - REST Client @RestForm List<T> inside of a @BeanParam bean does not convert
  • #​40482 - Bump org.bouncycastle:bc-fips from 1.0.2.4 to 1.0.2.5
  • #​40642 - Bump org.bouncycastle:bctls-fips from 1.0.18 to 1.0.19 in /bom/application
  • #​40644 - Bump testcontainers.version from 1.19.7 to 1.19.8
  • #​40653 - Fix List form handling in REST Client bean params
  • #​40660 - [3.10] Always record original default values
  • #​40681 - Set correct config key when performing a native build from Gradle
  • #​40685 - Fix OIDC ID token verification failure message
  • #​40698 - Reinitialize shaded com.google.protobuf.UnsafeUtil class

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
quarkusio/quarkus-platform (io.quarkus:quarkus-universe-bom)

v3.12.3

Compare Source

v3.12.2

Compare Source

v3.12.1

Compare Source

v3.12.0

Compare Source

v3.11.3

Compare Source

v3.11.2

Compare Source

v3.11.1

Compare Source

v3.11.0

Compare Source

v3.10.2

Compare Source

v3.10.1

Compare Source

v3.10.0

Compare Source


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/quarkus branch 3 times, most recently from 345cda8 to be484e2 Compare April 30, 2024 11:19
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-maven-plugin to v3.10.0 Update Quarkus to v3.10.0 (minor) Apr 30, 2024
@renovate renovate bot changed the title Update Quarkus to v3.10.0 (minor) Update Quarkus to v3.10.1 (minor) May 15, 2024
@renovate renovate bot changed the title Update Quarkus to v3.10.1 (minor) Update Quarkus (minor) May 22, 2024
@renovate renovate bot changed the title Update Quarkus (minor) Update Quarkus to v3.11.0 (minor) May 29, 2024
@renovate renovate bot changed the title Update Quarkus to v3.11.0 (minor) Update Quarkus (minor) Jun 5, 2024
@renovate renovate bot changed the title Update Quarkus (minor) Update Quarkus to v3.11.1 (minor) Jun 5, 2024
@renovate renovate bot changed the title Update Quarkus to v3.11.1 (minor) Update Quarkus (minor) Jun 12, 2024
@renovate renovate bot changed the title Update Quarkus (minor) Update Quarkus to v3.11.2 (minor) Jun 13, 2024
@renovate renovate bot changed the title Update Quarkus to v3.11.2 (minor) Update Quarkus (minor) Jun 19, 2024
@renovate renovate bot force-pushed the renovate/quarkus branch 2 times, most recently from e051565 to 8fb2c81 Compare June 26, 2024 07:54
@renovate renovate bot changed the title Update Quarkus (minor) Update Quarkus to v3.12.0 (minor) Jun 26, 2024
@renovate renovate bot changed the title Update Quarkus to v3.12.0 (minor) Update Quarkus to v3.12.1 (minor) Jul 5, 2024
@renovate renovate bot changed the title Update Quarkus to v3.12.1 (minor) Update Quarkus (minor) Jul 10, 2024
@renovate renovate bot changed the title Update Quarkus (minor) Update Quarkus to v3.12.2 (minor) Jul 10, 2024
@renovate renovate bot changed the title Update Quarkus to v3.12.2 (minor) Update Quarkus (minor) Jul 17, 2024
@renovate renovate bot changed the title Update Quarkus (minor) Update Quarkus to v3.12.3 (minor) Jul 17, 2024
@renovate renovate bot changed the title Update Quarkus to v3.12.3 (minor) Update Quarkus (minor) Jul 24, 2024
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