Cleanup readme.

This commit is contained in:
Michael Simons
2019-03-28 15:39:23 +01:00
parent 5ab8facba3
commit c62cd13a19
2 changed files with 21 additions and 2 deletions

View File

@@ -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

21
etc/adr/adr-002.adoc Normal file
View File

@@ -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.