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
from cefce9cf Bump to next development version
add 50f5924e Updates for the next release
add 2c900c83 Updates for the next release
add fe73af4d JEXL-462 : close RESTRICTED permission set; fix wildcard
exposure - Replace all '.*' wildcards in RESTRICTED with explicit '+{}' package
declarations so future JDK subpackages are never silently admitted. - Add
missing safe packages (java.uti.function/stream/regex/concurrent.atomic,
java.time.chrono/format/temporal/zone) and deny known hazards
(ZoneRulesProvider, executor classes, java.util.zip/jar/prefs/logging via the
closed-world boundary). - Extend the permissions en [...]
add edbf94b9 JEXL-462 : release notes, etc.
add eab0c5bb Prepare for the next release candidate
No new revisions were added by this update.
Summary of changes:
README.md | 4 +-
RELEASE-NOTES.txt | 34 +++++++++++
pom.xml | 8 +--
src/changes/changes.xml | 6 ++
.../jexl3/internal/introspection/Permissions.java | 52 ++++++++++++++---
.../internal/introspection/PermissionsParser.java | 7 +++
.../jexl3/introspection/JexlPermissions.java | 68 ++++++++++++++--------
src/site/xdoc/download_jexl.xml | 26 ++++-----
src/site/xdoc/relnotes.xml | 25 +++++++-
9 files changed, 178 insertions(+), 52 deletions(-)