From 5b756dd6871956f86c940b86b8e9a50ef20f6de0 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Thu, 24 Oct 2024 09:04:31 +0200 Subject: [PATCH] chore(kb): start java's article --- .vscode/settings.json | 2 ++ knowledge base/java.md | 58 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 knowledge base/java.md diff --git a/.vscode/settings.json b/.vscode/settings.json index e60013d..c8f0bef 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -86,6 +86,7 @@ "awscli", "awscurl", "awskms", + "azul", "bitwarden", "boinc", "boinccmd", @@ -123,6 +124,7 @@ "configmap", "containerd", "coreutils", + "corretto", "cowsay", "cpufreq", "cpufrequtils", diff --git a/knowledge base/java.md b/knowledge base/java.md new file mode 100644 index 0000000..d819e27 --- /dev/null +++ b/knowledge base/java.md @@ -0,0 +1,58 @@ +# Java + +1. [OpenJDK](#openjdk) + 1. [Amazon Corretto](#amazon-corretto) + 1. [Azul Zulu](#azul-zulu) + 1. [Eclipse Adoptium](#eclipse-adoptium) +1. [Further readings](#further-readings) + 1. [Sources](#sources) + +## OpenJDK + +Open Java Development Kit. + +### Amazon Corretto + +No-cost, multiplatform, production-ready distribution of the OpenJDK. +Comes with long-term support that includes performance enhancements and security fixes. + +[Docker images][amazon corretto docker images]. + +### Azul Zulu + +Azul's offering for certified OpenJDK builds. +Comes with tight security and cost efficiencies. + +### Eclipse Adoptium + +TODO + +## Further readings + +- [Website] +- [Main repository] +- [Amazon Corretto documentation] +- [Azul] +- [Adoptium] + +### Sources + +- [Amazon Corretto Docker images] + + + + + + + +[main repository]: https://github.com/project/ +[website]: https://website/ + + +[amazon corretto documentation]: https://docs.aws.amazon.com/corretto/ +[amazon corretto docker images]: https://hub.docker.com/_/amazoncorretto +[azul]: https://www.azul.com +[adoptium]: https://adoptium.net/