Skip to content

0.21.2

Compare
Choose a tag to compare
@gsmet gsmet released this 05 Sep 08:30
· 44644 commits to main since this release

Major changes

Complete changelog

  • #3845 - Fix error page layout and appearance
  • #3840 - Bad styling for error page
  • #3837 - Fix intermittent failures in ImportSqlHotReloadScriptTestCase
  • #3835 - Fixing broken list rendering
  • #3821 - Fix missing qualifiers in reactive messaging
  • #3820 - RESTEasy does not return the ErrorMessage when JSON is expected from the client
  • #3812 - Upgrade narayana.version to 5.9.8.Final
  • #3780 - Fix example snippet typo containing double ']'
  • #3774 - Wrong documentation for disabling start-tls in mailer
  • #3770 - Ignores whitespaces when converting enum values
  • #3769 - Whitespaces in quarkus.http.cors.methods config is breaking build
  • #3768 - Fix the mailer config documentation
  • #3759 - Property el-impl.version used but not defined
  • #3752 - Removal of unused org.glassfish.web:el-impl from BOM
  • #3751 - BeanArchives.index() should never throw ISE
  • #3750 - Improve build failure report by including the stacktrace
  • #3748 - BeanArchives.index() should never throw ISE but signal that it is not possible to index the class
  • #3739 - Fixed typo in proposed-maven-version property
  • #3735 - Correctly add class path entries
  • #3729 - Fix for #3717: restrict ManagedExecutor injection type
  • #3717 - Ambiguous dependencies for type java.util.concurrent.ExecutorService and qualifiers [@default] when using SmallRye Context Propagation
  • #3708 - fixed typo in rest client guide - javax.inject.Singleton
  • #3701 - Restore the config provider on restarts
  • #3682 - upgrade of kogito (0.3.0) that supports persistence based on infinispan
  • #3680 - Add SQL load script to the hot deployment watched files list
  • #3678 - Jandex re-indexing warning for narayana-jta-5.9.6.Final.jar when Quarkus starts
  • #3661 - Hibernate SQL load script is not reloaded during dev mode
  • #3640 - Correct calculation of remaining time in millis within the AmazonLambdaContext
  • #3633 - Update undertow-reference.adoc
  • #3622 - Add some additional ignores to uberjar construction
  • #3613 - Do not delete generated files
  • #3609 - Make the Jackson mapper of Amazon Lambda case insensitive
  • #3601 - Do not wrap custom claim strings into JSONString
  • #3597 - Remove containerRuntime default value from Gradle plugin
  • #3596 - MicroProfile JWT application works with Payara Micro, Thorntail, TomEE and fails with Quarkus
  • #3592 - Hot reload fails with InvalidPathException on Windows
  • #3589 - Kotlin upgrade from 1.3.31 to 1.3.41
  • #3583 - Upgrade Narayana to 5.9.6.Final
  • #3570 - Add META-INF/io.netty.versions.properties to the uberJar ignore list
  • #3569 - Make sure fault tolerance recorder goes after Arc one to ensure proper shutdown order
  • #3565 - Add META-INF/io.netty.versions.properties to the uberJar ignore list
  • #3545 - CDI guide - mention Jandex maven plugin
  • #3544 - Docs: Using Vertx guide tells the user to specify versions
  • #3542 - Fix #3541 : kotlin pom template name
  • #3531 - fix missing @configitem on Flyway and HibernateSearch Config items
  • #3524 - fix: delete on neo4j-guide
  • #3523 - delete error on neo4j-guide
  • #3484 - Documentation about writing-native-applications-tips does not contain gradle examples
  • #3481 - Extension quarkus-amazon-lambda does not consume SQS payload correctly
  • #3450 - Generated-sources not resolved in dev mode
  • #3448 - Cleanup on live reload also removes generated classes
  • #2945 - Tell how to create a Jandex index in dependencies for multi-modules projects
  • #2063 - QuarkusNative now depends on Docker while building from Gradle?