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

henrib pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git


The following commit(s) were added to refs/heads/master by this push:
     new cc3974f6 JEXL : release notes; - fixing unsafe JSR233 configuration;
cc3974f6 is described below

commit cc3974f650cf255bbdeba5ebaf9a3d88edd9ac34
Author: Henrib <[email protected]>
AuthorDate: Fri Jun 19 20:04:40 2026 +0200

    JEXL : release notes;
    - fixing unsafe JSR233 configuration;
---
 .../org/apache/commons/jexl3/scripting/JexlScriptEngineFactory.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/jexl3/scripting/JexlScriptEngineFactory.java 
b/src/main/java/org/apache/commons/jexl3/scripting/JexlScriptEngineFactory.java
index 7862b36e..3ddf190c 100644
--- 
a/src/main/java/org/apache/commons/jexl3/scripting/JexlScriptEngineFactory.java
+++ 
b/src/main/java/org/apache/commons/jexl3/scripting/JexlScriptEngineFactory.java
@@ -50,7 +50,7 @@ public class JexlScriptEngineFactory implements 
ScriptEngineFactory {
     /**
      * The default factory permissions.
      */
-    private static JexlPermissions defaultPermissions = null;
+    private static JexlPermissions defaultPermissions;
 
     /**
      * The engine permissions.

Reply via email to