You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by he...@apache.org on 2022/11/16 17:13:22 UTC

[commons-jexl] branch master updated: JEXL-386, JEXL-384: release notes, changes

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 535e621d JEXL-386, JEXL-384: release notes, changes
535e621d is described below

commit 535e621d827a68e17e274fa34b6cbd7b24ecdccd
Author: henrib <he...@apache.org>
AuthorDate: Wed Nov 16 18:13:16 2022 +0100

    JEXL-386, JEXL-384: release notes, changes
---
 RELEASE-NOTES.txt       | 2 ++
 src/changes/changes.xml | 6 ++++++
 2 files changed, 8 insertions(+)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 01837652..eaee759b 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -56,6 +56,8 @@ New Features in 3.3:
 
 Bugs Fixed in 3.3:
 ==================
+* JEXL-386:     Non-inheritable permissions on interfaces are ignored in an inheritable sandbox
+* JEXL-384:     Improve control over JexlArithmetic null argument handling
 * JEXL-378:     Incremental operator and decremental operator do not honor the side-effect flag
 * JEXL-376:     Introspector captures methods on non-exported classes (modules, java9+)
 * JEXL-375:     Cannot access enums by their name when using sandbox
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ef62898b..9aa7acc3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -67,6 +67,12 @@
                 Configure accessible packages/classes/methods/fields
             </action>
             <!--  FIX -->
+            <action dev="henrib" type="fix" issue="JEXL-386" dure-to="Song Fuchang">
+                Non-inheritable permissions on interfaces are ignored in an inheritable sandbox
+            </action>
+            <action dev="henrib" type="add" issue="JEXL-384" due-to="Hussachai Puripunpinyo">
+                Improve control over JexlArithmetic null argument handling
+            </action>
             <action dev="henrib" type="fix" issue="JEXL-378" due-to="Hussachai Puripunpinyo">
                 Incremental operator and decremental operator do not honor the side-effect flag
             </action>