Quarkus v1.9.1.Final Release Notes

Release Date: 2020-10-29 // over 3 years ago
  • Major changes

    • ๐Ÿ‘ #12789 - Support SmallRye Config 1.9.2.

    Complete changelog

    • ๐Ÿ“š #12978 - Fix typos in asciidoc documentation
    • ๐Ÿ‘ #12963 - support abstract classes for resteasy #12927
    • #12962 - Add Caffeine cache implementations required by users
    • ๐Ÿ“œ #12940 - Improved the parsing of the host and port in vertx
    • #12939 - Wrong host forwarded after enabling proxy address forwarding
    • #12931 - If no password set don't attempt to connect
    • #12930 - Add client example to websocket guide
    • โœ… #12929 - Disabled proactive authentication and @testsecurity does not work
    • #12927 - RESTEasy tries to instantiate abstract resource base class
    • โšก๏ธ #12920 - Updated the doc examples to show the auth scheme returned is Bearer instead of MP-JWT
    • #12919 - JWT RBAC guide lists incorrect authentication scheme
    • #12912 - Runtime initialization of some imageio related classes
    • #12892 - Exclude Xerces dependency in Tika extension
    • โœ… #12882 - Disabled proactive authentication and @testsecurity does not work
    • #12880 - Qute - fix async resolution and CompletionStage
    • #12879 - Handle no main sourceset in gradle multi module project
    • #12878 - doc: fix typo
    • #12877 - Qute Asynchronous Data Resolution not working as stated in example
    • ๐Ÿšš #12875 - Remove dead link
    • #12872 - Fix remote dev for Gradle
    • ๐Ÿ›  #12862 - Fixed typo in getting started
    • #12861 - Small typo in the CDI reference guide
    • #12859 - doc: fix typo of bytecode
    • #12855 - Clean up the Container Image extensions
    • #12848 - Panache Data REST - Use correct tmp var when iterating over class hierarchy
    • ๐Ÿ“ฆ #12843 - Amazon services: Added xray package to the index scope
    • ๐Ÿ”ง #12842 - Amazon S3 Extension: Interceptors Configuration Fails to AWS Shipped Interceptors
    • #12832 - Add missing punctuations, spaces, etc. in grpc-getting-started doc
    • #12823 - Fix dependency name in Qute doc
    • #12821 - Store EntityManager per unit in TransactionSynchronizationRegistry
    • #12819 - gradle quarkus:dev task should be more lenient when analysing project dependencies
    • ๐Ÿ— #12808 - Fix typo in "Building my first extension" guide
    • #12805 - Wait for dev mode end after ctrl-C
    • #12804 - Cannot use multiple persistence units in same transaction
    • #12798 - Fix NPE in mutable-jar packaging non-jar dependencies
    • ๐Ÿ‘ #12789 - Support SmallRye Config 1.9.2.
    • ๐Ÿ“š #12778 - Fix typo of quarkus-resteasy in GCP functions documentation
    • #12776 - quarkusBuild / quarkusDev stuck using PanacheRepositoryResource with Quarkus > 1.8.0
    • #12775 - Fix spring-data-jpa field lookup with layered @MappedSuperclasses
    • ๐Ÿšš #12774 - Remove metrics spi dependency
    • #12773 - Quarkus Kubernetes extension conflict with Micrometer extension
    • โšก๏ธ #12771 - Update to Vert.x 3.9.4
    • ๐Ÿ— #12763 - buildRunnerJar threw an exception: java.lang.NullPointerException
    • #12760 - Add allow java.lang annotations for resources
    • #12758 - CNFE when using Smallrye @ConfigMapping
    • ๐Ÿ‘ #12753 - multi layered entity inheritance not supported by JpaRepository
    • #12727 - Bump smallrye-jwt from 2.3.0 to 2.3.1
    • #12723 - Quitting quarkus:dev with Ctrl+C doesn't allow @PreDestroy hooks to finish
    • ๐Ÿ— #12722 - Use builder to create stackdriver registry
    • #12717 - Match Mutiny version from quarkus-bom
    • 0๏ธโƒฃ #12710 - Fixed the default platform version range for the create command
    • #12707 - Fix gradle uber-jar in codestarts
    • #12705 - Fix codestarts encoding problem
    • ๐Ÿ’ป #12703 - At create from command line are have wrong version dependency
    • #12683 - Provide helpful error-message for BindException on quarkus.http.port
    • ๐Ÿ”ง #12648 - Cassandra doc explains how to configure the required annotation processor
    • #12561 - Bump debezium-core from 1.2.5.Final to 1.3.0.Final
    • #12535 - Quarkus-native failure "No instances of java.awt.color.ICC_ColorSpace are allowed in the image heap as this class should be initialized at image runtime."
    • #12475 - Allow private IDs in Panache Data REST
    • ๐Ÿ— #12458 - rest-data-panache: when native build has to write ID, use accessor trick or deprivitize field trick
    • ๐Ÿ—„ #12300 - Quarkus fails to startup if resource is annotated with @deprecated annotation
    • #12156 - Only include bootstrap dependencies in quarkus:dev ClassPath
    • #12136 - ServiceConfigurationError with "not a subtype" for external library in dev mode
    • ๐Ÿ— #10420 - Caffeine error at runtime when using native build
    • #8708 - Kotlin live reload dev mode not working when Tika extension is present
    • #6014 - Example for websocket client
    • #4890 - Improving the BindAddress error