mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
document Java version references in project
This commit is contained in:
parent
70f22ad899
commit
d089ff2450
18
devdocs/java_versions.md
Normal file
18
devdocs/java_versions.md
Normal file
@ -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 `<source>...</source>`, `<release>...
|
||||||
|
</release>`, `<target>...</target>`
|
||||||
|
[here](../mvn-defaults/pom.xml)
|
||||||
|
- In some cases, a Maven variable '<java.target.version>...</java.target.
|
||||||
|
version>` 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user