Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
checksums_sha256.txt | 2025-07-23 | 181 Bytes | |
quarkus-cli-3.20.2.tar.gz | 2025-07-23 | 23.5 MB | |
quarkus-cli-3.20.2.zip | 2025-07-23 | 23.5 MB | |
3.20.2 source code.tar.gz | 2025-07-16 | 47.5 MB | |
3.20.2 source code.zip | 2025-07-16 | 68.7 MB | |
README.md | 2025-07-16 | 11.0 kB | |
Totals: 6 Items | 163.2 MB | 0 |
Complete changelog
- #47466 - Agroal doesn’t reset read only when returning connection to pool
- #47473 - Quarkus (REST) behaves differently when having a parent POM
- #47483 - Max header size configuration property is not used with AWS Lambda HTTP extension
- #47497 - Qute: fix build time validation and generated value resolver for getters
- #47498 - Native executable cannot be built with signed Jars containing beans
- #47508 - Always consider
@RegisterRestClient
interface as REST Clients - #47563 - Make protected constructors callable again for resteasy reactive
- #47575 - OIDC refactoring: use accessors instead of deprecated fields marked for removal
- #47630 - OIDC JWT bearer token with empty file crashes the app
- #47653 - [OpenAPI] Custom type annotated with Schema and type = SchemaType.ARRAY and implementation = MyKlass.class inlines implementation properties
- #47666 - StringIndexOutOfBoundsException in StaticResourcesProcessor with META-INF/resources-only JARs
- #47667 - Fix OOB in StaticResourcesProcessor for META-INF/resources-only JARs
- #47668 - Handle empty bearer token file in ClientAssertionProvider
- #47701 - Unexpected java.util.regex.PatternSyntaxException: Illegal/unsupported escape sequence when use jwt keys
- #47713 - Strip the classpath scheme from SmallrRye JWT native resources
- #47738 - Multiple scheduled methods overrides they configuration
- #47744 - IllegalAccessError with REST Resources outside of the application module
- #47746 - Honor application class predicate in QuarkusInvokerFactory
- #47748 - Scheduler: register static Scheduled methods correctly
- #47750 - Fail early if the access token is not returned from GitHub
- #47752 - Add a note about client secret to GitHub provider docs
- #47757 - Unsign all dependency JARs during build
- #47758 - Disable analytics for the remote-dev tests
- #47766 - Document known Flyway issues and configuration examples
- #47772 - Unsupported openshift options
- #47776 - Take use
using-prefix
into account in Openshift manifest generation - #47779 - OpenAPI Filters ensure consistent ordering
- #47785 - Issues with
;
in query params causes URIs without a scheme for Quarkus REST - #47798 - OpenAPI: Automatically detected properties (and methods) are merged unwantedly
- #47804 - Qute: document type-safe fragment records
- #47809 - Qute: fix type-safe fragments defined as top-level records
- #47814 - Bump hibernate-orm.version from 6.6.13.Final to 6.6.14.Final
- #47815 - Bump narayana.version from 7.2.1.Final to 7.2.2.Final
- #47821 - REST Client fails for sub-resources with BeanParam
- #47834 - Bump hibernate-orm.version from 6.6.14.Final to 6.6.15.Final
- #47857 - Bump Agroal to 2.7
- #47860 - Deal with max headers size in Amazon Lambda
- #47864 - Adding scheme and authority to absoluteUri
- #47877 - Manage
io.perfmark:perfmark-api
to keep Quarkus, Camel Quarkus, Quarkus CXF and Quarkus Google Cloud Services in sync - #47878 - Manage io.perfmark:perfmark-api to keep Quarkus, Camel Quarkus, Quarkus CXF and Quarkus Google Cloud Services in sync
- #47895 - Native application execution failure with
@Retry
and overridden methods - #47909 - Make bean param work properly with subresource in REST Client
- #47934 - CycloneDX parameters do not apply
- #47937 - Fix gRPC enum registration in native
- #47941 - SmallRye Fault Tolerance: add missing reflection registration
- #47963 - Fixes Cyclonedx broken params
- #48010 - Get the user name as principal name with OAuth2 code flow
- #48019 - Proxied synthetic bean seems to proxy to two different super classes
- #48022 - Bump agroal.version from 2.7 to 2.7.1
- #48057 - Correct duplicated context creation in SmallRye Health
- #48061 - ArC: fix interception proxy to forward non-intercepted methods to the delegate
- #48067 - Bump hibernate-orm.version from 6.6.15.Final to 6.6.16.Final
- #48085 - Quarkus does not enforce DPoP proof with DPoP scheme
- #48087 - Flyway / Picocli native build fail with ClassNotFoundException org.jboss.vfs.VirtualFileFilter
- #48091 - Use case-insensitive DPoP scheme check
- #48096 - Bump smallrye-jwt.version from 4.6.1 to 4.6.2
- #48102 - invalid FROM on native-micro
- #48115 - Fix various issues in Quarkus CLI
- #48117 - Fix JBangSupport process exec so it cannot hang
- #48120 - Bump hibernate-orm.version from 6.6.16.Final to 6.6.17.Final
- #48132 - Change MSSQL username from
SA
tosa
- #48133 -
@InjectMock
of a class with a method with generic throws type fails - #48146 - Use DotName.toString() instead of Type.toString()
- #48181 - Fix Platform overriding of codestart dockerfile data
- #48183 - Prevent registration of field and method return type hierarchies for picocli
- #48208 - Fix group ID for quarkus-micrometer-registry-prometheus package
- #48218 - Quarkus OIDC Default tenant unable to decrypt state cookie from Google IdP
- #48220 -
ClosedFileSystemException
orNullPointerException
thrown whenSharedArchivePathTree
is opened and closed concurrently - #48221 - ClosedFileSystemException or NullPointerException thrown when SharedArchivePathTree is opened and closed concurrently
- #48226 - Be more cautious when manipulating projectData in ToolsUtils
- #48228 - Bump bouncycastle.version from 1.80 to 1.81
- #48229 - Bump narayana-lra.version from 1.0.0.Final to 1.0.1.Final
- #48238 - Annotation attributes are not used when comparing test resources
- #48240 - Respect annotation configuration values when comparing test resources
- #48246 - Add OIDC GitHub wiremock credential provider test
- #48257 - Quarkus 3.20 LTS does not handle
pom.xml
quarkus.application.version
the same way as 3.15 LTS - #48274 - Record expanded value for build time runtime fixed configuration
- #48286 - MP fault tolerance and quarkus rest client issue
- #48291 - RESTEasy Reactive Client: propagate declared exceptions
- #48315 - Bump smallrye-open-api.version from 4.0.10 to 4.0.11
- #48368 - Vert.x ref guide: replace the non-existant sendAndForget() with send()
- #48517 - Fix small issue with Micrometer documentation
- #48673 - Fix concurrency issue initializing ExtensionInfo in ApplicationDependencyResolver
- #48760 - Update quarkus-project-develocity-extension to 1.2.3
- #48796 - [3.20] WebSockets Next: Make sure non-websocket connections are ignored
- #48838 - [3.24] : Fix the http root bug in BackChannelLogoutHandler