Cleanup readme.
This commit is contained in:
@@ -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
21
etc/adr/adr-002.adoc
Normal 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.
|
||||
Reference in New Issue
Block a user