This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 43101c7  [SPARK-28758][BUILD][SQL] Upgrade Janino to 3.0.15
43101c7 is described below

commit 43101c7328339f34d4e16735c694ec002611adee
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri Aug 16 11:33:02 2019 -0700

    [SPARK-28758][BUILD][SQL] Upgrade Janino to 3.0.15
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade `Janino` from `3.0.13` to `3.0.15` in order to 
bring the bug fixes. Please note that `3.1.0` is a major refactoring instead of 
bug fixes. We had better use `3.0.15` and wait for the stabler 3.1.x.
    
    ### Why are the changes needed?
    
    This brings the following bug fixes.
    
    **3.0.15 (2019-07-28)**
    
    - Fix overloaded single static method import
    
    **3.0.14 (2019-07-05)**
    
    - Conflict in sbt-assembly
    - Overloaded static on-demand imported methods cause a CompileException: 
Ambiguous static method import
    - Handle overloaded static on-demand imports
    - Major refactoring of the Java 8 and Java 9 retrofit mechanism
    - Added tests for "JLS8 8.6 Instance Initializers" and "JLS8 8.7 Static 
Initializers"
    - Local variables in instance initializers don't work
    - Provide an option to keep generated code files
    - Added compile error handler and warning handler to ICompiler
    
    ### Does this PR introduce any user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Pass the Jenkins with the existing tests.
    
    Closes #25474 from dongjoon-hyun/SPARK-28758.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 dev/deps/spark-deps-hadoop-2.7 | 4 ++--
 dev/deps/spark-deps-hadoop-3.2 | 4 ++--
 pom.xml                        | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev/deps/spark-deps-hadoop-2.7 b/dev/deps/spark-deps-hadoop-2.7
index 0022d26..18dd878 100644
--- a/dev/deps/spark-deps-hadoop-2.7
+++ b/dev/deps/spark-deps-hadoop-2.7
@@ -30,7 +30,7 @@ commons-beanutils-1.9.3.jar
 commons-cli-1.2.jar
 commons-codec-1.10.jar
 commons-collections-3.2.2.jar
-commons-compiler-3.0.13.jar
+commons-compiler-3.0.15.jar
 commons-compress-1.8.1.jar
 commons-configuration-1.6.jar
 commons-crypto-1.0.0.jar
@@ -96,7 +96,7 @@ jackson-module-paranamer-2.9.9.jar
 jackson-module-scala_2.12-2.9.9.jar
 jackson-xc-1.9.13.jar
 jakarta.xml.bind-api-2.3.2.jar
-janino-3.0.13.jar
+janino-3.0.15.jar
 javassist-3.18.1-GA.jar
 javax.annotation-api-1.2.jar
 javax.inject-1.jar
diff --git a/dev/deps/spark-deps-hadoop-3.2 b/dev/deps/spark-deps-hadoop-3.2
index a46a569..ec1e31a 100644
--- a/dev/deps/spark-deps-hadoop-3.2
+++ b/dev/deps/spark-deps-hadoop-3.2
@@ -28,7 +28,7 @@ commons-beanutils-1.9.3.jar
 commons-cli-1.2.jar
 commons-codec-1.10.jar
 commons-collections-3.2.2.jar
-commons-compiler-3.0.13.jar
+commons-compiler-3.0.15.jar
 commons-compress-1.8.1.jar
 commons-configuration2-2.1.1.jar
 commons-crypto-1.0.0.jar
@@ -97,7 +97,7 @@ jackson-module-jaxb-annotations-2.9.9.jar
 jackson-module-paranamer-2.9.9.jar
 jackson-module-scala_2.12-2.9.9.jar
 jakarta.xml.bind-api-2.3.2.jar
-janino-3.0.13.jar
+janino-3.0.15.jar
 javassist-3.18.1-GA.jar
 javax.annotation-api-1.2.jar
 javax.inject-1.jar
diff --git a/pom.xml b/pom.xml
index c9b5bd1..72df4ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -181,7 +181,7 @@
     <!-- org.apache.commons/commons-lang3/-->
     <commons-lang3.version>3.8.1</commons-lang3.version>
     <datanucleus-core.version>3.2.10</datanucleus-core.version>
-    <janino.version>3.0.13</janino.version>
+    <janino.version>3.0.15</janino.version>
     <jersey.version>2.22.2</jersey.version>
     <joda.version>2.9.3</joda.version>
     <jodd.version>3.5.2</jodd.version>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to