Micronaut 1.0.0 RC3
Pre-release
Pre-release
- Release Notes:
https://docs.micronaut.io/1.0.0.RC3/guide/index.html#whatsNew - Issues Closed: https://github.com/micronaut-projects/micronaut-core/milestone/8?closed=1
- Breaking Changes: https://docs.micronaut.io/1.0.0.RC3/guide/index.html#breaks
- Graeme's Blog: https://objectcomputing.com/news/2018/10/16/micronaut-10-rc3
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"
}
}