StoRM Backend v1.11.20
This release requires and install Java 11. After the upgrade you can remove Java 1.8 (or set Java 11 as your default runtime JDK). Remember to restart the service at the end.
Enhancements:
- STOR-1357 - StoRM Backend and native libs should run with Java 11
Tips:
Remove Java 1.8 as follows:
yum remove java-1.8.0-openjdk java-1.8.0-openjdk-headless
Or set Java 11 as your default runtime JDK by running:
update-alternatives --config java
and choosing the proper version.