Skip to content

Commit 7ecbee9

Browse files
authored
Update Java minimum version number in the setup UI (#542)
1 parent 831059a commit 7ecbee9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • opendj-server-legacy/src/main/java/org/opends/server/util

opendj-server-legacy/src/main/java/org/opends/server/util/Platform.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public final class Platform
6363
private static final PlatformIMPL IMPL;
6464

6565
/** The minimum java supported version. */
66-
public static final String JAVA_MINIMUM_VERSION_NUMBER = "7.0";
66+
public static final String JAVA_MINIMUM_VERSION_NUMBER = "8";
6767

6868
static
6969
{

0 commit comments

Comments
 (0)