Micronaut 1.2.2
- Release Notes:
https://docs.micronaut.io/1.2.2/guide/index.html#whatsNew - Issues Closed: https://github.com/micronaut-projects/micronaut-core/milestone/25?closed=1
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