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

garydgregory pushed a change to branch release
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git


 discard 3f7ebdf9 Bump actions/checkout from 6.0.3 to 7.0.0.
    omit ff296eab Prepare for the release candidate 3.6.3 RC1
     add 1d41aecf JEXL : release notes; - fixing unsafe JSR233 configuration;
     add cc3974f6 JEXL : release notes; - fixing unsafe JSR233 configuration;
     add f1de9629 JEXL : improve JSR233 implementation; - avoid over-sharing 
engine instance;
     add b51773e2 JEXL : improve JSR233 implementation; - avoid over-sharing 
engine instance;
     add efd82f88 JEXL : simplify JSR233 implementation; - accommodate java21+ 
javadoc;
     add 7bbeb7c8 Clean ups
     add 8ca846f8 Prepare for the next release candidate

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (3f7ebdf9)
            \
             N -- N -- N   refs/heads/release (8ca846f8)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/codeql-analysis.yml              |   2 +-
 .github/workflows/dependency-review.yml            |   2 +-
 .github/workflows/maven.yml                        |   2 +-
 .github/workflows/scorecards-analysis.yml          |   2 +-
 RELEASE-NOTES.txt                                  |  37 ------
 pom.xml                                            |   6 +-
 src/changes/changes.xml                            |   2 +-
 .../java/org/apache/commons/jexl3/JxltEngine.java  |   2 +-
 .../commons/jexl3/internal/TemplateEngine.java     |   2 +-
 .../jexl3/internal/TemplateInterpreter.java        |   2 +-
 .../internal/introspection/PermissionsParser.java  |   6 +-
 .../commons/jexl3/scripting/JexlScriptEngine.java  | 136 ++++++++++++---------
 .../jexl3/scripting/JexlScriptEngineFactory.java   |  84 +++++++++++--
 src/site/xdoc/relnotes.xml                         | 116 +++++++++++++++++-
 .../org/apache/commons/jexl3/ArithmeticTest.java   |   6 +-
 .../java/org/apache/commons/jexl3/CaptureLog.java  |   2 +-
 .../org/apache/commons/jexl3/ExceptionTest.java    |   8 +-
 .../org/apache/commons/jexl3/Issues100Test.java    |   5 +-
 .../org/apache/commons/jexl3/Issues400Test.java    | 105 ++++++++--------
 .../java/org/apache/commons/jexl3/JXLTTest.java    |   2 +-
 .../apache/commons/jexl3/LoggingPermissions.java   |  26 ++--
 .../java/org/apache/commons/jexl3/SwitchTest.java  |   2 +-
 .../apache/commons/jexl3/examples/StreamTest.java  |   4 +-
 .../jexl3/scripting/JexlScriptEngineTest.java      |  12 +-
 src/test/java/org/example/Pair.java                |   6 +-
 25 files changed, 364 insertions(+), 215 deletions(-)

Reply via email to