Quarkus v1.6.0.Final Release Notes

Release Date: 2020-07-08 // almost 4 years ago
  • Major changes

    Complete changelog

    • ๐Ÿณ #10419 - Fix fast-jar Dockerfile
    • ๐ŸŒฒ #10418 - Reduce log level of "objcopy" missing message
    • ๐Ÿ”’ #10413 - Fix the security-oauth2.adoc callouts
    • โœ… #10408 - Fix test dependency filtering in DevMojo
    • #10405 - Fix missing Jaeger client version in native mode
    • #10399 - Field jaeger.version is empty when using quarkus-jaeger
    • โช #10398 - Revert "Simplify runtime class transformation"
    • ๐Ÿคก #10396 - Document mocking an authorization server with Mockito
    • ๐Ÿณ #10395 - Dockerfile.native - write access to /work directory
    • ๐Ÿ”Œ #10393 - Ignore .cache directories created by the formatter-maven-plugin
    • ๐Ÿ“œ #10392 - Qute - fix parser
    • #10391 - Avoid version issues by using an extended name option to decode base64
    • #10389 - Set owner's permission to execute manage.sh
    • ๐Ÿ›  #10388 - Apply small fixes to GraphQL docs
    • #10387 - Escape pipe when transforming JavaDoc to AsciiDoc
    • #10386 - Generated manage.sh script not executable
    • #10385 - Removing unused import in Lambda template
    • #10382 - Hibernate Reactive services initiator fix
    • #10380 - Allow setting remote repository manager on BootstrapMavenContextConfig
    • #10370 - Knative manifest now uses valid port names
    • #10365 - Fix auth handling in Spring Cloud Config Client
    • ๐Ÿ”ง #10364 - Explain how to configure embedded authentication for integration testing
    • ๐ŸŒฒ #10351 - Fix use-parent-handlers case in logging doc
    • #10350 - [spring-cloud-config-client] Authentication not added when spring-cloud-config.url defines a endpoint, not a base url
    • ๐Ÿ›  #10348 - fixes property name in the application.properties example
    • โฌ†๏ธ #10346 - Use the AWS SDK BOM to avoid inconsistent versions and upgrade to 2.13.46 - Fix various other version alignments
    • #10345 - Honour @JsonIgnore on Panache entities
    • โฌ†๏ธ #10342 - Upgrade axle-client version to the one matching the mutiny-client version
    • โšก๏ธ #10337 - Update SmallRye Reactive Messaging to version 2.1.1
    • ๐Ÿ”’ #10334 - Make Elytron Security extensions config overridable at runtime
    • #10333 - Fix broken sidecar handling
    • #10332 - Generated knative.yaml does not work on Openshift Serverless
    • ๐Ÿ“š #10329 - Add documentation on how to use Wiremock in Quarkus tests
    • #10322 - Fix for #10320 - Backwards incompatible profile value resolution between Quarkus and SmallRye Config.
    • ๐ŸŒ #10321 - Add a section about the redirection to the OIDC web-app docs
    • #10320 - Config properties of inactive profiles are being expanded in 1.6.0.CR1
    • #10317 - Bump webjars-locator-core to 0.46
    • ๐Ÿ #10316 - Devmode .env: fall back to mklink /H on Windows
    • #10313 - Webjars-locator only works in quarkus:dev mode
    • #10312 - Fix broken anchor when linking to database vault example
    • #10310 - Make blocking router unordered
    • #10308 - Quarkus kubernetes sidecars configs do not work
    • #10307 - Use AppArtifactKey instead of a string in ExtensionDescriptorMojo
    • #10293 - Gcp HTTP functions improvements
    • #10292 - Concurrent requests for blocking reactive routes is limited by quarkus.vertx.event-loops-pool-size
    • ๐Ÿ“„ #10288 - Add 'Entity State-detection Strategies' to spring-data-jpa docs
    • #10286 - Dependency parity validator is missing dependencies with different versions
    • #10283 - Turn reactive datasource pools into synthetic beans
    • โšก๏ธ #10281 - updated the reactive getting-started guide to reflect the newer api
    • #10279 - Dependency parity validator is missing dependencies with different versions
    • #10278 - Ensure that enums can be used in ConfigProperties in native mode
    • #10277 - Using an Enum in ConfigProperties doesn't work in native mode
    • #10276 - Doc: reactive tx management with SqlClientHelper
    • #10274 - Netty's shaded JC Tools need Unsafe access in native mode
    • โš  #10261 - Provide warning for unsupported rest-client features in native
    • #10260 - quarkus.kubernetes.annotations gets not applied to ingress
    • ๐Ÿ”’ #10259 - LDAP Security - configuration needs to be modifiable at runtime
    • #10187 - Hibernate Reactive bug with generated IDs
    • #10170 - JVM args should be aware of quotes
    • ๐Ÿ’ป #10166 - -Dquarkus.args cannot handle more than one argument in command line
    • ๐Ÿ”Œ #10143 - quarkus-maven-plugin DevMojo erroneously excludes local project dependencies
    • โœ… #10126 - Allow QuarkusTest to override base URL of REST client
    • ๐Ÿ‘ #10093 - Add debug symbols support #9792
    • #10059 - Cannot inject reactive Pool/PgPool into gRPC Singleton
    • #9792 - Offer quarkus property to enable debug symbols
    • #9769 - wildcarded mqtt topic not receiving messages
    • ๐Ÿš€ #9100 - fix guide -> Deploying the application as Java application in OpenShift with jdk11
    • #8297 - Unable to copy .env file in dev mode
    • ๐Ÿ‘ป #5234 - MQ Message not acknowledged on thrown exception