| | |
| | | import org.opends.server.util.SetupUtils; |
| | | import org.opends.server.util.TimeThread; |
| | | import org.opends.server.util.Validator; |
| | | import org.opends.server.util.VersionCompatibilityIssue; |
| | | import org.opends.server.util.StaticUtils; |
| | | import org.opends.server.util.args.ArgumentException; |
| | | import org.opends.server.util.args.ArgumentParser; |
| | | import org.opends.server.util.args.BooleanArgument; |
| | |
| | | System.out.println("Build JVM Version: " + BUILD_JVM_VERSION); |
| | | System.out.println("Build JVM Vendor: " + BUILD_JVM_VENDOR); |
| | | |
| | | System.out.println("Upgrade Event IDs: " + |
| | | StaticUtils.listToString( |
| | | VersionCompatibilityIssue.getAllEvents(), ",")); |
| | | |
| | | return; |
| | | } |
| | | else if (systemInfo.isPresent()) |