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
from 74621a1c Bump to next development version
add 7e5b5145 Bump github/codeql-action from 4.31.2 to 4.31.3
add b9a8f305 Merge pull request #392 from
apache/dependabot/github_actions/github/codeql-action-4.31.3
add c7207f8d Bump actions/dependency-review-action from 4.8.1 to 4.8.2
add dbc027c4 Merge pull request #393 from
apache/dependabot/github_actions/actions/dependency-review-action-4.8.2
add 7a50fa52 Merge branch 'release'
add ae6d6bca Updates for the next release
add 78e3732b Updates for the next release
add 9530cdcd Better grammar in the description
add a2b1001b JEXL-450: disable instantiation of internal classes in
RESTRICTED mode;
add 0c9b8369 Remove unused import
add ae2658bb Undo license header change
add f67b4707 Fix release note version
add 0ad80031 Merge pull request #394 from apache/JEXL-450
add 141fe5ad Bump org.apache.commons:commons-parent from 91 to 92
add 3be71aae Merge pull request #391 from
apache/dependabot/maven/org.apache.commons-commons-parent-92
add 048c506a Bump org.apache.commons:commons-parent from 91 to 92 #391
add ae868cc3 Dependabot => quarterly
add 625d1e21 Clarify description a bit
add 341a3a8a Bump commons-lang3 from 3.19.0 to 3.20.0
add 16f20da4 Use HTTPS to download XML Schema
add 04e6305b Bump CodeQL 4.31.4
add 55ee9dce Bump actions/checkout from v5.0.0 to v6.0.0
add 7df6b1c1 Bump org.apache.commons:commons-parent from 92 to 93
add 9b5b6734 Merge pull request #396 from
apache/dependabot/maven/org.apache.commons-commons-parent-93
add 52adeba4 Bump org.apache.commons:commons-parent from 92 to 93 #396
add 9bf8a3ba Bump github/codeql-action from 4.31.4 to 4.31.5
add 2fc99e6b Bump github/codeql-action from 4.31.4 to 4.31.5
add 9280d12f Bump github/codeql-action from 4.31.5 to 4.31.6
add 6e6886f4 JEXL-451: restore JexlSandbox permission capabilities on
Object.class;
add 28415712 [JEXL-451] Restore JexlSandbox permission capabilities on
Object.class
add cfc24384 Bump github/codeql-action from 4.31.5 to 4.31.6
add 6b81434a Fix Javadoc @link
add 970bc64e Better Javadoc
add 9cd11558 Bump actions/checkout from 6.0.0 to 6.0.1
add 55a7ba75 Bump actions/setup-java from 5.0.0 to 5.1.0
add 5d358a1a JEXL-451, JEXL-450: added specific tests; - fixed a few nits
in changes, release notes; - deprecated unused methods;
add 3bad718d JEXL-452: restore debug behavior; - added specific tests,
amended other; - updated relnotes, release-notes and changes;
add 5b20a0c6 JEXL-452: checkstyle;
add d5256c70 JEXL-452: checkstyle (again!);
add 00b0fea0 Merge branch 'master' of
https://github.com/apache/commons-jexl.git
add 30204169 Bump github/codeql-action from 4.31.6 to 4.31.7
add c4fe959c Ask for details on AI usage in creating a pull request
add c2bf6928 Add NetBean IDE metadata files to .gitignore
add 54b008d8 Use longer lines
add b278cd9f Inherit issueManagement element from parent POM
add 9f24ef51 Inherit property `commons.repo.name` from parent POM
add f51670b5 Javadoc
add 0afd3fe4 Prepare for the next release candidate
No new revisions were added by this update.
Summary of changes:
.github/dependabot.yml | 6 +-
.github/pull_request_template.md | 2 +-
.github/workflows/codeql-analysis.yml | 8 +-
.github/workflows/dependency-review.yml | 4 +-
.github/workflows/maven.yml | 4 +-
.github/workflows/scorecards-analysis.yml | 4 +-
.gitignore | 4 +
CONTRIBUTING.md | 2 +-
README.md | 7 +-
RELEASE-NOTES.txt | 51 ++++---
pom.xml | 20 +--
src/changes/changes.xml | 18 ++-
.../java/org/apache/commons/jexl3/JexlBuilder.java | 6 +-
.../java/org/apache/commons/jexl3/JexlEngine.java | 9 +-
.../org/apache/commons/jexl3/JexlException.java | 14 +-
.../java/org/apache/commons/jexl3/JexlOptions.java | 2 +-
.../apache/commons/jexl3/annotations/NoJexl.java | 2 +
.../org/apache/commons/jexl3/internal/Engine.java | 20 +--
.../apache/commons/jexl3/internal/Engine32.java | 2 +
.../jexl3/introspection/JexlPermissions.java | 5 +-
.../commons/jexl3/introspection/JexlSandbox.java | 2 +-
src/site/xdoc/download_jexl.xml | 28 ++--
src/site/xdoc/issue-tracking.xml | 2 +-
src/site/xdoc/mail-lists.xml | 2 +-
src/site/xdoc/relnotes35.xml | 103 ++++++++++++---
.../java/org/apache/commons/jexl3/CacheTest.java | 2 -
.../java/org/apache/commons/jexl3/CaptureLog.java | 12 ++
.../org/apache/commons/jexl3/ExceptionTest.java | 82 ++++++++++--
.../org/apache/commons/jexl3/Issues300Test.java | 5 +-
.../org/apache/commons/jexl3/Issues400Test.java | 147 ++++++++++++++++++++-
.../apache/commons/jexl3/PropertyAccessTest.java | 18 +--
.../org/apache/commons/jexl3/SideEffectTest.java | 36 ++---
32 files changed, 472 insertions(+), 157 deletions(-)