Quarkus v1.2.1.Final Release Notes

Release Date: 2020-02-19 // about 4 years ago
  • Major changes

    Complete changelog

    • ๐Ÿš€ #7267 - Fix TIP formatting in deploying-to-openshift-s2i.adoc
    • ๐Ÿ›  #7247 - Fixed wording and typo in introduction
    • #7244 - Don't attempt to fetch() if we have eof
    • #7218 - Provide jpa metamodel for PanacheEntity class
    • ๐Ÿšš #7202 - Remove test-related entries in maven-compiler-plugin
    • #7190 - Add yaml config examples
    • โฑ #7176 - fix: potential NPE in SchedulerProcessor#collectScheduledMethods
    • #7167 - POST with HTTP/2 fails with: java.lang.IllegalStateException: Request has already been read
    • ๐Ÿ“š #7146 - Add the no-arg compiler plugin to the documentation
    • #7142 - Ensure that user provided ObjectMapperCustomizer objects always have higher priority
    • ๐Ÿš€ #7136 - guides: fix native builder when deploying to OCP
    • #7131 - Add XMLOutputFactoryImpl for reflection in JAXB extension
    • โšก๏ธ #7114 - Update base image in multistage native doc
    • #7110 - Exclude jackson-module-scala
    • #7082 - Image tag is missing the -java8 suffix
    • ๐Ÿณ #7064 - Dockerfile.native - run with non-root user 1001
    • ๐Ÿณ #7051 - Add tooling guides tip about JDK 11 native image generation from Docker
    • โšก๏ธ #7021 - Update URL for Graal VM CE downloads
    • ๐Ÿ“š #7010 - Adjust the artifact name of the PDF documentation to avoid conflicts
    • #7001 - Add StreamingOutput to the reflection ignore list for RESTEasy
    • #6991 - Process @Consumes for ContextResolvers in RESTEasy
    • #6953 - Ensure that quarkus:dev works with yet to be compiled Kotlin project
    • ๐Ÿง #6952 - Add librocksdbjni-linux64.so to the build when only containerRuntime is set
    • โฑ #6946 - Fix Scheduling Quartz Tasks with MSSQL JDBC Store
    • โฌ†๏ธ #6920 - Upgrade Hibernate Validator to 6.1.2.Final
    • โšก๏ธ #6901 - Update Gizmo and Quarkus HTTP
    • ๐Ÿ”ง #6894 - Reuse compiler configuration in quarkus:dev
    • #6874 - Fix duplicate dependencies issue in OpenTracing guide
    • #6865 - Fix incorrect Maven dependencies in Kafka Reactive Messaging tutorial
    • ๐Ÿ“œ #6863 - Register remaining XML parsing infrastructure for quarkus-jaxb
    • #6856 - Rename application-data-caching.adoc to cache.adoc
    • #6818 - Properly pass JVM Target options to kotlin dev-mode
    • #6815 - Extensions/jdbc/mariadb: fix new Options class path registered for reflection
    • #6813 - Bump mariadb-java-client from 2.5.3 to 2.5.4
    • #6779 - Bump kubernetes-client-bom from 4.7.0 to 4.7.1
    • ๐Ÿ“š #6775 - Fix a missing closing tag in Qute documentation
    • ๐Ÿš€ #6769 - Add missing caffeine-deployment to hibernate-orm-deployment