From 928827cdba37ed8e88b0c6a7241b635ec05e2a7c Mon Sep 17 00:00:00 2001 From: Graeme Rocher Date: Mon, 8 Oct 2018 16:16:34 +0200 Subject: [PATCH] Update BOM and Docs for RC2 --- bom/profiles.properties | 16 ++++++++-------- src/main/docs/guide/whatsNew.adoc | 9 ++++++++- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/bom/profiles.properties b/bom/profiles.properties index ab07f781a3..e8afa846a8 100644 --- a/bom/profiles.properties +++ b/bom/profiles.properties @@ -1,8 +1,8 @@ -base=1.0.0.BUILD-SNAPSHOT -service=1.0.0.BUILD-SNAPSHOT -kafka=1.0.0.BUILD-SNAPSHOT -cli=1.0.0.BUILD-SNAPSHOT -profile=1.0.0.BUILD-SNAPSHOT -federation=1.0.0.BUILD-SNAPSHOT -function=1.0.0.BUILD-SNAPSHOT -function-aws=1.0.0.BUILD-SNAPSHOT \ No newline at end of file +base=1.0.0.RC2 +service=1.0.0.RC2 +kafka=1.0.0.RC2 +cli=1.0.0.RC2 +profile=1.0.0.RC2 +federation=1.0.0.RC2 +function=1.0.0.RC2 +function-aws=1.0.0.RC2 \ No newline at end of file diff --git a/src/main/docs/guide/whatsNew.adoc b/src/main/docs/guide/whatsNew.adoc index 21c0324899..76b8997988 100644 --- a/src/main/docs/guide/whatsNew.adoc +++ b/src/main/docs/guide/whatsNew.adoc @@ -1,5 +1,12 @@ -Apart from https://github.com/micronaut-projects/micronaut-core/milestone/5?closed=1[issues resolved and minor enhancements] since the last release of Micronaut, this section covers significant new features. +Apart from https://github.com/micronaut-projects/micronaut-core/milestone/6?closed=1[issues resolved and minor enhancements] since the last release of Micronaut, this section covers significant new features. +=== Improvements from RC1 to RC2 + +The following changes and improvements were added since the last RC: + +* Eureka Improvements (automatic re-registration) +* Ribbon Improvements (use standard Ribbon configuration) +* Support for GraalVM 1.0 RC7 === Support for GraalVM Native Images