Micronaut 1.0.0 RC2
Pre-release
Pre-release
- Release Notes:
https://docs.micronaut.io/1.0.0.RC2/guide/index.html#whatsNew - Issues Closed: https://github.com/micronaut-projects/micronaut-core/milestone/7?closed=1
- Breaking Changes: https://docs.micronaut.io/1.0.0.RC2/guide/index.html#breaks
- Graeme's Blog: https://objectcomputing.com/news/2018/10/08/micronaut-10-rc2
NOTICE: There is a temporary synchronization problem between bintray and jcenter. If you are having trouble resolving the websocket
dependency please add the following repo until it is resolved:
repositories {
maven {
url "https://dl.bintray.com/micronaut/core-releases-local"
}
}