From 4506d37c54af65353d39a7c58a015d07441d7ab5 Mon Sep 17 00:00:00 2001 From: Kevin Sutter Date: Mon, 9 Jul 2018 13:55:23 -0500 Subject: [PATCH 1/3] updated refs to 2.0.1 --- spec/src/main/asciidoc/architecture.asciidoc | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/spec/src/main/asciidoc/architecture.asciidoc b/spec/src/main/asciidoc/architecture.asciidoc index 3d51cb2..eb6d0ca 100644 --- a/spec/src/main/asciidoc/architecture.asciidoc +++ b/spec/src/main/asciidoc/architecture.asciidoc @@ -30,10 +30,10 @@ Only this Specification will be generated and maintained to document the content In reverse chronological order, here's the specification for each MicroProfile release. -[[microprofile2.0]] -=== MicroProfile 2.0 (2Q2018) +[[microprofile2.0.1]] +=== MicroProfile 2.0.1 (3Q2018) -MicroProfile 2.0 is the sixth release for the https://projects.eclipse.org/projects/technology.microprofile[Eclipse MicroProfile project]. +MicroProfile 2.0.1 [1] is the sixth release for the https://projects.eclipse.org/projects/technology.microprofile[Eclipse MicroProfile project]. This is a major new release for MicroProfile since the Java EE dependencies are now based on Java EE 8. If you are still dependent on Java EE 7, please consider using the https://github.com/eclipse/microprofile/tree/1.x-branch[1.x branch of MicroProfile]. @@ -54,15 +54,18 @@ Thus, the complete list of functional components for MicroProfile 2.0 includes.. - https://jcp.org/en/jsr/detail?id=367[JSON-B 1.0] - https://jcp.org/en/jsr/detail?id=374[JSON-P 1.1] +[1] *Note:* MicroProfile 2.0.1 corrected the maven coordinates for JSON-B 1.0 in the pom.xml file. +The intended content for MicroProfile 2.0 did not change -- just a minor update to the pom.xml file. + The Maven coordinates for this Eclipse release are as follows: ---- org.eclipse.microprofile microprofile - 2.0 + 2.0.1 pom provided ---- -Here is the link to https://github.com/eclipse/microprofile/releases/tag/2.0[the github repository] for this Eclipse-based project. +Here is the link to https://github.com/eclipse/microprofile/releases/tag/2.0.1[the github repository] for this Eclipse-based project. From 6f46d24bafec88b28b26c16a3dc3a58c06547edb Mon Sep 17 00:00:00 2001 From: Kevin Sutter Date: Mon, 9 Jul 2018 14:07:46 -0500 Subject: [PATCH 2/3] updated version to 2.0.1-SNAPSHOT --- pom.xml | 2 +- spec/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c237847..9f65273 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.eclipse.microprofile microprofile pom - 2.1-SNAPSHOT + 2.0.1-SNAPSHOT MicroProfile The MicroProfile Specification and Information Repository diff --git a/spec/pom.xml b/spec/pom.xml index 6d79665..5bc660c 100644 --- a/spec/pom.xml +++ b/spec/pom.xml @@ -27,7 +27,7 @@ org.eclipse.microprofile microprofile - 2.1-SNAPSHOT + 2.0.1-SNAPSHOT org.eclipse.microprofile From 800b36bbdc0031d11839b10838b7f542024e8610 Mon Sep 17 00:00:00 2001 From: Kevin Sutter Date: Mon, 9 Jul 2018 14:13:48 -0500 Subject: [PATCH 3/3] couple more 2.0.1 references --- spec/src/main/asciidoc/architecture.asciidoc | 4 ++-- spec/src/main/asciidoc/required-apis.asciidoc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spec/src/main/asciidoc/architecture.asciidoc b/spec/src/main/asciidoc/architecture.asciidoc index eb6d0ca..e7b517c 100644 --- a/spec/src/main/asciidoc/architecture.asciidoc +++ b/spec/src/main/asciidoc/architecture.asciidoc @@ -37,8 +37,8 @@ MicroProfile 2.0.1 [1] is the sixth release for the https://projects.eclipse.org This is a major new release for MicroProfile since the Java EE dependencies are now based on Java EE 8. If you are still dependent on Java EE 7, please consider using the https://github.com/eclipse/microprofile/tree/1.x-branch[1.x branch of MicroProfile]. -Based on our time-boxed process, the content for MicroProfile 2.0 will be MicroProfile 1.4 plus Java EE 8. -Thus, the complete list of functional components for MicroProfile 2.0 includes... +Based on our time-boxed process, the content for MicroProfile 2.0.1 will be MicroProfile 1.4 plus Java EE 8. +Thus, the complete list of functional components for MicroProfile 2.0.1 includes... - https://github.com/eclipse/microprofile-config/releases/tag/1.3[MicroProfile Config 1.3] - https://github.com/eclipse/microprofile-fault-tolerance/releases/tag/1.1[MicroProfile Fault Tolerance 1.1] diff --git a/spec/src/main/asciidoc/required-apis.asciidoc b/spec/src/main/asciidoc/required-apis.asciidoc index 0071498..2f5b964 100644 --- a/spec/src/main/asciidoc/required-apis.asciidoc +++ b/spec/src/main/asciidoc/required-apis.asciidoc @@ -21,7 +21,7 @@ [[required-apis]] == Required APIs -Compliant implementations of Eclipse MicroProfile 2.0 must provide at least the following APIs and minimum versions. +Compliant implementations of Eclipse MicroProfile 2.0.1 must provide at least the following APIs and minimum versions. These APIs and versions guarantee application developers a minimum set of APIs and are not intended to be restrictive. Implementations may include APIs not listed below as well they may support more recent versions than what is listed below.