Quarkus v1.10.3.Final Release Notes
Release Date: 2020-12-08 // about 2 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