Quarkus v1.8.2.Final Release Notes

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

    Complete changelog

    • โœ… #12523 - @TestHTTPEndpoint support for endpoints annotated with Spring Web's @RequestMapping
    • ๐Ÿ“„ #12508 - docs: Fix companion object link in Panache with Kotlin
    • #12487 - Combine both the combined index and the bean archive one in REST client
    • #12484 - Add Tika PDF FontBox native resources
    • #12477 - Fix add extension in Kafka Streams guide
    • #12476 - Index Envers base entity classes
    • ๐Ÿณ #12474 - Missing publish option in kms docker + specify version of localhost iโ€ฆ
    • #12471 - quarkus-hibernate-envers should add hibernate-envers to Jandex index
    • โœ… #12467 - @testsecurity fails if the method params are primitives
    • #12463 - Hibernate ORM extension boot is not holding the @startup event
    • #12459 - Fix the private key location in the smallrye-jwt guide
    • #12451 - Startup of Hibernate ORM was not registered as a ServiceStartBuildItem
    • ๐Ÿšš #12449 - The limitation of a single instance of Hibernate was removed
    • ๐Ÿ“š #12446 - Update documentation for "kafka" extension
    • โฌ†๏ธ #12440 - Upgrade Hibernate Validator to 6.1.6.Final
    • #12437 - Include JVM GC metrics in the Micrometer extension
    • ๐Ÿ“„ #12436 - Config docs improvements
    • #12425 - Include the JVM GC Binder in the Micrometer extension
    • #12421 - Make producer of MetricRegistry unremovable
    • #12420 - SmallRye GraphQL extension's metrics are broken
    • #12414 - Fix Fault Tolerance metrics via Micrometer
    • ๐Ÿ”’ #12413 - ClassNotFoundException on primitive arguments with quarkus-test-security
    • ๐Ÿ“‡ #12410 - Don't log warnings about duplicate build.metadata
    • #12401 - Fix the handling of the port 0
    • #12387 - Fix reflection registration issue with Jackson's @JsonSerialize
    • ๐Ÿ”ง #12382 - Make sasl.mechanism configurable in Kafka Streams extension
    • ๐Ÿ›  #12375 - SQS Amazon-service extension: Fixed a little typo in docs
    • โœ… #12370 - Always use localhost for @TestHTTPResource
    • โœ… #12369 - TestHTTPResource does not return localhost
    • #12367 - Fix broken GraalVM link
    • ๐Ÿ”’ #12364 - Adjust issuer URL in security-jwt guide
    • ๐Ÿ›  #12361 - Fixed incorrect docs for recordDelimiter
    • ๐Ÿ“š #12356 - Add details to documentation on how to deploy to OpenShift and test the application
    • โฌ†๏ธ #12348 - Upgrade SmallRye GraphQL to 1.0.11 fixing some minor bugs.
    • 0๏ธโƒฃ #12345 - com.fasterxml.jackson.databind.JsonMappingException: Class CustomSerializer has no default (no arg) constructor
    • ๐Ÿšš #12342 - Remove default priority method impl from SecurityIdentityAugmentor examples
    • โšก๏ธ #12329 - Update description of hibernate-orm-panache-common and google-cloud-functions-http to avoid duplicatetes
    • ๐Ÿ”ง #12323 - Fix "quarkus.container-image.*" entries not showing in the "All Configuration Options" guide
    • ๐Ÿ”ง #12316 - "quarkus.container-image.*" entries not showing in the "All Configuration Options" guide.
    • #12310 - Superclass injection will fail if subclass declares same field
    • #12299 - Link to the CDI intro from the getting started guide
    • ๐Ÿ”ง #12298 - Document Fault Tolerance configuration
    • ๐Ÿ‘ #12292 - Support OIDC cookie domain property
    • ๐Ÿ”ง #12281 - OIDC Session Cookie does not allow configuration of Domain
    • #12276 - Fix errors in the CDI guide
    • #12273 - Bump awssdk.version from 2.14.22 to 2.14.23
    • #12272 - Bump flyway-core from 6.5.6 to 6.5.7
    • ๐ŸŒฒ #12265 - Bump SLF4j JBoss logging to 1.2.1.Final
    • #12261 - Clean smallrye-metrics references
    • #12255 - Fix Sentry usage with fast-jar
    • โšก๏ธ #12253 - Docs: update s3 docs localstack instructions
    • ๐Ÿš€ #12252 - java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory with fast-jar deployment with Sentry extension
    • #12245 - Bump awssdk.version from 2.14.20 to 2.14.22
    • โœ๏ธ #12241 - docs: fix some typos in writing-extensions
    • #12234 - Spring's @scope#scopeName is now taken into account
    • #12233 - Spring DI layer ingores @scope#scopeName
    • #12230 - Quarkus app fails to start when generics are used in GraphQL endpoint
    • #12224 - Solves quarkus kakfa-streams extension devmode issue
    • #12223 - Kafka-streams dev mode broken
    • #12221 - Fix broken weld links
    • #12215 - Make use of BeanArchiveIndexBuildItem in rest client processor to be aware of generated beans from other extensions
    • ๐Ÿš€ #12205 - Fix deployment modules test dependencies
    • #12196 - Intersection of Smallrye, MP Metrics and micrometer not working
    • #12193 - Excluding animal-sniffer annotations and android-annotation dependency
    • ๐Ÿ“„ #12187 - Add gradle alternatives for generating jandex index in CDI docs
    • #12184 - Fix maven wrapper not working in codestarts for 1.8
    • #12181 - Only clear the DriverManager if a driver was loaded
    • #12180 - Micrometer Vert.x HTTP request propagation
    • #12177 - Trim spaces in CORS config
    • ๐Ÿ”’ #12176 - JWT Security Vulnerability
    • #12175 - Bump awssdk.version from 2.14.19 to 2.14.20
    • #12173 - Bump flyway-core from 6.5.5 to 6.5.6
    • โœ… #12116 - No suitable driver found for Postgresql with TestContainers since Quarkus 1.8
    • ๐ŸŒฒ #12024 - Dependency on slf4j-jboss-logging violates Apache license
    • #10104 - Native-Image: Newly created project with Tika extension can't extract anything