Skip to content

Commit d1bf2b0

Browse files
committed
ci: update
1 parent 14a1b22 commit d1bf2b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/buildJdtlsExt.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ const path = require('path');
88
const server_dir = path.resolve('jdtls.ext');
99

1010
// Set JVM options to increase XML entity size limits
11+
// JDK 24 contains changes to JAXP limits, see: https://bugs.openjdk.org/browse/JDK-8343022
1112
const jvmOptions = [
1213
'-Djdk.xml.maxGeneralEntitySizeLimit=0',
13-
'-Djdk.xml.totalEntitySizeLimit=0',
14-
'-Djdk.xml.maxElementDepth=0'
14+
'-Djdk.xml.totalEntitySizeLimit=0'
1515
].join(' ');
1616

1717
// Set MAVEN_OPTS environment variable with JVM options

0 commit comments

Comments
 (0)