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 2023/03/17 14:24:08 UTC

[commons-jexl] branch release updated (2eeaad9c -> a3fe9a60)

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

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


    from 2eeaad9c Merge pull request #166 from apache/master
     add b40bbc02 JEXL-394: let classmap/permmissions see synthetic/bridge methods (as long as they are public);
     add 398f5cdf JEXL-394: let classmap/permmissions see synthetic/bridge methods (as long as they are public);
     add ce52f3f9 Merge pull request #167 from apache/release
     add ff63b74d Merge remote-tracking branch 'origin/master'
     add 3e19a4da Bump actions/checkout from 3.3.0 to 3.4.0
     add a3f68b2f Merge pull request #169 from apache/dependabot/github_actions/actions/checkout-3.4.0
     add db6b9dc1 Bump actions/cache from 3.3.0 to 3.3.1
     add cdbe0d48 Merge pull request #168 from apache/dependabot/github_actions/actions/cache-3.3.1
     add a3fe9a60 JEXL-393: stop searching for a symbol constness when its declaration is found in a lexical scope;

No new revisions were added by this update.

Summary of changes:
 .github/workflows/codeql-analysis.yml              |  4 +--
 .github/workflows/maven.yml                        |  4 +--
 .github/workflows/scorecards-analysis.yml          |  2 +-
 pom.xml                                            |  3 ++
 .../org/apache/commons/jexl3/internal/Engine.java  | 13 ++++++---
 .../jexl3/internal/introspection/ClassMap.java     |  2 +-
 .../jexl3/introspection/JexlPermissions.java       |  2 +-
 .../apache/commons/jexl3/parser/JexlParser.java    |  8 ++---
 .../org/apache/commons/jexl3/Issues300Test.java    | 10 +++++++
 .../java/org/apache/commons/jexl3/LexicalTest.java | 34 ++++++++++++++++++++++
 10 files changed, 67 insertions(+), 15 deletions(-)