From 879c1993082d3834b16bafd80ac0d5202885e1c9 Mon Sep 17 00:00:00 2001 From: Ouahalou Youssef <46802308+youssefOuahalou@users.noreply.github.com> Date: Thu, 17 Jun 2021 18:58:38 +0200 Subject: [PATCH] Update 5.4-release-notes.md --- doc/release-notes/5.4-release-notes.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/release-notes/5.4-release-notes.md b/doc/release-notes/5.4-release-notes.md index 0f34db254fa..fff9de78e34 100644 --- a/doc/release-notes/5.4-release-notes.md +++ b/doc/release-notes/5.4-release-notes.md @@ -94,6 +94,11 @@ There are some things to note and keep in mind regarding the move to Java 11: `$ sudo yum install java-11-openjdk-devel` The `remove` command may provide an error message if -headless isn't installed. + + - Select the latest version of Java + + `$ sudo alternatives --config java` + - We targeted and tested Java 11, but 11+ will likely work. Java 11 was targeted because of its long term support. - If you're moving from a Dataverse installation that was previously running Glassfish 4.x (typically this would be Dataverse Software 4.x), you will need to adjust some JVM options in domain.xml as part of the upgrade process. We've provided these optional steps below. These steps are not required if your first installed Dataverse Software version was running Payara 5.x (typically Dataverse Software 5.x).