Quarkus v1.1.1.Final Release Notes

Release Date: 2020-01-07 // over 4 years ago
  • Major changes

    Complete changelog

    • #6435 - Fix Logger.getLogger example parameter
    • ๐Ÿ”Œ #6430 - Check that there is a pluginOptions child before iterating on it
    • #6428 - NPE launching in dev mode with Kotlin and version 1.1.0.Final
    • ๐ŸŒฒ #6422 - Make quarkus.log.sentry.dsn required only when sentry is enabled
    • #6413 - Fix Kubernetes manifest port handling
    • #6409 - Improve the Neo4j guide
    • #6408 - Container Port is 0 in Manifests generated by Kubernetes Extension
    • ๐ŸŒ #6407 - Take into account the web.xml MIME mappings in the Undertow extension
    • #6403 - Typo fix in Neo4j guide
    • ๐ŸŒ #6399 - Mime mappings in web.xml are ignored by undertow extension
    • #6398 - Improvements to STM text
    • #6393 - Document how to retrieve the active profile
    • ๐Ÿ— #6388 - Create BuildTimeRunTimeDefaultValuesConfigSource only once
    • #6387 - Add JSON-B and Jackson serialization to the Kafka guide
    • #6386 - enable hot reload on application.yaml
    • #6381 - Add Emitter usage to reactive messaging guides
    • #6371 - fix project name in the link to legumes.html
    • ๐Ÿ“„ #6370 - docs: fix project artifact id for jackson
    • ๐Ÿ“„ #6368 - docs(qute): add link to Qute reference guide in the Qute templating engine guide
    • #6367 - Document Qute template expression language
    • โšก๏ธ #6362 - Update docs with import for RegisterForReflection
    • #6358 - Fix elytron properties perf issues
    • #6351 - fix typo in quarkus-amazon-lambda extension's maven archetype resources
    • #6343 - spring-di: Handle javax.inject.Named on implict singleton bean
    • #6342 - spring-di: @nAmed should be a bean defining annotation
    • ๐Ÿ›  #6333 - Fixes spaces to be double spaces in all the examples
    • ๐Ÿ“š #6330 - Documentation improvements
    • #6328 - Fix extension descriptions
    • 0๏ธโƒฃ #6325 - Ensure that Kotlin Data classes with default values work in native with JAX-RS
    • ๐Ÿ— #6317 - Fixes Gradle build in Scala projects
    • ๐Ÿ— #6316 - A generated Scala project with Gradle doesn't build
    • ๐Ÿ”Œ #6312 - Added back methods mistakenly considered unused in QuarkusPluginExtension
    • ๐Ÿ— #6311 - A generated Kotlin project with Gradle doesn't build
    • #6310 - Ensure that the Kotlin compiler adds method param names to bytecode
    • ๐Ÿ”ง #6309 - Use same all-open configuration for generated Kotlin Maven projects as Gradle
    • โš  #6305 - Only have one warning about the non-open source Sentry license
    • #6302 - sentry.io is not opensource
    • โšก๏ธ #6301 - Introduce a deterministic ordering, between extensions, for database schema updates
    • ๐Ÿ #6290 - QuarkusDevModeTest - Address Class-Path parsing issues with Java 11 and Windows
    • #6284 - Add note about Sentry re-licensing to BSL
    • ๐Ÿ“ฆ #6282 - Fix package name of Neo4j health check
    • ๐Ÿš€ #6280 - HotReload (extensions\vertx-http\deployment) tests fails on Windows with Java 11
    • #6279 - Fix a typo in writing-extensions.adoc
    • ๐Ÿ‘ #6278 - Prevent UnsupportedOperationException in addSourcePaths
    • #6277 - Mention possibility to disable JSON for non prod
    • ๐Ÿ‘ #6275 - UnsupportedOperationException when trying to run dev mode on a multi-module project.
    • #6273 - Fix table design on safari and mobiles
    • #6264 - Cannot @Inject MongoClient using Kotlin
    • ๐Ÿ›  #6263 - Make application version and name available as (fixed) runtime properties
    • #6257 - Fix broken call-out
    • #6254 - auth-mechanism property does not exist
    • ๐Ÿ”Œ #6245 - Minor cleanup in Gradle plugin
    • #6235 - Fix file system path for overriding application.properties when using dev-mode with Gradle
    • ๐Ÿ“š #6224 - Fix a small documentation error
    • 0๏ธโƒฃ #6154 - Provided ManagedExecutor and ThreadContext beans should be default so that users can override them easily
    • #6148 - Creation of custom MP Context Propagation objects fails
    • #6041 - Kotlin data class not work without annotation
    • ๐Ÿณ #5942 - Flyway is not executed before Hiberrnate inside a docker container
    • ๐Ÿ‘ #3954 - Using Jackson support for Kotlin fails in native mode.