From d089ff245009603688729da435bdd5c7586a8f4a Mon Sep 17 00:00:00 2001 From: Jonathan Shook Date: Mon, 7 Dec 2020 13:36:45 -0600 Subject: [PATCH] document Java version references in project --- devdocs/java_versions.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 devdocs/java_versions.md diff --git a/devdocs/java_versions.md b/devdocs/java_versions.md new file mode 100644 index 000000000..538a2b734 --- /dev/null +++ b/devdocs/java_versions.md @@ -0,0 +1,18 @@ +# Java Version Updates + +This is a list of all the places that the Java version is referenced in +the NoSQLBench project. If you change versions or need to do +version-specific troubleshooting, this list will help. + +- In the Dockerfile, in the parent image "FROM" tag. + [here](../Dockerfile) +- In the Maven pom files, under `...`, `... + `, `...` + [here](../mvn-defaults/pom.xml) +- In some cases, a Maven variable '...` is used. + [here](../mvn-defaults/pom.xml) +- In the nb appimage build scripts under nb/build-bin.sh. + [here](../nb/build-bin.sh) +- In the github actions workflows for the Java runtime version +