diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,9 +1,14 @@ # onap-java -This project aims to produce a reference ONAP baseline including JAVA 11. +This project aims to produce a reference ONAP baseline including JAVA 11 +following the seccom receommendations [1] ## versions +### 8.0.0 + +Update Java to 11.0.9 + ### 7.2.0 Added 'openssl' (OpenSSL 1.1.1g 21 Apr 2020) @@ -25,3 +30,5 @@ You may sepecif 2 env variable to customize the way you are stating java: - ENV JAVA_OPTS: by default set to -Xms256m -Xmx1g - ENV JAVA_SEC_OPTS: empty by default + +[1]: https://git.onap.org/integration/seccom/tree/recommended_versions.yaml |