chore(deps): update all non-major dependencies
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
flow-bin (changelog) | devDependencies | minor | ^0.233.0 -> ^0.247.0 |
org.postgresql:postgresql (source) | build | patch |
42.7.3 -> 42.7.4
|
org.liquibase:liquibase-maven-plugin (source) | build | minor |
4.27.0 -> 4.29.2
|
org.jsoup:jsoup (source) | compile | minor |
1.17.2 -> 1.18.1
|
net.java.dev.jna:jna | compile | minor |
5.14.0 -> 5.15.0
|
io.hypersistence:hypersistence-utils-hibernate-62 | compile | minor |
3.7.3 -> 3.8.2
|
org.hibernate.orm:hibernate-envers (source) | build | minor |
6.4.4.Final -> 6.6.1.Final
|
org.hibernate.orm:hibernate-core (source) | build | minor |
6.4.4.Final -> 6.6.1.Final
|
com.blazebit:blaze-persistence-bom (source) | import | patch |
1.6.11 -> 1.6.12
|
io.quarkus:quarkus-maven-plugin | build | minor |
3.9.2 -> 3.15.1
|
io.quarkus:quarkus-universe-bom | import | minor |
3.9.2 -> 3.15.1
|
org.apache.maven.plugins:maven-enforcer-plugin | build | minor |
3.4.1 -> 3.5.0
|
Release Notes
flowtype/flow-bin
v0.247.1
v0.247.0
v0.246.0
v0.245.2
v0.245.1
v0.245.0
v0.244.0
v0.243.0
v0.242.1
v0.242.0
v0.241.0
v0.240.0
v0.239.1
v0.239.0
v0.238.3
v0.238.2
v0.238.1
v0.238.0
v0.237.2
v0.237.1
v0.237.0
v0.236.0
v0.235.1
v0.234.0
pgjdbc/pgjdbc
v42.7.4
Added
- chore: SCRAM dependency to 3.1 and support channel binding MR #3188
- chore: Add PostgreSQL 15, 16, and 17beta1 to CI tests MR #3299
- test: Update to 17beta3 MR #3308
- chore: Implement direct SSL ALPN connections MR #3252
- translation: Add Korean translation file MR #3276
Fixed
- fix: PgInterval ignores case for represented interval string MR #3344
- perf: Avoid extra copies when receiving int4 and int2 in PGStream MR #3295
- fix: Add support for Infinity::numeric values in ResultSet.getObject MR #3304
- fix: Ensure order of results for getDouble MR #3301
- perf: Replace BufferedOutputStream with unsynchronized PgBufferedOutputStream, allow configuring different Java and SO_SNDBUF buffer sizes MR #3248
- fix: Fix SSL tests MR #3260
- fix: Support bytea in preferQueryMode=simple MR #3243
- fix: Fix #3234 - Return -1 as update count for stored procedure calls MR #3235
- fix: Fix #3224 - conversion for TIME '24:00' to LocalTime breaks in binary-mode MR #3225
- perf: Speed up getDate by parsing bytes instead of String MR #3141
- fix: support PreparedStatement.setBlob(1, Blob) and PreparedStatement.setClob(1, Clob) for lobs that return -1 for length MR #3136
- fix: Validates resultset Params in PGStatement constructor. uses assertThro… MR #3171
- fix: Validates resultset parameters MR #3167
- docs: Replace greater to with greater than MR #3315
- docs: Clarify binaryTransfer and prepareThreshold MR #3338
- docs: use.md, typo MR #3314
- test: Use docker v2 which changes docker-compose to docker compose #3339
- refactor: Merge PgPreparedStatement#setBinaryStream int and long methods MR #3165
- test: Test both binaryMode=true,false when creating connections in DatabaseMetaDataTest MR #3231
- docs: Fixed typos in all source code and documentations MR #3242
- chore: Remove self-hosted runner MR #3227
- docs: Add cancelSignalTimeout in README MR #3190
- docs: Document READ_ONLY_MODE in README MR #3175
- test: Test for +/- infinity double values MR #3294
- test: Switch localhost and auth-test around for test-gss MR #3343
- fix: remove preDescribe from internalExecuteBatch MR #2883
Deprecated
- test: Deprecate all PostgreSQL versions older than 9.1 MR #3335
liquibase/liquibase
v4.29.2
Liquibase 4.29.2 patches minor issues found in Liquibase 4.29.1 release.
v4.29.1
-
Liquibase 4.29.1 patches a pom mismatch in the Liquibase BigQuery Commercial Extension.
-
Liquibase 4.29.1 resolves an issue with the zip distribution where all files were incorrectly placed inside liquibase-4.29.1 directory. This update ensures proper file organization and installation.
v4.29.0
[!IMPORTANT] Liquibase 4.29.0 contains several New Capabilities and Notable Enhancements for Liquibase Pro users: Python-based Custom Policy Checks and a new Big Query extension. [!NOTE] See the Liquibase 4.29.0 Release Notes for the complete set of release information.
v4.28.0
jhy/jsoup
v1.18.1
Improvements
-
Stream Parser: A
StreamParser
provides a progressive parse of its input. As eachElement
is completed, it is emitted via aStream
orIterator
interface. Elements returned will be complete with all their children, and an (empty) next sibling, if applicable. Elements (or their children) may be removed from the DOM during the parse, for e.g. to conserve memory, providing a mechanism to parse an input document that would otherwise be too large to fit into memory, yet still providing a DOM interface to the document and its elements. Additionally, the parser provides aselectFirst(String query)
/selectNext(String query)
, which will run the parser until a hit is found, at which point the parse is suspended. It can be resumed via anotherselect()
call, or via thestream()
oriterator()
methods. 2096 - Download Progress: added a Response Progress event interface, which reports progress and URLs are downloaded (and parsed). Supported on both a session and a single connection level. 2164, 656
- Added
Path
accepting parse methods:Jsoup.parse(Path)
,Jsoup.parse(path, charsetName, baseUri, parser)
, etc. 2055 - Updated the
button
tag configuration to include a space between multiple button elements in theElement.text()
method. 2105 - Added support for the
ns|*
all elements in namespace Selector. 1811 - When normalising attribute names during serialization, invalid characters are now replaced with
_
, vs being stripped. This should make the process clearer, and generally prevent an invalid attribute name being coerced unexpectedly. 2143
Changes
- Removed previously deprecated internal classes and methods. 2094
- Build change: the built jar's OSGi manifest no longer imports itself. 2158
Bug Fixes
- When tracking source positions, if the first node was a TextNode, its position was incorrectly set
to
-1.
2106 - When connecting (or redirecting) to URLs with characters such as
{
,}
in the path, a Malformed URL exception would be thrown (if in development), or the URL might otherwise not be escaped correctly (if in production). The URL encoding process has been improved to handle these characters correctly. 2142 - When using
W3CDom
with a custom output Document, a Null Pointer Exception would be thrown. 2114 - The
:has()
selector did not match correctly when using sibling combinators (like e.g.:h1:has(+h2)
). 2137 - The
:empty
selector incorrectly matched elements that started with a blank text node and were followed by non-empty nodes, due to an incorrect short-circuit. 2130 -
Element.cssSelector()
would fail with "Did not find balanced marker" when building a selector for elements that had a(
or[
in their class names. And selectors with those characters escaped would not match as expected. 2146 - Updated
Entities.escape(string)
to make the escaped text suitable for both text nodes and attributes (previously was only for text nodes). This does not impact the output ofElement.html()
which correctly applies a minimal escape depending on if the use will be for text data or in a quoted attribute. 1278 - Fuzz: a Stack Overflow exception could occur when resolving a crafted
<base href>
URL, in the normalizing regex. 2165
java-native-access/jna
v5.15.0
==============
Features
- #1578: Add support for FreeBSD aarch64 - @alexdupre.
- #1593: Add support for DragonFly BSD x86-64 - @liweitianux.
-
#1595: Add
IsProcessorFeaturePresent
toc.s.j.p.win32.Kernel32
- @dbwiddis. -
#1602: Add
XMoveWindow
,XResizeWindow
,XMoveResizeWindow
,XRaiseWindow
,XLowerWindow
X11 calls toc.s.j.p.unix.X11
- @vinceh121. - #1613: Added static helper method `Native#getNativeLibrary' for getting the underlying NativeLibrary instance from a Library interface instance or from a "registered" class - @matthiasblaesing.
- #1624: Enable linker build-id for android builds - @mstyura.
Bug Fixes
- #1579: Fix analysis of ELF binary on arm systems running with a java ELF binary without section table headers (java8 on armv7 NAS) - @matthiasblaesing.
- #1586: Fix free_callback JNI weak reference leak - @xiezhaokun.
- 6486c90d913a413f247eef84742ce3c474738933: Check CallbackReference#cbstruct for null when checking existing Reference - @matthiasblaesing.
- #1622: Add "linux-riscv64" entry to OSGI Bundle-NativeCode header in MANIFEST.MF - @matthiasblaesing.
vladmihalcea/hypersistence-utils
v3.8.2
================================================================================
Add JsonClobType and improve JsonType to support CLOB column types #734
v3.8.1
================================================================================
Enhance BatchSequenceGenerator with support for IdGeneratorType #728
v3.8.0
================================================================================
Add support for mapping Java Enums to custom ordinal values #730
v3.7.7
================================================================================
Remove hypersistence-utils-hibernate-52 module #726
MonetaryAmountType should use currency instead of property for the second attribute #707
v3.7.6
================================================================================
Use Spring Data Range as an alternative to PostgreSQL range type #721
ListArrayType on Set entity attribute fails for EntityManager.merge operation #717
v3.7.5
================================================================================
NullableCharacterType prevents Hibernate from escaping backslash properly #715
v3.7.4
================================================================================
Make the JsonTypeDescriptor thread-safe #713
Equals method not found on abstract class #709
hibernate/hibernate-orm
v6.6.1.Final
v6.6.0.Final
v6.5.3.Final
v6.5.2.Final
v6.5.1.Final
v6.5.0.Final
v6.4.10.Final
v6.4.9.Final
v6.4.8.Final
v6.4.7.Final
v6.4.6.Final
v6.4.5.Final
Blazebit/blaze-persistence
v1.6.12
02/08/2024 - Release tag Resolved issues
New features
- Add support for Spring Data/Boot 3.3
- Add
date_iso
,time_iso
andtimestamp_iso
internal functions
Bug fixes
- Fix bug in collection insert code triggered by Hibernate ORM 6.4.2
- Fix concurrency issue leading to NPE when concurrently creating entity view updaters
- Fix
CAST_STRING
for SQL Server - Ensure Spring Jackson integration copies
ObjectMapper
bean - Fix entity view processor generated code for
@MappingSingular
leading to compilation error - Fix
MULTISET
issues with temporalBasicUserType
Backwards-incompatible changes
None yet
quarkusio/quarkus
v3.15.1
Complete changelog
- #38531 - Compilation fails on Azure Functions Blob Trigger
- #42711 - Bump Keycloak version to 25.0.4
- #43305 - gRPC bidi streaming testing in DevUI is broken
- #43310 - Docs: config property names in the generated docs are no longer links
- #43311 - Fix a few issues with the local proxy for REST Client feature
- #43337 - Fix gRPC DevUI testing console
- #43343 - Minor updates to the Getting Started with Security doc
- #43344 - The logging guide review for 3.15
- #43355 - Remove unnecessary symbols that force you to change lines after copying each time
- #43371 - The Data source guide review for-3-15
- #43377 - Docs: Fix example in "Accessing Static Fields and Methods"
- #43391 - Quarkus Spring Data documentation should document newly supported interfaces and update existing examples
- #43403 - Fix classloading in AzureFunctionsProcessor#findFunctions
- #43407 - Picocli guide - add a note about passing arguments for gradle project
- #43411 - Remove a duplicated line in the TLS registry guide
- #43414 - Update protobuf-java to 3.25.5
- #43426 - Bump Keycloak version to 25.0.6
- #43431 - Bump protoc/protobuf-java from 3.25.3 to 3.25.5
- #43447 - Update headings to headings to prevent confusing numbering
- #43451 - Spring APIs - Document newly supported interfaces and update existing examples
- #43457 - Remove a superfluous quote in the GraphQL client docs
- #43460 - Small followup for Picocli + Gradle improvement
- #43493 - Config Doc - Bring back the links for config sections and properties
v3.15.0
Complete changelog
- #43207 - Cleanup & nitpicks on guide: security-jwt
- #43297 - Using jib with opentelemetry cannot produce a stable library layer
- #43300 - Set filtered jar's manifest time to epoch
- #43309 - Follow up of the fix making jar file reference close idempotent with minor comments and refactor
- #43313 - Smallrye GraphQL: add missing federation annotations to index
- #43314 - Make sure server log load on Dev UI start
- #43315 - TLS reference guide IDs' unification
v3.14.4
Complete changelog
- #29604 - Add quarkus property to set the hibernate flushmode
- #37618 - No server chosen by com.mongodb.reactivestreams: Failed looking up SRV record
- #42706 - TLS reference guide review: Follow-up
- #43087 - Messaging extensions doc update for tls-registry usage
- #43187 - Pulsar devservice is not starting on RHEL 8 aarch64
- #43212 - Fixed Maven artifact resolver initialization in QuarkusProjectMojoBase
- #43217 - Calling blocking code from SecurityIdentityAugmentor causes concurrent requests to be limited by the number of event loop threads
- #43222 - Introduce retry into Mongo DNS resolution
- #43224 - Bump com.gradle.plugin-publish from 1.2.2 to 1.3.0 in /devtools/gradle
- #43228 - Fails to shutdown when using grpc and kafka-streams extensions
- #43234 - Add a note on JsonFormat annotation and ORM FormatMapper
-
#43246 - Expose property
quarkus.hibernate-orm.flush.mode
- #43247 - Application hangs when using quarkus.http.ssl.certificate.reload-period less than 30s
- #43248 - Don't execute blocking security code serially as it limits concurrent blocking execution to number of the event loops
- #43252 - Properly fail when TLS reload config is invalid
- #43257 - Fix jar file reference close race condition
- #43261 - Quarkus is using an H2 version with a regression causing data loss
- #43263 - KafkaStreamsProducer no longer shuts down the injected executorservice
- #43265 - Downgrade H2 to 2.3.230
- #43266 - [3.15] Revert Gradle cache compatibility changes
- #43275 - Use the branch version to compile the quickstarts
- #43277 - Fix an OidcEndpoint typo in the OIDC doc
- #43279 - Downgrade the default pulsar devservice image to 3.2.4
- #43289 - Do not define quarkus.version as it makes Keycloak resolution fail
v3.14.3
Complete changelog
- #30087 - jbang does not persist Q:CONFIG keys nor build set keys
- #32831 - Hibernate Validator Failure When TZ Set to Non-UTC
- #41558 - Add documentation for vertx and qute integration
- #41559 - Add documentation for Vertx and Qute integration
-
#42256 - Gradle early task configuration causes
quarkus.container-image.
properties to be ignored -
#42496 - Configuration Cache compatibility (
QuarkusGenerateCode
-QuarkusBuid
) - #42511 - TLS Reference guide grammar check and review
- #42724 - gRPC Server INTERNAL: HTTP status code 400 When Upgrading from 3.12.3 > 3.13.0
-
#42751 -
tls
command not found despite the extension present in the application - #42851 - classic resteasy-client: ensure sub-resources are also proxied
- #42875 - Compatibility with configuration cache for image tasks
- #42905 - Port resteasy fix for sub-resources
- #42908 - Cannot initialize file manager
- #42948 - Document generic synthetic bean creation
-
#42990 -
logout.backchannel.path
fails whenhttp.root-path
is present - Again - #42995 - Fix minor typo: Use correct syntax for TIP admonition
- #42998 - Error page and not found page now looks the same in prod mode
- #43000 - Fix registration of backchannel logout route
- #43009 - mention gradle dsl kts not supported in quarkus update
- #43010 - Fix error message when a REST Client throws an exception
- #43015 - REST: comment out useless 10K System.out.printl() in the DrainTest
- #43017 - DefaultJaxRsRolesAllowedImplMethodSecuredTest produces a large number of errors
- #43018 - Reduce log clutter in security tests
- #43019 - Properly escape log message additions
- #43020 - Store Quarkus version in native executable
- #43021 - Decorated stacktrace that is added to the log record is not properly decorated
- #43023 - Reduce Agroal pool logging
- #43025 - Support transitive extensions when searching for plugins
- #43028 - Bump org.jboss.marshalling:jboss-marshalling from 2.2.0.Final to 2.2.1.Final
- #43029 - Bump mongo-client.version from 5.1.3 to 5.1.4
- #43040 - Excluding depencency from arc based on group id only results in NoSuchElementException
- #43041 - Update Vertx to version 4.5.10
- #43043 - Fix Arc dependency exclusion configuration
- #43044 - include sbom feature in LTS
- #43045 - Embed quarkus version in native executable as a global string symbol
- #43051 - Show exception cause during logging filter initialization
- #43052 - Show exception cause during logging filter initialization
-
#43055 - Avoid publishing the
docs
module in Maven Central in extension template - #43063 - Bump com.gradle:common-custom-user-data-maven-extension from 2 to 2.0.1
- #43066 - Add Application links on the welcome page
- #43070 - Add a note about let's encrypt challenge requiring the port 80 to be accessible
- #43071 - Quarkus CLI for extension setting old rest name
- #43082 - Fix guide URL in web-dependency-locator
- #43083 - Apply quarkus-rest-client-oidc-token-propagation name
- #43085 - [3.14] Fix Boolean serializer
- #43089 - Avoid using "Reactive" for Quarkus REST in security doc
- #43095 - Qute: fix unsatisfied exception when recording rendered results is off
- #43096 - Use a Quarkus-specific clock provider that is reinitialized at runtime
- #43107 - TLS registry named config and Quarkus Messaging Kafka or Kafka Client can lead to failed application startup
- #43108 - Use the shared JsonProvider when creating Jsonb instance
- #43109 - Documentation generation for configuration properties in OIDC module leaves out plenty of information
- #43112 - Fix visual studio code svg
- #43113 - Documentation is not rendering the VSCode icon
- #43115 - Config Doc - Configure OIDC Common annotation processor for legacy root
- #43116 - Kafka TLS Registry integration: include tls-configuration-name in Kafka config
- #43118 - Fix doc numeration level of lists extension methods
- #43126 - Allows users to exclude DefaultMismatchedInputException
-
#43131 - Revert "Satisfy GraalVM's classpath needs for the deletion of
org.h2.fulltext.FullTextLucene
" - #43132 - Fix obsolete name in integration tests pom.xml of quarkus extension codestart
- #43135 - The class CertificateReloadedEvent missing
- #43137 - The CDI event fired after a successful update of certificates was wrong in the documentation
- #43139 - [3.14] Initial support for SBOM generation and CycloneDX
- #43142 - Fix flaky OTel tests
- #43157 - [3.14] Make generated Jackson serializers to work with null values of boxed types
- #43160 - Add runtime properties to Quarkus builder
- #43168 - Update rest-data-panache docs to clarify experimental status
- #43169 - Fixes error if annotation processing directories do not exist
- #43194 - Fix javadoc for quarkus.bootstrap.incubating-model-resolver
- #43195 - Config Doc - Reset list status for passthrough maps
v3.14.2
Complete changelog
- #31375 - RuntimeException using VirtualThreads with Jacoco
- #31802 - Unauthenticated request with a request path that contains a semicolon results in a server exception when using OIDC
- #34395 - Spring Data API Extension Property Expressions with List not working
- #41854 - REST request fails after adding maven dependency to quarkus-opentelemetry
- #41927 - Fix off-by-one issue caused by ObservabilityIntegrationRecorder using its own method for getting path without prefix
- #42098 - Kotlin junit ParameterizedTest with list as argument, not working anymore (3.13.0.CR1)
- #42109 - Make sure arrays are always cloned as arrays
- #42136 - Fail OIDC build if a primitive type Claim is injected in Singleton
- #42205 - Enable comments (reasons) in the generated reflect-config.json and improve hierarchical registration tracing
-
#42228 - Native image build fails with
-Dquarkus.native.report-errors-at-runtime
-
#42301 - Records that contain Enum are still unsupported with
@ParameterizedTest
even with Serializable in 3.13.0 -
#42394 - Take
@JsonProperty
into account in the reflection free Jackson serializers - #42466 - quarkus.knative.app-config-map misses adding the volumes to the ksvc template
- #42485 - Fix quarkus.knative.app-config-map misses adding the volumes to the ksvc template
- #42491 - Change dekorate template to use the intended knative object
- #42535 - Add "how to write dev services" documentation
-
#42578 - OTEL +
quarkus.http.test-timeout
-> NullPointerException: Cannot invoke "io.vertx.core.spi.observability.HttpResponse.headers()" because "httpResponse" is null - #42619 - Jackson build time serializers could use SerializableString field names
-
#42651 - Use SerializableString field names + support for
@JsonProperty
in the reflection free Jackson serializers - #42661 - Bump Micrometer to 1.13
- #42684 - Encode URL in OIDC cookie
- #42702 - Updates to Infinispan 15.0.8.Final
- #42703 - Update security docs
- #42705 - Fix for resolving entity fields based on collections and generics
- #42707 - Update OAuth2 docs because of change in Bearer token check change
- #42714 - Continuous testing exclude-tags or exclude-engines cannot be configured via pom.xml anymore in 3.13
- #42718 - Bump flyway.version from 10.17.1 to 10.17.2
- #42733 - Qute template exception don't print origin
- #42745 - Remove useless enum converter allocation
-
#42752 -
quarkus
cli always return 1 for exitcode for plugin commands - #42755 - Upload native build stats from a single GH runner
- #42761 - Qute: ignore template files that contain whitespace in its name
- #42766 - Use initial Quarkus Dev config for test tags and engines
- #42773 - Remove jakarta.json.Json usage for performance reasons
- #42774 - quarkus.rest.jackson.optimization.enable-reflection-free-serializers=true fails native build of StartStopTS microprofile application
- #42778 - Rest Client (formerly reactive) keep using DEFAULT_MAX_POOL_SIZE
- #42779 - QuarkusComponentTest: programmatic lookup improvements
- #42783 - Qute: ignore template files that contain whitespace in its name
- #42786 - Quarkus CLI Catalog wipes its content when a new plugin is added / removed
- #42787 - Qute: print origin if non-literal value used in bracket notation
- #42788 - Invalidate catalogs when adding/removing plugins
- #42793 - Quote directory variable to support directories with spaces
-
#42794 - Avoid
NullPointerException
s when application fails to start - #42806 - quarkus-websockets-next client connect to WSS not possible
- #42808 - quarkus-websockets-next client adds / to empty path
- #42810 - Register InetAddressResolverProvider service providers
- #42814 - OpenTelemetry traces and metrics config fallback to base
-
#42815 - The configuration options missing the
quarkus.oidc.credentials.*
- #42820 - Disable GrpcCliTest#testCommand due to CI failures
- #42821 - CDI: add cross-reference links to docs
-
#42822 - Qute docs: clarify template record not annotated with
@CheckedTemplate
- #42823 - Properly set PoolOptions for REST Client
-
#42826 - WebSockets Next - client: support the
wss
scheme correctly - #42828 - Duplicate annotation for class: interface org.jetbrains.annotations.NotNull
- #42830 - WebSockets Next: support endpoints with empty path
- #42832 - Respect exit code of cli commands
- #42833 - ArC - static methods interception: fix the set of copied annotations
- #42835 - Config Doc - Fix two scanning issues
-
#42837 - ArC docs: mention
@​Inject
@AllList<>
in section about unused beans - #42840 - Possible to handle routes for base URI without path from extensions
- #42844 - System properties config overrides in tests does not seem to take effect properly in quarkus 3.14.1
- #42846 - Updating selected OIDC/OpenID guides
- #42848 - Bump org.jetbrains.kotlinx:kotlinx-serialization-json from 1.7.1 to 1.7.2
- #42853 - Config Doc - Also ignore FileNotFoundException
- #42856 - Always put Jackson first in documentation
- #42857 - quarkus-rest-client-jackson - Force property
-
#42858 -
ExtLogRecord
creation is more costly following the update to SmallRye Common 2.4.0 -
#42859 - Satisfy GraalVM's classpath needs for the deletion of
org.h2.fulltext.FullTextLucene
- #42860 - Quarkus output class in incorrect folder on live reload (gradle, multimodule, kotlin)
- #42862 - Revert "QuarkusTestProfile overrides in a high ordinal application.properties"
- #42864 - Correct typo in messaging.adoc
- #42865 - kafka_version label is unkown in native mode
- #42866 - DevUI log timestamp difference, as it was reported in GMT
- #42867 - Dev mode error page stacktrace doesn't open problematic code IDE on click
- #42869 - Dev UI log view doesn't catch up with logs after application restart
- #42870 - Decorated stacktraces in dev mode are not provided when using tools like curl or postman
- #42871 - org.springframework.aot.hint.annotation.Reflective missing from our Spring compatibilty layer?
-
#42877 - Quarkus CLI subcommand
tls
is missing help option despite showing help - #42880 - Remove BOOTSTRAP config phase from documentation
- #42881 - Bump com.gradle.plugin-publish from 1.2.1 to 1.2.2 in /devtools/gradle
- #42883 - Fix Quarkus CLI TLS command help option
-
#42884 -
CompiledJavaVersionBuildStep
may load a wrong class number with gradle - #42885 - Bump wildfly-elytron.version from 2.5.1.Final to 2.5.2.Final
- #42889 - Fix some small Dev UI issues
- #42895 - Upgrade spring-api dependency
- #42896 - Possible to handle routes for base URI without path from extensions
- #42897 - Process classes from the application artifact instead of the module output directory
- #42898 - Fix Kafka kafka-version metrics tag missing in native
- #42899 - Use quarkus-rest instead of quarkus-resteasy as default extension in maven plugin
- #42901 - Add LGTM traces test / check
- #42911 - Fix OTel DelayedAttributes bean handling
- #42913 - Gradle - Correctly merge classes dir when using dev mode
- #42914 - Fix Jackson serializers generation for interfaces and boxed primitive types
- #42915 - Upgrading to 3.13.x+ causes parameterised tests using record argument to fail with LinkageError 'loader constraint violation'
- #42916 - Update to JBoss Marshalling 2.2.0.Final
- #42918 - Update SmallRye Common to 2.6.0
- #42919 - ContainerRequestFilter checking for annotation fails in native
- #42924 - Bump io.smallrye.common:smallrye-common-bom from 2.5.0 to 2.6.0
- #42926 - Bump hibernate-search.version from 7.2.0.Final to 7.2.1.Final
- #42927 - Add missing dot to GraalVM not found message
- #42928 - Property [autoIncrement] was not found for object type [liquibase.datatype.core.BigIntType]
- #42930 - Config Doc - Avoid annotations in primitive type name
- #42932 - Improve compatibility of the REST Client configuration
- #42936 - Add decorate to all contents types and added text base error response
-
#42941 - Register all resource classes for reflection when
ResourceInfo
is used -
#42944 - Test:
quarkus.http.port
is not updated with random port activated throughquarkus.http.test-port=0
- #42950 - Changed order of property resolution in tests
- #42958 - Signed OIDC UserInfo whith charset not recognized
- #42962 - Support OIDC signed UserInfo with charset content type parameters
- #42964 - Registering Liquibase BigIntType and Additional Classes for Reflection
- #42968 - Bump flyway.version from 10.17.2 to 10.17.3
- #42969 - Bump io.quarkus:quarkus-platform-bom-maven-plugin from 0.0.107 to 0.0.108
- #42977 - Quarkus REST client and Quarkus REST with abstract resource - NATIVE build fails
- #42980 - Prevent REST Client handling of abstract classes
-
#42981 -
gu install native-image
instructions are not need anymore -
#42983 - Remove mentions to obsolete
gu install native-image
v3.14.1
Complete changelog
- #42166 - LogManager error of type GENERIC_FAILURE: Handler with name 'console' is linked to a category but not configured.
- #42537 - REST usage fails with native when e.g. ContainerResponseFilter is used
- #42612 - MQTT dev services always start if another reactive messaging connector is present
- #42670 - Upgrade opentelemetry-semconv to 1.26.0-alpha
- #42672 - Add socket timeout config for the hotrod client
- #42698 - Fix config encryption CLI command in guide
- #42725 - Bump mssql-jdbc to 12.8.1
- #42738 - Fix OIDC Discord provider configuration
- #42742 - Bump org.postgresql:postgresql from 42.7.3 to 42.7.4
- #42746 - Fix MQTT dev services always start if there is another connector present
- #42753 - TLS - Prevent Duplicate Entries in .env File
- #42754 - Register resource classes for reflection when ContainerResponseFilter exists
- #42758 - Single enum converter
- #42759 - Save Objects::hash varargs array allocation on JarResource::hashCode
- #42784 - Quarkus CLI report error when using CLI plugins with flags
- #42785 - False error message on cli plug with flags
- #42789 - Fix logging categories doc example
- #42797 - Upgrade to SmallRye GraphQL 2.9.2
v3.14.0
Complete changelog
- #42367 - Setting quarkus.http.proxy.proxy-address-forwarding=true changes Host header to host
- #42449 - Gradle task quarkusGenerateCode with custom Microprofile converter causes java.util.ServiceConfigurationError
- #42539 - Added office 365 email configuration
- #42546 - Wrong callback URL in documentation for GitHub OIDC
- #42548 - Fixing documentation regarding OIDC with GitHub
- #42551 - Bump apicurio-registry.version from 2.5.10.Final to 2.6.2.Final
- #42561 - Properly handle case when quarkus-extension.yaml doesn't exist
- #42572 - Add keystore and truststore default format change
- #42584 - Custom Smallrye ConfigSourceInterceptor not loading class using Gradle
- #42585 - Do not try to create temp directory in test archives
- #42614 - Improve error message / exception "Unable to start the management interface" by mentioning the actual port number
- #42617 - Add host and port when error creating management interface
- #42622 - New Stork version aligning k8s client version
- #42624 - Try a new approach for caching Maven local repository
-
#42633 - Bump
quarkiverse-parent
from 16 to 17 -
#42648 - Use the
Host
header in a proxied responses instead ofhost
- #42649 - Extensions created with 999-SNAPSHOT cli depend on non-existing plugin
- #42650 - Ignore config ServiceLoader files from Gradle sources
- #42653 - Condition the new config doc sections of the extension template
- #42655 - Remove erroneous \n from durationNote.qute.adoc
- #42657 - Update and small fixes for security authorize web endpoints reference docs
v3.13.3
Complete changelog
- #39558 - quarkus-cache might block indefinitely when backed by Redis and lockTimeout=0
- #41825 - Quarkus Gradle Plugin 3.12.1+ breaks composite builds
- #42253 - Redis Cache doesn't run in worker thread
-
#42406 - Properly document the consequences of using
restrictToAnnotatedClass = true
- #42411 - Qute template records: fix the way the canonical constructor is found
- #42415 - Upgrade to Jandex 3.2.2
-
#42435 - Update javadoc and docs about
@WithTestResource
- #42436 - Fix methos to methods typos
- #42439 - Qute template records: fix the way the canonical constructor is found
- #42453 - Integration test fails to start mongo with Liquibase
- #42467 - Remove dead links in podman documentation
- #42472 - Fix connection port for MongoDB dev services using shared network
- #42477 - Switch back to Detached configuration for conditional dependencies in Gradle
- #42480 - Fix SmallRye Health OpenAPI definitions
-
#42483 -
logout.backchannel.path
fails whenhttp.root-path
is present -
#42486 - Make the boot jars in jib respect
quarkus.jib.use-current-timestamp-file-modification
- #42492 - Memory improvements related to PathTree and Manifests
- #42521 - Updates to reflect current extension names and configuration roots
- #42524 - Add http root to OIDC back channel logout handlers
- #42532 - Remove quarkus-panache-common from docs
- #42538 - Correct indendation in metadata documentation so metadata is actually in the metadata block
- #42540 - Redis cache: make blocking executions unordered
- #42571 - Qute template detection has changed on Windows for templates in project dependencies
- #42588 - Use the root path for OpenContainerPathTree#getRoots()
- #42591 - StringIndexOutOfBoundsException on OAuth2AuthMechanism
- #42595 - Properly check header before extracting the bearer token
- #42597 - Downgrade commons-lang3 to 3.14.0 to avoid entropy issues
- #42611 - Fix obsolete csrf extension name and configuration
v3.13.2
Complete changelog
- #41731 - BugFix Fixed mismatched number of args in string formats
- #42075 - WebSockets Next: honor the quarkus.http.root-path correctly
-
#42273 - Regression:
quarkus-test-oidc-server
tries to start the dev services since 3.13.0 - #42302 - Quarkus instrument live-reload doesn't work when using Kotlin 1.8+
- #42313 - Vert.x Cache Directory configuration ignored
- #42314 - JPA writes don't work when using ONLY named data sources since 3.13.0
-
#42342 -
quarkus run
failing - #42352 - Conditionally index test related transaction annotations
- #42354 - Update to SmallRye-GraphQL 2.9.1
- #42355 - OOM in tests since Quarkus 3.13.0 (Part 2)
- #42363 - Ignore Kotlin compiler generated annotations during live reload
- #42373 - Fix section level for Varying database in Hibernate ORM
-
#42376 - Fix spring-data-jpa
@Modifying(flushAutomatically = true)
- #42380 - Bump quarkus-http.version from 5.3.0 to 5.3.1
- #42386 - Fix doc for IdOptimizerType
- #42387 - Vert.x Cache Directory configuration ignored
- #42388 - Ensure that all AutoCloseable binders are closed
- #42393 - Doc - Do not start Keycloak Dev Services when test resource is around
- #42400 - Use the proper PU for executeUpdate on entityClass
v3.13.1
Complete changelog
- #16292 - Liquibase includeAll does not work in native mode
-
#39934 - Kubernetes Client fails to create a new Pod in native executable because
Pod Overhead set without corresponding RuntimeClass defined Overhead.
- #40574 - When Using Liquibase with "quarkus.liquibase.clean-at-start=true" a RuntimeException Is Thrown in Quarkus 3.10.0
- #40575 - When Using Liquibase in Native Mode a ServiceConfigurationError is Logged
- #41500 - The total count for page links do not considered the complete query
- #41729 - Gradle imageBuild fails with java.util.ConcurrentModificationException quarkus 3.12.1
- #41894 - Gradle imageTask: look for builders among the dependencies of the runtime Quarkus application configuration instead of all the project configurations
- #41918 - Qute: single quotes in variables break string
- #41928 - Automatically Load Liquibase Resource Files for Native Image Build
-
#41968 -
quarkus image build
overridescontainer-image.group
with the docker username - #42028 - Register fields for reflection in kubernetes-client
- #42055 - Bump org.mvnpm.at.mvnpm:vaadin-webcomponents from 24.4.2 to 24.4.4
- #42095 - Enable Liquibase includeAll in Native Image
-
#42099 - Register
sun.security.provider.NativeMRNG#<init>
for reflection - #42112 - Update examples to use org.htmlunit:htmlunit
- #42120 - Bump io.strimzi:strimzi-test-container from 0.106.0 to 0.107.0
- #42121 - Update from net.sourceforge.htmlunit to org.htmlunit
- #42122 - Add support for CompletableFuture when using JsonRPC in Dev UI
- #42127 - Scheduler: make sure an exception never slips through an invokers chain
- #42132 - Clarify RedisClientConfig documentation for max-pool-size
- #42133 - Incorrect data in the ReactiveDatasourceHealthCheck being set when the connection is down
- #42143 - Native Image run issue with XML Changelog quarkus-liquibase
-
#42146 - Removed missed deprecated
@QuarkusTestResource
from docs - #42159 - Resteasy-reactive Unit endpoint reported as "Run time writers required"
- #42160 - Qute: fix parsing of string literals and lenient section parameters
- #42168 - Unable to migrate to non-deprecated AnnotationsTransformerBuildItem
- #42170 - Bump com.gradle:quarkus-build-caching-extension from 1.6 to 1.7
- #42178 - Rename suggested extensions in "Consider adding ..." warning messages
- #42181 - toplevel class can't have static
- #42186 - Manage opentelemetry-semconv-incubating
- #42195 - Treat Kotlin's Unit as void for the Quarkus REST scoring system
- #42202 - Using filtering parameters and namedQuery in the count query
- #42204 - Upgrade to Jandex 3.2.1
- #42207 - Possible NPE during shutdown
- #42208 - Avoid a possible NPE during application stop
- #42216 - Add a note about JpaSpecificationExecutor not being supported
- #42218 - Fix group overriding with machine username
- #42220 - Qute: support synthetic named CDI beans injected in templates
- #42223 - Quartz - fix job refire behavior, improve dep. bean job scenario
- #42231 - Bump org.eclipse.parsson:parsson from 1.1.6 to 1.1.7
- #42235 - Update kafka-schema-registry-json-schema.adoc
- #42239 - Spring Data JPA findFirstBy with Optional throws NullPointerException
-
#42240 - Application tests failing w/ Quarkus 3.13.0 +
io.smallrye.config:smallrye-config-source-keystore
- #42241 - Fix Optional result type handling in Spring Data JPA
-
#42250 - Testing/3.13.0:
QuarkusMainLauncher
always returns exit code 0 for integration tests -
#42252 - Fix
QuarkusMainLauncher
not returning exit code - #42259 - Bump io.quarkus.develocity:quarkus-project-develocity-extension from 1.1.3 to 1.1.4
- #42260 - Fix a race condition in ReactiveDatasourceHealthCheck data field population
- #42264 - Bump smallrye-config from 3.9.0 to 3.9.1
- #42268 - Add a note about the REST Client's dev mode proxy
- #42271 - NPE in websockets-next
- #42276 - Bump io.smallrye.config:smallrye-config-source-yaml from 3.8.3 to 3.9.1 in /devtools/gradle
- #42282 - WebSockets Next: CloseReason - fix NPE if connection terminated abruptly
- #42284 - Add one more level of TOC for Qute reference guide
- #42287 - Fix typo in JBang doc
- #42288 - Allow finer tuning of shared network usage by Keycloak DevServices
- #42291 - Missing = in system property additionalUpdateRecipes for quarkus update maven runner
- #42297 - Can't change between light and dark mode in DevUI
- #42303 - OOM in tests since Quarkus 3.13.0
- #42310 - Fix Dev UI Theme switch
- #42320 - Actually upgrade Vert.x to 4.5.9 in the BOM
- #42325 - Bump org.eclipse:yasson from 3.0.3 to 3.0.4
- #42332 - Add ability to always require a socket
- #42336 - Manage mutiny-zero to avoid dependency convergence issues in downstream Camel Quarkus
- #42338 - Fix ClassLoader leak in KeycloakDevServicesProcessor
v3.13.0
Major changes
- #41804 - Introduce the ability to automatically standup an HTTP proxy for the REST Client
Complete changelog
- #41373 - Native Build Fails, when Reusing Existing Executable with Compression Enabled
- #41736 - Fix dev service always restarting on named datasource configuration change
- #41771 - Native image agent integration fails with dev services
- #41797 - Re-augmentation in jib image
- #41804 - Introduce the ability to automatically standup an HTTP proxy for the REST Client
- #41838 - Set the correct length of parameters when constructing the Redis arguments
- #41858 - Enable dev services to be located by in-container java
- #41868 - Aggregator scans built-in mvnpm jars twice for imports
- #41886 - resources, not resource for path
- #41888 - Fix issue with Jib and mutable jar rebuild
- #41892 - Config docs generation error when inheritance is used
- #41930 - Build Succeeds, when Reusing an Artifact with Enabled Compression
- #41952 - Remove the extra new-line in Keycloak logs
- #41955 - Update to Vert.x 4.5.9
- #41959 - fixes the showmore issue to allow users to select text
- #41962 - Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.15.0
- #41965 - Bump com.gradle:develocity-maven-extension from 1.21.5 to 1.21.6
- #41966 - Make sure dev-ui relocation are added to the importmap
- #41974 - Remove .env file generated during tests
- #41978 - REST Client: support download multiple files multipart/form-data
- #41979 - Override items from super classes when generating config documentation
- #41981 - Use recognized status for apicurio json schema
- #41982 - Add support for downloading list of files in REST Client
- #41986 - Bump io.opentelemetry.contrib:opentelemetry-aws-xray-propagator from 1.32.0-alpha to 1.37.0-alpha
-
#41987 - Support Spring Data
JpaRepository#getReferenceById(ID)
(replacement for deprecatedgetOne(ID)
) - #41993 - Support Spring Data JpaRepository#getReferenceById(ID)
- #41996 - quarkus rest error handling for WebApplicationExceptions and CompletionStage does not work anymore
- #42001 - Panache for Hibernate ORM assumes the datasource has the same name as the persistence unit
- #42002 - Remove erroneous check in AbstractJpaOperations#getSession
- #42003 - Unwrap CompletionException when dealing with CompletionStage in REST server
-
#42005 - Do not use deprecated
DockerStatusBuildItem#isDockerRunning
in core - #42007 - Prevents potential NPE while closing resource
-
#42022 - Setting root path starting with
/dev
breaks the dev-ui - #42026 - Dev UI Base path fix in case of non-application root set to dev*
- #42032 - Updates Infinispan 15.0.6.Final and Protostream 5.0.7.Final
- #42034 - Quartz: CdiAwareJob cannot be interrupted
- #42037 - Fix missing volume access modifier in Reactive MySQL client tests
- #42050 - Mailer TLS-configuration, possible SSL-Hanshake-Exception since Quarkus 3.12
- #42052 - Revert "Remove deprecated classes from app-model"
- #42053 - REST Reactive Server: support multiple outparts with the same key in MultipartFormDataOutput
- #42057 - Allow MultipartFormDataOutput to specify items with the same key
-
#42058 - In some context,
NoSuchElementException: No line found
error thrown from telemetry - #42065 - Use generated hostname when shared network is enabled
- #42068 - Clarify allowed suffix for the log rotation
- #42069 - Clarify allowed suffix for the log rotation
- #42071 - Avoid warning on analytics
- #42072 - Quartz - allow bean based jobs to be interruptable
- #42074 - Fix NPE with ConfigDocItem
- #42079 - Issue with subscribeAsMessages Method in Quarkus Redis Client
- #42080 - Improve reflection registrations in picocli extension
- #42082 - Add an important note about the START_TLS configuration requiring tls set to false
- #42083 - Revert "Replace read/write lock in JarResource to avoid virtual threads pinning"
- #42091 - Fix Redis Pub/Sub subscribeAsMessages method
v3.12.3
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 inIoUtils
- #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 exportsun.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
Complete changelog
- #39515 - Programmatic Cache API does not preserve Vertx Duplicate Context
-
#41081 -
ContextNotActiveException
inSecurityIdentityAugmentor
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
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 inUncaughtExceptions
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 withjdbc-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
Complete changelog
- #37947 - missing way to enable logging of websocket traffic
- #40969 - Add encryption secret to configuration
- #41005 - Add support for the TLS registry to the (reactive) REST client extension
- #41125 - TestSecurity behaviour for OIDC extension's local logout changed since 3.11.0.CR1
- #41127 - WebSockets Next: enable traffic logging for debugging purposes
- #41134 - Spring Data fails with casting exception when returning primitive data types after Spring bump to 3.2
- #41135 - Excessive Spring Data build logging after Spring bump to 3.2
- #41136 - Spring Data JpaRepository pagination and sorting doesn't work after bump to Spring Boot 3.2
- #41153 - Introduce support for the TLS Registry in the REST Client
- #41164 - Docker-build fails to detect podman: add back detectContainerRuntime() method for backwards compatibility
-
#41174 - Fix mixing of the
@TestSecurity
annotation with HTTP request credentials inside one test method - #41193 - Fix WebSockets NEXT CDI events documentation as observed events qualifiers does not exist in the final version
- #41205 - QuarkusComponentTest: fix NPE if component is expected but none exists
- #41206 - Include several fixes related to the spring dependencies upgrading
- #41210 - Avoid NumberFormatException for Java 1.8
- #41211 - Improve unsupported properties in SpringDataJPAProcessor
- #41231 - NoClassDefFoundError: org/springframework/data/domain/Limit when Upgrading to 3.12.0.CR1
- #41232 - Do not add quarkus-tls-registry twice in quarkus-rest-client
- #41242 - Scheduler: add custom thread factory to use a specific thread name
- #41253 - WebSockets Next: document ping/pong messages
v3.11.3
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
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
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
Major changes
- #40534 - WebSockets Next: initial version of security integration
- #40600 - Introduce OidcRedirectFilter
Complete changelog
- #40312 - WebSockets Next: security integration
- #40534 - WebSockets Next: initial version of security integration
- #40562 - Support OIDC Redirect filters
- #40600 - Introduce OidcRedirectFilter
- #40656 - Dev UI: update build metrics data after live reload
- #40661 - QuarkusUnitTest: clear test method invokers to avoid QuarkusCL leaks
- #40669 - Bump org.apache.commons:commons-text from 1.11.0 to 1.12.0
- #40682 - Allow to asynchronously notify extensions of no-restart changes
- #40690 - Correct JavaDoc example
-
#40706 - Improve documentation about
@RegisterForReflection
- #40707 - Bump com.gradle.develocity from 3.17.3 to 3.17.4 in /devtools/gradle
- #40710 - Bump wildfly-elytron.version from 2.4.1.Final to 2.4.2.Final
-
#40721 - Allow the of
@Blocking
on@ClientExceptionMapper
v3.10.2
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
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 whenquarkus.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
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
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
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
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
quarkusio/quarkus-platform
v3.15.1
v3.15.0
v3.14.4
v3.14.3
v3.14.2
v3.14.1
v3.13.3
v3.13.2
v3.13.1
v3.13.0
v3.12.3
v3.12.2
v3.12.1
v3.12.0
v3.11.3
v3.11.2
v3.11.1
v3.11.0
v3.10.2
v3.10.1
v3.10.0
v3.9.5
v3.9.4
v3.9.3
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This MR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.