2020-12-07 13:36:45 -06:00
|
|
|
# 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.
|
2021-02-04 17:47:13 -06:00
|
|
|
[here](../../Dockerfile)
|
2020-12-07 13:36:45 -06:00
|
|
|
- In the Maven pom files, under `<source>...</source>`, `<release>...
|
|
|
|
</release>`, `<target>...</target>`
|
2021-02-04 17:47:13 -06:00
|
|
|
[here](../../mvn-defaults/pom.xml)
|
2020-12-07 13:36:45 -06:00
|
|
|
- In some cases, a Maven variable '<java.target.version>...</java.target.
|
|
|
|
version>` is used.
|
2021-02-04 17:47:13 -06:00
|
|
|
[here](../../mvn-defaults/pom.xml)
|
2020-12-07 13:36:45 -06:00
|
|
|
- In the nb appimage build scripts under nb/build-bin.sh.
|
2021-02-04 17:47:13 -06:00
|
|
|
[here](../../nb/build-bin.sh)
|
2020-12-07 13:36:45 -06:00
|
|
|
- In the github actions workflows for the Java runtime version
|
|
|
|
|