This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git
from 595a4f6c Pick up maven-antrun-plugin version from parent POM org.apache:apache new 08956ef6 Replace 2x empty lines with a single one new dd333ac0 Use Objects.requireNonNull() The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../java/org/apache/commons/jexl3/JexlEngine.java | 9 +++---- .../apache/commons/jexl3/internal/Debugger.java | 1 - .../org/apache/commons/jexl3/internal/Engine.java | 5 ++-- .../commons/jexl3/internal/FqcnResolver.java | 5 ++-- .../apache/commons/jexl3/internal/Interpreter.java | 2 -- .../commons/jexl3/internal/TemplateEngine.java | 5 ++-- .../commons/jexl3/internal/TemplateScript.java | 9 +++---- .../internal/introspection/SandboxUberspect.java | 9 +++---- .../commons/jexl3/introspection/JexlSandbox.java | 2 -- .../commons/jexl3/scripting/JexlScriptEngine.java | 29 ++++++++-------------- .../commons/jexl3/ArithmeticOperatorTest.java | 3 --- .../java/org/apache/commons/jexl3/JXLTTest.java | 1 - .../apache/commons/jexl3/internal/RangeTest.java | 1 - .../jexl3/scripting/JexlScriptEngineTest.java | 1 - 14 files changed, 26 insertions(+), 56 deletions(-)