Skip to content

Micronaut 1.2.2

Compare
Choose a tag to compare
@graemerocher graemerocher released this 13 Sep 17:06

NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository:

repositories {
    maven {
        url  "https://dl.bintray.com/micronaut/core-releases-local" 
    }
}

Notable fixes:

  • The configured Consul ACL will now be used when retrieving configuration
  • A regression introduced in 1.2.1 involving duplicate routes has been resolved
  • A regression introduced in 1.2.1 involving qualifier propagation to proxies has been resolved
  • The Eureka client will now be properly disabled if both registration and discovery are disabled