Skip to content

Commit 382a11f

Browse files
IlyaEpaddaleax
andauthored
feat(java-shell)!: update org.graalvm.polyglot and org.graalvm.js to 25.0.1 (#2579)
* Update org.graalvm.polyglot and org.graalvm.js to 25.0.1 * Update the JDK version used in CI to JDK 17 * Allow an additional JS number input parsing result --------- Co-authored-by: Anna Henningsen <[email protected]>
1 parent ca06ad8 commit 382a11f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.evergreen/setup-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -x
44
OS_ARCH="$(uname "-m")"
55

66
export BASEDIR="$PWD/.evergreen"
7-
export PATH="$BASEDIR/npm-10/node_modules/.bin:$BASEDIR/node-v$NODE_JS_VERSION-win-x64:/opt/java/jdk16/bin:$PATH"
7+
export PATH="$BASEDIR/npm-10/node_modules/.bin:$BASEDIR/node-v$NODE_JS_VERSION-win-x64:/opt/java/jdk17/bin:$PATH"
88

99
export MONGOSH_GLOBAL_CONFIG_FILE_FOR_TESTING="$BASEDIR/../../testing/tests-globalconfig.conf"
1010

packages/java-shell/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ compileJava.dependsOn browserifyShellApi
2626
dependencies {
2727
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
2828
testImplementation group: 'junit', name: 'junit', version: '4.13.1'
29-
implementation group: 'org.graalvm.js', name: 'js', version: '22.3.1'
29+
implementation group: 'org.graalvm.polyglot', name: 'polyglot', version: '25.0.1'
30+
implementation group: 'org.graalvm.js', name: 'js', version: '25.0.1'
3031
implementation group: 'org.mongodb', name: 'mongodb-driver-sync', version: '4.11.1'
3132
implementation group: 'org.apache.commons', name: 'commons-text', version: '1.10.0'
3233
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
LongResult: 2147483649
2+
LongResult: 1281104301025214464
3+
LongResult: 1281104301025214467

0 commit comments

Comments
 (0)