This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a change to branch release
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git
discard 1a1b100e Use HTTPS in URL
discard 83b43a5c Merge branch 'master' into release
discard ea6a9901 Prepare for the release candidate 3.6.0 RC1
add a2958dee Not quite ready for a release candidate
add 2ad56eaf JEXL-440 : clean up grammar; - various nits for next release;
add b6ba69ec JEXL: checkstyle;
add 70d7944a JEXL: checkstyle;
add a16ce64e JEXL: checkstyle;
add e8e0cc9c Typo
add 22243169 Fix site Javadoc archive link
add 08c9a895 Add POM scm/tag element
add ff438380 Reduce chance of breaking binary compatibility
add 2c2cd483 Fix Javadoc since tag
add f3b76f66 Add Javadoc since tag
add 4b4c4dc0 Use forEach()
add 3ddf1fb0 Use final and reduce nesting
add d7fb3eb5 Fix POM scm/tag element
add 65663253 Javadoc
add 30b1bfd9 Javadoc
add 5017507c Javadoc
add 3753c561 Add missing test paths
add 9b4d34ad 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 (1a1b100e)
\
N -- N -- N refs/heads/release (9b4d34ad)
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:
RELEASE-NOTES.txt | 52 +++++++++++++
pom.xml | 31 ++------
src/changes/changes.xml | 2 +-
.../java/org/apache/commons/jexl3/JexlContext.java | 2 +
.../org/apache/commons/jexl3/JexlFeatures.java | 5 ++
.../apache/commons/jexl3/internal/Debugger.java | 31 ++++++--
.../apache/commons/jexl3/internal/Interpreter.java | 9 +++
.../jexl3/internal/introspection/ClassTool.java | 4 +-
.../commons/jexl3/introspection/JexlUberspect.java | 5 +-
.../org/apache/commons/jexl3/package-info.java | 32 ++++----
.../commons/jexl3/parser/ASTCaseStatement.java | 12 +--
.../commons/jexl3/parser/ASTSwitchExpression.java | 1 +
.../commons/jexl3/parser/ASTSwitchStatement.java | 37 ++++-----
.../apache/commons/jexl3/parser/JexlParser.java | 18 +++--
.../org/apache/commons/jexl3/parser/Parser.jjt | 80 ++++++++++----------
.../apache/commons/jexl3/parser/ParserVisitor.java | 2 +-
.../jexl3/scripting/JexlScriptEngineFactory.java | 8 +-
src/main/javadoc/overview.html | 14 ++--
src/site/site.xml | 2 +-
src/site/xdoc/building.xml | 2 +-
src/site/xdoc/index.xml | 16 ++--
.../org/apache/commons/jexl3/ArrayTypeTest.java | 4 +
.../org/apache/commons/jexl3/Issues400Test.java | 75 +++++++++----------
.../java/org/apache/commons/jexl3/SwitchTest.java | 87 +++++++++++++++++++++-
24 files changed, 339 insertions(+), 192 deletions(-)