Github user kiszk commented on the issue:

    https://github.com/apache/spark/pull/14127
  
    [Here](http://janino-compiler.github.io/janino/changelog.html) is a change 
log of Janino. Updates from 2.7.8 are the followings:
    
    - JANINO-186: Code size error message should include method name: Also 
report when the constant pool size limit is exceeded.
    - JANINO-185: Improve logging: Replaced good ol' `if (DEBUG) 
System.err.println(...)` with `java.util.logging{.
    - `org.codehaus.janino.ScriptEvaluator` now supports the concept of "local 
methods".
    - Implemented annotations (declarations and uses)
    - Implemented enums (uses only)
    - Added (limited) support for method type parameters.
    - Added support for annotations on package declarations.
    - Added an "architectural overview" in the JAVADOC.
    
    The first item is a fix for the reported issue.  Other items seem to be to 
add new features. While I think that there is no potential incompatible changes 
according to changelog, I would like to see the result of Jenkins.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to