From c62cd13a19b0a2096c19cf21f948f96bfeb89cfb Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Thu, 28 Mar 2019 15:39:23 +0100 Subject: [PATCH] Cleanup readme. --- README.adoc | 2 -- etc/adr/adr-002.adoc | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 etc/adr/adr-002.adoc diff --git a/README.adoc b/README.adoc index 5944d1ba7..d69014e1d 100644 --- a/README.adoc +++ b/README.adoc @@ -28,8 +28,6 @@ So far we have identified the following modules: Those will be reassembled as packages inside Spring Data Neo4j RX. There are no short-term planes to create additional artifacts from those. -NOTE: However, we should discuss if you could try a JDK 11 only project. - [[schema]] ==== Schema diff --git a/etc/adr/adr-002.adoc b/etc/adr/adr-002.adoc new file mode 100644 index 000000000..156958ad2 --- /dev/null +++ b/etc/adr/adr-002.adoc @@ -0,0 +1,21 @@ +== ADR 2: Build on and compile for JDK11 + +=== Status + +proposed + +=== Context + +JDK 8 is deprecated and has left support. +Neo4j 4.0 is already build on JDK 11 and probably compiled to it as well. + +=== Decision + +Not yet made. + +=== Consequences + +* + We would target a modern platform +* + We would benefit from SDK enhancements +* 0 We could benefit from JPMS +* - Adoption rate could be lower.