Skip to content

Commit

Permalink
LPD-48410 uses CoreUtil.parseVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
annasuszter authored and drewbrokke committed Feb 19, 2025
1 parent b417509 commit 9f476c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ private String[] _getRuntimeVMArgs(IVMInstall vmInstall) {
args.add("-Dcatalina.base=\"" + bundlePath.toPortableString() + "\"");
args.add("-Dcatalina.home=\"" + bundlePath.toPortableString() + "\"");

Version portalVersion = new Version(getVersion());
Version portalVersion = CoreUtil.parseVersion(getVersion());

if (portalVersion.compareTo(new Version("7.0.0")) > 0) {
args.add("-Djdk.tls.ephemeralDHKeySize=2048");
Expand Down

0 comments on commit 9f476c0

Please sign in to comment.