Quarkus v1.7.3.Final Release Notes

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

    Complete changelog

    • #11979 - Fix elasticsearch extension file directory
    • #11955 - Add system property as gradle quarkusBuild task input
    • #11944 - Gradle: Cannot push containers to multiple repositories due to task caching
    • #11933 - Fix incorrect ImagePullPolicy forced setting
    • ๐Ÿ #11922 - Attempt to get around AccessDeniedException in Windows
    • โšก๏ธ #11920 - Update grpc-getting-started.adoc
    • #11917 - KubernetesProcessor No registry was set for the container image, so 'ImagePullPolicy' is being force-set to 'IfNotPresent'.
    • ๐Ÿš€ #11883 - Incorrect reference to "quarkus.openshift.sidecar" in the "Deploy to Kubernetes" guide.
    • #11882 - Fix issues with OpenShift sidecar handling
    • ๐Ÿ”’ #11878 - Fix NPE when combining security-jpa with form auth
    • ๐Ÿ›  #11877 - fixed property names in docs where grpc-server was used instead of grpc.server
    • #11874 - Prevent potential NPE during shutdown in GrpcServerReloader
    • ๐Ÿ”Œ #11873 - Fix Kotlin integration in the Gradle plugin
    • #11868 - JPA Form Based Authentication throws NullPointerException if username is incorrect
    • โฌ†๏ธ #11867 - Gradle build fails after upgrade to 1.7.2
    • ๐Ÿ›  #11849 - Backport more Mongo fixes to 1.7
    • #11797 - Make sure the application is shutdown properly in the shutdown hook
    • ๐Ÿ’ป #11792 - Command line app ignores SIGINT (Ctrl+C)