Quarkus v1.10.3.Final Release Notes

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

    Complete changelog

    • โšก๏ธ #13739 - Updates XStream due to published CVE
    • ๐Ÿš€ #13727 - Fix dev mode when the same file is marked multiple times for hot deploy
    • โœ๏ธ #13726 - Fix typos in getting-started.adoc
    • โฌ†๏ธ #13722 - Error on quarkus:dev after upgrade to 1.10.2.Final only with multiple persistence units
    • ๐Ÿ”ง #13717 - DevMojo invokes other goals only if those are actually configured
    • โฌ†๏ธ #13715 - Upgrade SmallRye OpenAPI to 2.0.16
    • ๐Ÿ“œ #13713 - Properly parse the jvmArgs passed to make it a list
    • #13710 - Add guide link for RESTEasy Mutiny
    • #13709 - Add guide link for RESTEasy Multipart
    • #13708 - Make sure that remote-dev mode listens on all interfaces instead of localhost
    • #13706 - Close the app in the finally of IDELauncherImpl
    • #13704 - Register ServerFormUrlEncodedProvider manually
    • ๐Ÿ‘ #13701 - DevMojo invoking other goals should filter out goal params that aren't supported
    • #13693 - Escaping JSON strings in QuarkusErrorHandler
    • #13683 - OASFilter is called twice
    • #13682 - Make sure the StartupEvent is fired after the runtime config is set
    • 0๏ธโƒฃ #13681 - Invalid JSON returned from the default QuarkusErrorHandler (Vert.x)
    • #13674 - Missing reflection registration for Hibernate Reactive: OneToMany persisters
    • #13671 - Cannot find 'jvmArgs' in class io.quarkus.maven.GenerateCodeMojo
    • #13670 - Missing reflective registration of ReactiveOneToManyPersister
    • #13667 - Unable to invoke request: javax.ws.rs.ProcessingException: RESTEASY003215: could not find writer for content-type application/x-www-form-urlencoded type: javax.ws.rs.core.Form$1
    • #13657 - Interceptors - always skip bridge methods
    • ๐Ÿ”ง #13654 - Regression: Maven uberJar plugin parameter configuration
    • ๐Ÿ”ง #13653 - uberJar may appear to be ignored in Quarkus Maven plugin configuration
    • ๐Ÿšš #13651 - Remove spaces from quarkus.container-image.group when it's set to the username
    • ๐Ÿ”ง #13640 - Use System.err for configuration startup errors
    • ๐Ÿš€ #13638 - Listening on: http://localhost:8080 by default when a mutable jar is deployed to OpenShift
    • #13637 - Allow codestarts override and avoid duplicates
    • โšก๏ธ #13630 - Update OptaPlanner guide to 8.0 improvements
    • #13622 - Quarkus Jib fails if username contains a space although it is not even used
    • ๐Ÿ’ป #13615 - Implicit JSON Content-type impacts swagger-ui POST endpoints
    • #13586 - Create src/main/java when using -DnoExamples
    • ๐Ÿ“ฆ #13585 - Fix generated project with wrong duplicated package name
    • ๐Ÿš€ #13583 - Fix doc style on the deploying to google cloud guide
    • ๐Ÿ“š #13582 - Improve logging and documentation about objcopy dependency
    • ๐Ÿ“ฆ #13581 - Generated project have wrong package when using org.acme.something
    • #13578 - Fix failing github action (codestart)
    • ๐Ÿ”Œ #13577 - DevMojo: pick up invoked plugin goal configs from executions
    • ๐Ÿ‘ป #13573 - Fix potential hang if exception is thrown from authenticator
    • #13572 - Uppercase long suffix for mongodb-panache and hibernate-orm-panache
    • #13568 - CodeStarts - When using -DnoExamples, src/main/java is not created
    • ๐Ÿš€ #13563 - Fix name of elasticsearch-rest-client-common-deployment
    • #13559 - Throwing AuthenticationFailedException from IdentityProvider.authenticate stalls connection.
    • ๐Ÿ“š #13521 - Update documentation to reflect correct native-image sources location
    • ๐Ÿ“š #13518 - Native image - sources folder is not generated at the location mentioned by documentation
    • ๐Ÿ”ง #13484 - Maven Devmode in Quarkus 1.10.0 not working when maven-toolchains-plugin is configured
    • #13088 - Fix narayana-jta ClassNotFoundException in native mode
    • #10180 - ClassNotFoundException when using narayana-jta extension in the native mode

Previous changes from v1.10.2.Final

  • Major changes

    Complete changelog

    • #13554 - Maven devmode launcher regression: pass application args
    • #13552 - Add guides's link for AWS XRay
    • ๐Ÿ›  #13550 - Some fixes to allow JBang to work
    • #13546 - Fix JBang ClassLoading issue
    • โฑ #13532 - Fix SimpleScheduler pause functionality
    • #13529 - Rework constrained method inheritance for Hibernate Validator extension
    • #13526 - Gradle: process all the dependency constraints looking for the platform properties artifacts
    • #13524 - Ensure that primitive types in @ConfigProperties work as expected
    • #13523 - @ConfigProperties doesn't handle unset primitives
    • โฌ†๏ธ #13516 - Upgrade SmallRye GraphQL to 1.0.18
    • โฑ #13512 - SimpleScheduler: pause doesn't work
    • #13508 - JBang project fails to start using 1.10.0.Final version
    • โšก๏ธ #13501 - Update OpenShift doc to account for new environment variable options
    • #13470 - Hibernate validator does not work with extending interfaces
    • #13454 - Fix debugHost for Gradle's QuarkusDev
    • #13451 - Arguments passed with -Dquarkus.args are ignored in dev mode
    • โœ… #13223 - Change the dev/test mode defaults to localhost
    • โœ… #11536 - Hibernate Validator: Consider all superclasses when checking for annotations and add tests