Skip to content

3.8.4

Compare
Choose a tag to compare
@quarkusbot quarkusbot released this 17 Apr 14:56
· 2043 commits to main since this release

Complete changelog

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