Skip to content

Commit 4772265

Browse files
committed
[SPARK-26298][BUILD] Upgrade Janino to 3.0.11
## What changes were proposed in this pull request? This PR aims to upgrade Janino compiler to the latest version 3.0.11. The followings are the changes from the [release note](http://janino-compiler.github.io/janino/changelog.html). - Script with many "helper" variables. - Java 9+ compatibility - Compilation Error Messages Generated by JDK. - Added experimental support for the "StackMapFrame" attribute; not active yet. - Make Unparser more flexible. - Fixed NPEs in various "toString()" methods. - Optimize static method invocation with rvalue target expression. - Added all missing "ClassFile.getConstant*Info()" methods, removing the necessity for many type casts. ## How was this patch tested? Pass the Jenkins with the existing tests. Closes #23250 from dongjoon-hyun/SPARK-26298. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent 5a140b7 commit 4772265

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

dev/deps/spark-deps-hadoop-2.7

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ commons-beanutils-core-1.8.0.jar
3434
commons-cli-1.2.jar
3535
commons-codec-1.10.jar
3636
commons-collections-3.2.2.jar
37-
commons-compiler-3.0.10.jar
37+
commons-compiler-3.0.11.jar
3838
commons-compress-1.8.1.jar
3939
commons-configuration-1.6.jar
4040
commons-crypto-1.0.0.jar
@@ -98,7 +98,7 @@ jackson-module-jaxb-annotations-2.9.6.jar
9898
jackson-module-paranamer-2.9.6.jar
9999
jackson-module-scala_2.12-2.9.6.jar
100100
jackson-xc-1.9.13.jar
101-
janino-3.0.10.jar
101+
janino-3.0.11.jar
102102
javassist-3.18.1-GA.jar
103103
javax.annotation-api-1.2.jar
104104
javax.inject-1.jar

dev/deps/spark-deps-hadoop-3.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ commons-beanutils-1.9.3.jar
3131
commons-cli-1.2.jar
3232
commons-codec-1.10.jar
3333
commons-collections-3.2.2.jar
34-
commons-compiler-3.0.10.jar
34+
commons-compiler-3.0.11.jar
3535
commons-compress-1.8.1.jar
3636
commons-configuration2-2.1.1.jar
3737
commons-crypto-1.0.0.jar
@@ -97,7 +97,7 @@ jackson-mapper-asl-1.9.13.jar
9797
jackson-module-jaxb-annotations-2.9.6.jar
9898
jackson-module-paranamer-2.9.6.jar
9999
jackson-module-scala_2.12-2.9.6.jar
100-
janino-3.0.10.jar
100+
janino-3.0.11.jar
101101
javassist-3.18.1-GA.jar
102102
javax.annotation-api-1.2.jar
103103
javax.inject-1.jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
<!-- org.apache.commons/commons-lang3/-->
174174
<commons-lang3.version>3.8.1</commons-lang3.version>
175175
<datanucleus-core.version>3.2.10</datanucleus-core.version>
176-
<janino.version>3.0.10</janino.version>
176+
<janino.version>3.0.11</janino.version>
177177
<jersey.version>2.22.2</jersey.version>
178178
<joda.version>2.9.3</joda.version>
179179
<jodd.version>3.5.2</jodd.version>

0 commit comments

Comments
 (0)