Add Magnesium changes 50/88550/1
authorLuis Gomez <ecelgp@gmail.com>
Fri, 20 Mar 2020 16:27:18 +0000 (09:27 -0700)
committerLuis Gomez <ecelgp@gmail.com>
Fri, 20 Mar 2020 16:27:18 +0000 (09:27 -0700)
- Move JSONRPC to Managed
- Replace JDK8 -> JDK11

Change-Id: Ibd40e3dbada80fa3c360506a7a3dd34cdd3a9c79
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
docs/index.rst
docs/release-notes/index.rst

index bd23f1a0a4b29e3c2280385db9872d9333057d05..1e53075e2ca9ca3af326621c05833713ac884a62 100644 (file)
@@ -34,6 +34,7 @@ Managed Projects
 * :doc:`DAEXIM Documentation <daexim:index>`
 * :doc:`Genius Documentation <genius:index>`
 * :doc:`Infrautils Documentation <infrautils:index>`
+* :doc:`JSON RPC Documentation <jsonrpc:index>`
 * :doc:`LISP Flow Mapping Documentation <lispflowmapping:index>`
 * :doc:`MD-SAL Documentation <mdsal:index>`
 * :doc:`NetConf Documentation <netconf:index>`
@@ -47,7 +48,6 @@ Managed Projects
 Self-Managed Projects
 ~~~~~~~~~~~~~~~~~~~~~
 
-* :doc:`JSON RPC Documentation <jsonrpc:index>`
 * :doc:`TransportPCE Documentation <transportpce:index>`
 
 OpenDaylight Contributor Guides
index 96aa9daee11ea70c65620da25c7b2f5337b3a7c3..06e01c915b9de4f9a0fe2146528c7f0859b15a81 100644 (file)
@@ -7,7 +7,7 @@ Execution
 
 OpenDaylight includes `Karaf <https://karaf.apache.org>`_ containers, `OSGi <https://www.osgi.org>`_
 (Open Service Gateway Initiative) bundles, and Java class files, which are portable and can run on
-any Java 8-compliant JVM (Java virtual machine). Any add-on project or feature of a
+any Java 11-compliant JVM (Java virtual machine). Any add-on project or feature of a
 specific project may have additional requirements.
 
 Development
@@ -16,7 +16,7 @@ Development
 OpenDaylight is written in Java and utilizes Maven as a build tool. Therefore,
 the only requirements needed to develop projects within OpenDaylight include:
 
-* `Java JDK <https://www.oracle.com/technetwork/java/javase/certconfig-2095354.html>`_ 8-compliant
+* `Java JDK 11 <https://www.oracle.com/java/technologies/javase/products-doc-jdk11certconfig.html>`_
 * `Apache Maven <https://maven.apache.org>`_ 3.5.2 or later
 
 If an application or tool is built on top of OpenDaylight’s REST APIs, it does not