(commons-jexl) branch master updated: JEXL-447 : jxlt parsing fix, added test;

2025-09-24 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git The following commit(s) were added to refs/heads/master by this push: new 7f1371be JEXL-447 : jxlt parsing fix

(commons-jexl) branch master updated (443250b6 -> 10ee4236)

2025-09-24 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git from 443250b6 Bump org.apache.commons:commons-parent from 87 to 88 #372 add 703e6ebd [JEXL-446] Accept module

(commons-jexl) 01/01: Merge pull request #374 from wrprice/JEXL-446

2025-09-24 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git commit 10ee423686c458e412f294333a72dedc4416ec02 Merge: 443250b6 703e6ebd Author: Henrib AuthorDate: Wed Sep 24 15:50:57

(commons-jexl) branch JEXL-445 updated: JEXL-445 : revised grammar by Marc Mazas (thanks :-)), few remaining constructs to check; - update test error check;

2025-09-21 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch JEXL-445 in repository https://gitbox.apache.org/repos/asf/commons-jexl.git The following commit(s) were added to refs/heads/JEXL-445 by this push: new 39628e59 JEXL-445 : revised grammar

(commons-jexl) 02/05: Fix Checkstyle

2025-09-20 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch JEXL-445 in repository https://gitbox.apache.org/repos/asf/commons-jexl.git commit 15992cdefe6c2a2e4588c13b368b1b580483 Author: Gary D. Gregory AuthorDate: Fri Sep 5 10:59:25 2025 -0700

(commons-jexl) branch JEXL-445 updated: JEXL-445 : fix source of errors parsing comments;

2025-09-16 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch JEXL-445 in repository https://gitbox.apache.org/repos/asf/commons-jexl.git The following commit(s) were added to refs/heads/JEXL-445 by this push: new 6dedae3a JEXL-445 : fix source of

(commons-jexl) 05/05: Bump com.google.code.gson:gson from 2.13.1 to 2.13.2 #371

2025-09-15 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch JEXL-445 in repository https://gitbox.apache.org/repos/asf/commons-jexl.git commit 617117a5231e20468f33299ed080c09331fb6825 Author: Gary Gregory AuthorDate: Fri Sep 12 11:06:18 2025 -0400

(commons-jexl) branch JEXL-445 updated (c2efac05 -> 617117a5)

2025-09-15 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a change to branch JEXL-445 in repository https://gitbox.apache.org/repos/asf/commons-jexl.git from c2efac05 JEXL-445 : clean up parser default state handling; new 5f6198b4 JEXL-440: moving tests in

(commons-jexl) 01/05: JEXL-440: moving tests in dedicated class; - refined parsing exception error reporting;

2025-09-15 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch JEXL-445 in repository https://gitbox.apache.org/repos/asf/commons-jexl.git commit 5f6198b47a6e108448a6f42a5dd6b0d16d2c1d73 Author: Henrib AuthorDate: Mon Sep 1 15:00:08 2025 +0200 JEXL-440

(commons-jexl) 04/05: Bump com.google.code.gson:gson from 2.13.1 to 2.13.2

2025-09-15 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch JEXL-445 in repository https://gitbox.apache.org/repos/asf/commons-jexl.git commit 547a384b064c99a897125d83e4bd55b9f52c1dfa Author: dependabot[bot] <49699333+dependabot[

(commons-jexl) 03/05: Bump github/codeql-action from 3.29.11 to 3.30.1

2025-09-15 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch JEXL-445 in repository https://gitbox.apache.org/repos/asf/commons-jexl.git commit 21c8ed812f21639d46d83c7b8cc4f1f71399335f Author: dependabot[bot] <49699333+dependabot[

(commons-jexl) branch JEXL-445 updated: JEXL-445 : clean up parser default state handling;

2025-09-14 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch JEXL-445 in repository https://gitbox.apache.org/repos/asf/commons-jexl.git The following commit(s) were added to refs/heads/JEXL-445 by this push: new c2efac05 JEXL-445 : clean up parser

(commons-jexl) branch JEXL-445 updated (ebadcff2 -> 7e389a0b)

2025-09-08 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a change to branch JEXL-445 in repository https://gitbox.apache.org/repos/asf/commons-jexl.git from ebadcff2 JEXL-445: attempting usage of javacc 8.0.1 (fail) new fe7a8263 JEXL-445 : try with javacc 8.x

(commons-jexl) 01/02: JEXL-445 : try with javacc 8.x snapshot versions;

2025-09-08 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch JEXL-445 in repository https://gitbox.apache.org/repos/asf/commons-jexl.git commit fe7a8263d5b1d9c9ae85ba1b46ca35082642fe5f Author: Henrib AuthorDate: Mon Sep 8 09:44:07 2025 +0200 JEXL-445

(commons-jexl) 02/02: JEXL-445 : updated parsing-support classes to match new generated code;

2025-09-08 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch JEXL-445 in repository https://gitbox.apache.org/repos/asf/commons-jexl.git commit 7e389a0bb03fb2d975fac9956ce3d2aed38a Author: Henrib AuthorDate: Mon Sep 8 15:25:25 2025 +0200 JEXL-445

(commons-jexl) branch master updated: JEXL-440: moving tests in dedicated class; - refined parsing exception error reporting;

2025-09-01 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git The following commit(s) were added to refs/heads/master by this push: new 8461d83e JEXL-440: moving tests in

(commons-jexl) 01/01: JEXL-445: attempting usage of javacc 8.0.1 (fail)

2025-09-01 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch JEXL-445 in repository https://gitbox.apache.org/repos/asf/commons-jexl.git commit ebadcff2bd740f2e601a94512b47e0260906fb87 Author: Henrib AuthorDate: Mon Sep 1 14:05:03 2025 +0200 JEXL-445

(commons-jexl) branch JEXL-445 created (now ebadcff2)

2025-09-01 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a change to branch JEXL-445 in repository https://gitbox.apache.org/repos/asf/commons-jexl.git at ebadcff2 JEXL-445: attempting usage of javacc 8.0.1 (fail) This branch includes the following new commits

(commons-jexl) branch JEXL-442 deleted (was afdc56ba)

2025-08-01 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a change to branch JEXL-442 in repository https://gitbox.apache.org/repos/asf/commons-jexl.git was afdc56ba Merge branch 'master' into JEXL-442 The revisions that were on this branch are still co

(commons-jexl) branch master updated (049d7fc6 -> 45b0d219)

2025-08-01 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git from 049d7fc6 Merge pull request #358 from apache/dependabot/github_actions/github/codeql-action-3.29.5 add

(commons-jexl) 01/01: Merge pull request #357 from apache/JEXL-442

2025-08-01 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git commit 45b0d219c149b6ca539f3b9b43cdf93eb2fb0c16 Merge: 049d7fc6 afdc56ba Author: Henrib AuthorDate: Fri Aug 1 22:08:10

(commons-jexl) branch JEXL-442 updated (8945cf3d -> afdc56ba)

2025-08-01 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a change to branch JEXL-442 in repository https://gitbox.apache.org/repos/asf/commons-jexl.git from 8945cf3d JEXL-442: release notes - updated upcoming 3.5.1 to 3.6 version (new syntax, new features

(commons-jexl) branch JEXL-442 updated (f0208dce -> 8945cf3d)

2025-08-01 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a change to branch JEXL-442 in repository https://gitbox.apache.org/repos/asf/commons-jexl.git from f0208dce JEXL-442: code improvements - removed unnecessary code; - concurrent parsing control (lock

(commons-jexl) branch JEXL-442 updated (483bfe74 -> f0208dce)

2025-07-31 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a change to branch JEXL-442 in repository https://gitbox.apache.org/repos/asf/commons-jexl.git from 483bfe74 JEXL-442: parse Jxlt (interpolation) based nodes at script parsing time; - pass the scope down Jxlt

(commons-jexl) branch JEXL-442 updated: JEXL-442: parse Jxlt (interpolation) based nodes at script parsing time; - pass the scope down Jxlt parsing to solve local variables; - enabled 'child' parser t

2025-07-27 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch JEXL-442 in repository https://gitbox.apache.org/repos/asf/commons-jexl.git The following commit(s) were added to refs/heads/JEXL-442 by this push: new 483bfe74 JEXL-442: parse Jxlt

(commons-jexl) 01/01: JEXL-442: link frames to allow runtime discovery of captured values (runtime vs parsing); - add scope to Jxlt based nodes;

2025-07-22 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch JEXL-442 in repository https://gitbox.apache.org/repos/asf/commons-jexl.git commit 8d285fe8a724f4a6f2e571897a0edb784c1b2485 Author: Henrib AuthorDate: Tue Jul 22 12:32:46 2025 +0200 JEXL

(commons-jexl) branch JEXL-442 created (now 8d285fe8)

2025-07-22 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a change to branch JEXL-442 in repository https://gitbox.apache.org/repos/asf/commons-jexl.git at 8d285fe8 JEXL-442: link frames to allow runtime discovery of captured values (runtime vs parsing); - add

(commons-jexl) 01/01: Merge pull request #354 from apache/JEXL-440

2025-07-07 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git commit 8c8defa84a7bb33dec0917120a058a3c92a301ed Merge: 2ef100c4 38b0584d Author: Henrib AuthorDate: Mon Jul 7 13:31:09

(commons-jexl) branch master updated (2ef100c4 -> 8c8defa8)

2025-07-07 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git from 2ef100c4 Add ciManagement element to POM add c224a05a JEXL-440 : added switch/case/default syntax for

(commons-jexl) branch JEXL-440 updated (adb2cafc -> 38b0584d)

2025-07-07 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a change to branch JEXL-440 in repository https://gitbox.apache.org/repos/asf/commons-jexl.git from adb2cafc JEXL-440 : checkstyle; add 828a013e Use JUnit 5 convention for test method visibility add

(commons-jexl) branch JEXL-440 updated: JEXL-440 : checkstyle;

2025-07-06 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch JEXL-440 in repository https://gitbox.apache.org/repos/asf/commons-jexl.git The following commit(s) were added to refs/heads/JEXL-440 by this push: new adb2cafc JEXL-440 : checkstyle

(commons-jexl) branch JEXL-440 updated: JEXL-440 : checkstyle & javadoc;

2025-07-03 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch JEXL-440 in repository https://gitbox.apache.org/repos/asf/commons-jexl.git The following commit(s) were added to refs/heads/JEXL-440 by this push: new 7ef644c8 JEXL-440 : checkstyle

(commons-jexl) branch JEXL-440 updated: JEXL-440 : checkstyle & javadoc;

2025-07-03 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch JEXL-440 in repository https://gitbox.apache.org/repos/asf/commons-jexl.git The following commit(s) were added to refs/heads/JEXL-440 by this push: new 2849df92 JEXL-440 : checkstyle

(commons-jexl) branch JEXL-440 updated: JEXL-440 : added constants/enum handling defined through imports usable in case expression/statement; - enum constant and (public) static final fields are usabl

2025-07-03 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch JEXL-440 in repository https://gitbox.apache.org/repos/asf/commons-jexl.git The following commit(s) were added to refs/heads/JEXL-440 by this push: new b85369ac JEXL-440 : added constants

(commons-jexl) branch JEXL-440 updated: JEXL-440 : checkstyle;

2025-06-08 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch JEXL-440 in repository https://gitbox.apache.org/repos/asf/commons-jexl.git The following commit(s) were added to refs/heads/JEXL-440 by this push: new 56e13a53 JEXL-440 : checkstyle

(commons-jexl) branch JEXL-440 updated: JEXL-440 : basic switch statement & expression tests added;

2025-06-08 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch JEXL-440 in repository https://gitbox.apache.org/repos/asf/commons-jexl.git The following commit(s) were added to refs/heads/JEXL-440 by this push: new e9375c97 JEXL-440 : basic switch

(commons-jexl) branch JEXL-440 updated: JEXL-440 : pesky spotbugs deserialization check (take 3);

2025-06-08 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch JEXL-440 in repository https://gitbox.apache.org/repos/asf/commons-jexl.git The following commit(s) were added to refs/heads/JEXL-440 by this push: new 24aec35a JEXL-440 : pesky spotbugs

(commons-jexl) branch JEXL-440 updated: JEXL-440 : pesty spotbugs deserialization check;

2025-06-08 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch JEXL-440 in repository https://gitbox.apache.org/repos/asf/commons-jexl.git The following commit(s) were added to refs/heads/JEXL-440 by this push: new 2b79edbc JEXL-440 : pesty spotbugs

(commons-jexl) branch JEXL-440 updated: JEXL-440 : allowing break in case statement;

2025-06-08 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch JEXL-440 in repository https://gitbox.apache.org/repos/asf/commons-jexl.git The following commit(s) were added to refs/heads/JEXL-440 by this push: new 5678fa87 JEXL-440 : allowing break in

(commons-jexl) branch JEXL-440 updated: JEXL-440 : fix constructor snafu;

2025-06-07 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch JEXL-440 in repository https://gitbox.apache.org/repos/asf/commons-jexl.git The following commit(s) were added to refs/heads/JEXL-440 by this push: new 5a32d06d JEXL-440 : fix constructor

(commons-jexl) 01/01: JEXL-440 : added switch/case/default syntax for statement and expressions; - Debugger handling of new AST nodes;

2025-06-06 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch JEXL-440 in repository https://gitbox.apache.org/repos/asf/commons-jexl.git commit c224a05a0a75b05dc19c965519d8a6424e55d4cf Author: Henrib AuthorDate: Fri Jun 6 21:17:27 2025 +0200 JEXL-440

(commons-jexl) branch JEXL-440 created (now c224a05a)

2025-06-06 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a change to branch JEXL-440 in repository https://gitbox.apache.org/repos/asf/commons-jexl.git at c224a05a JEXL-440 : added switch/case/default syntax for statement and expressions; - Debugger handling of

(commons-jexl) branch master updated: JEXL-426: create new reference for local variables redefining captured symbols; - added test;

2025-05-29 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git The following commit(s) were added to refs/heads/master by this push: new e5f4f5f8 JEXL-426: create new reference

(commons-bsf) branch JEXL-350 updated: - Refined tests init; - Adding @Override;

2025-04-16 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch JEXL-350 in repository https://gitbox.apache.org/repos/asf/commons-bsf.git The following commit(s) were added to refs/heads/JEXL-350 by this push: new eec1467 - Refined tests init

(commons-bsf) branch JEXL-350 created (now 03b69f1)

2025-04-16 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a change to branch JEXL-350 in repository https://gitbox.apache.org/repos/asf/commons-bsf.git at 03b69f1 - Updated JEXL dependency to JEXL 3.5.0; - added tests; This branch includes the following new

(commons-bsf) 01/01: - Updated JEXL dependency to JEXL 3.5.0; - added tests;

2025-04-16 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch JEXL-350 in repository https://gitbox.apache.org/repos/asf/commons-bsf.git commit 03b69f1681f82d0916682b18d74a420a628370a3 Author: Henrib AuthorDate: Wed Apr 16 19:15:21 2025 +0200

(commons-jexl) branch master updated: JEXL: prepare 3.5.0 RC2;

2025-04-12 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git The following commit(s) were added to refs/heads/master by this push: new 590ffbbb JEXL: prepare 3.5.0 RC2

(commons-jexl) branch master updated: JEXL: prepare 3.5.0 RC;

2025-04-11 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git The following commit(s) were added to refs/heads/master by this push: new 5a9bdec4 JEXL: prepare 3.5.0 RC; 5a9bdec4

(commons-jexl) branch master updated (5eabff4f -> 8c921349)

2025-04-11 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git from 5eabff4f Merge pull request #339 from apache/dependabot/github_actions/github/codeql-action-3.28.15 add

(commons-jexl) branch JEXL-438 deleted (was 41470d2d)

2025-04-11 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a change to branch JEXL-438 in repository https://gitbox.apache.org/repos/asf/commons-jexl.git was 41470d2d JEXL-438: changes & release notes; The revisions that were on this branch are still containe

(commons-jexl) 01/01: Merge pull request #337 from apache/JEXL-438

2025-04-11 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git commit 8c9213493fda554a075627dea59da29834035082 Merge: 5eabff4f 41470d2d Author: Henrib AuthorDate: Fri Apr 11 18:56:19

(commons-jexl) branch JEXL-438 updated (7c988b5d -> 41470d2d)

2025-04-11 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a change to branch JEXL-438 in repository https://gitbox.apache.org/repos/asf/commons-jexl.git from 7c988b5d JEXL-438: update asm to 9.8 (findbugs is dependent), support for Java 25; add 41470d2d JEXL

(commons-jexl) branch JEXL-438 updated (c0da27d3 -> 7c988b5d)

2025-04-09 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a change to branch JEXL-438 in repository https://gitbox.apache.org/repos/asf/commons-jexl.git from c0da27d3 JEXL-438: reverting change wrt spotbugs version; add 7c988b5d JEXL-438: update asm to 9.8

(commons-jexl) branch JEXL-438 updated (b27127ab -> c0da27d3)

2025-04-08 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a change to branch JEXL-438 in repository https://gitbox.apache.org/repos/asf/commons-jexl.git from b27127ab JEXL-438: adding @since; - updating spotbugs (java 25?); add c0da27d3 JEXL-438: reverting

(commons-jexl) branch JEXL-438 updated: JEXL-438: adding @since; - updating spotbugs (java 25?);

2025-04-08 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch JEXL-438 in repository https://gitbox.apache.org/repos/asf/commons-jexl.git The following commit(s) were added to refs/heads/JEXL-438 by this push: new b27127ab JEXL-438: adding @since

(commons-jexl) branch JEXL-438 updated (2af3d8bc -> 10116402)

2025-04-07 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a change to branch JEXL-438 in repository https://gitbox.apache.org/repos/asf/commons-jexl.git from 2af3d8bc JEXL-438: allows declaration of a JEXL script parser factory so that new syntaxes can be supported

(commons-jexl) branch JEXL-438 created (now 2af3d8bc)

2025-04-07 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a change to branch JEXL-438 in repository https://gitbox.apache.org/repos/asf/commons-jexl.git at 2af3d8bc JEXL-438: allows declaration of a JEXL script parser factory so that new syntaxes can be supported

(commons-jexl) 01/01: JEXL-438: allows declaration of a JEXL script parser factory so that new syntaxes can be supported more easily;

2025-04-07 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch JEXL-438 in repository https://gitbox.apache.org/repos/asf/commons-jexl.git commit 2af3d8bcdbdfd10dfe6181df48ea54ed9726bcf9 Author: Henrib AuthorDate: Mon Apr 7 20:11:02 2025 +0200 JEXL-438

(commons-jexl) branch master updated (c5ea2ce8 -> fdc70eb1)

2025-02-06 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git from c5ea2ce8 Remove obsolete entry add 014b2d8b Bump org.apache.commons:commons-parent from 79 to 81 new

(commons-jexl) 01/01: Merge pull request #320 from apache/dependabot/maven/org.apache.commons-commons-parent-81

2025-02-06 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git commit fdc70eb14f5c486928b0034dff3caffca305a7ec Merge: c5ea2ce8 014b2d8b Author: Henrib AuthorDate: Fri Feb 7 12:34:39

(commons-jexl) branch master updated: JEXL-436: control left-hand side nullability for self-assignment operators in strict mode;

2025-01-29 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git The following commit(s) were added to refs/heads/master by this push: new 9fc51924 JEXL-436: control left-hand side

(commons-jexl) branch master updated: JEXL-435: do not coerce empty() operator overload to boolean;

2024-12-16 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git The following commit(s) were added to refs/heads/master by this push: new 48dfac24 JEXL-435: do not coerce empty

(commons-jexl) branch master updated: JEXL: scripting tests;

2024-12-12 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git The following commit(s) were added to refs/heads/master by this push: new f90147d0 JEXL: scripting tests; f90147d0

(commons-jexl) branch master updated: JEXL: scripting nitpicks;

2024-12-11 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git The following commit(s) were added to refs/heads/master by this push: new c96d36a2 JEXL: scripting nitpicks

(commons-jexl) 01/02: JEXL: scripting nitpicks;

2024-12-11 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git commit 7ac7bc393547158087105a5126c1610ceef9b808 Author: Henrib AuthorDate: Wed Dec 11 19:24:20 2024 +0100 JEXL

(commons-jexl) branch master updated (9fd820b8 -> bec93282)

2024-12-11 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git from 9fd820b8 Javadoc: Upper case acronym new 7ac7bc39 JEXL: scripting nitpicks; new bec93282 JEXL

(commons-jexl) 02/02: JEXL: scripting nitpicks;

2024-12-11 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git commit bec932824e975e3488681ebd2fc844a31e23a0da Author: Henrib AuthorDate: Wed Dec 11 19:36:46 2024 +0100 JEXL

(commons-jexl) branch master updated: JEXL-431: catch statement must be a lexical statement (different scope than try); JEXL-432: clean cached NamespaceFunctor in clearCache (sic); JEXL-433: protect a

2024-12-10 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git The following commit(s) were added to refs/heads/master by this push: new ae3b1cbe JEXL-431: catch statement must

(commons-jexl) branch master updated: JEXL-431: try statement must be a lexical statement (local variable declaration in catach); - nitpicking on formatting (if/while/for/try/catch + space); - try and

2024-12-08 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git The following commit(s) were added to refs/heads/master by this push: new 79fb6845 JEXL-431: try statement must be

(commons-jexl) branch master updated: JEXL-431: try statement must be a lexical statement (local variable declaration in catach); - nitpicking on formatting (if/while/for/try/catch + space); - try and

2024-12-08 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git The following commit(s) were added to refs/heads/master by this push: new 1934f2bd JEXL-431: try statement must be

(commons-jexl) branch master updated: JEXL-428 : Added JexlOperator.Uberspect interface; - Operator(s).java minor refactor & 3.4 compatibility improvements;

2024-10-14 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git The following commit(s) were added to refs/heads/master by this push: new 3802c3b8 JEXL-428 : Added

(commons-jexl) branch master updated: JEXL-428 : Operators.java minor refactor & lisibility improvements;

2024-09-30 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git The following commit(s) were added to refs/heads/master by this push: new 43f91c1d JEXL-428 : Operators.java minor

(commons-jexl) branch master updated: JEXL-428 : Operators.java nits;

2024-09-28 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git The following commit(s) were added to refs/heads/master by this push: new 8dd0c053 JEXL-428 : Operators.java nits

(commons-jexl) branch master updated: JEXL-428 : checkstyle;

2024-09-25 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git The following commit(s) were added to refs/heads/master by this push: new 8ee49d36 JEXL-428 : checkstyle; 8ee49d36

(commons-jexl) branch master updated: JEXL-428, JEXL-429: changes;

2024-09-24 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git The following commit(s) were added to refs/heads/master by this push: new 8851bfc8 JEXL-428, JEXL-429: changes

(commons-jexl) branch master updated: JEXL-428: operators improvements; - use compare method as base for operators when possible; - cache resolution using method key; JEXL-429: namespace syntax disamb

2024-09-24 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git The following commit(s) were added to refs/heads/master by this push: new 2d2300e0 JEXL-428: operators improvements

(commons-jexl) branch master updated: JEXL-428: operators improvements;

2024-09-13 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git The following commit(s) were added to refs/heads/master by this push: new 2915b379 JEXL-428: operators improvements

(commons-jexl) branch master updated: JEXL: add test on using regexp array (SO question)

2024-09-04 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git The following commit(s) were added to refs/heads/master by this push: new 8aa46e4a JEXL: add test on using regexp

(commons-jexl) branch master updated: JEXL: add test on using regexp array (SO question)

2024-09-03 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git The following commit(s) were added to refs/heads/master by this push: new 8a52b3b6 JEXL: add test on using regexp

(commons-jexl) branch master updated: JEXL-425, JEXL-426 : added tests; - moved tests to appropriate test classes; - ensure 3.4 compatibility through flags, remediation example with new semantics;

2024-08-31 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git The following commit(s) were added to refs/heads/master by this push: new aecb3934 JEXL-425, JEXL-426 : added tests

(commons-jexl) branch master updated: JEXL-424 : permissions must be independent of resolution order;

2024-08-30 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git The following commit(s) were added to refs/heads/master by this push: new 788c4059 JEXL-424 : permissions must be

(commons-jexl) branch master updated: JEXL-425, JEXL-426, JEXL-427 : added flag for logical expressions 3.4 compatibility; - javadoc, nitpicks, light code refactoring;

2024-08-30 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git The following commit(s) were added to refs/heads/master by this push: new ca83d6bc JEXL-425, JEXL-426, JEXL-427

(commons-jexl) branch master updated: JEXL-425, JEXL-426, JEXL-427 : checkstyle

2024-08-27 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git The following commit(s) were added to refs/heads/master by this push: new 3662b162 JEXL-425, JEXL-426, JEXL-427

(commons-jexl) branch master updated: JEXL-425, JEXL-426, JEXL-427 : - prototype code respectively through option flag (strictInterpolation) and feature flag (referenceCapture) ; - made short-circuit

2024-08-27 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git The following commit(s) were added to refs/heads/master by this push: new ba11d0e0 JEXL-425, JEXL-426, JEXL-427

(commons-jexl) branch master updated: JEXL: fix JexlSandbox regression (detected through Java21);

2024-08-21 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git The following commit(s) were added to refs/heads/master by this push: new 9a04761e JEXL: fix JexlSandbox regression

(commons-jexl) branch master updated: JEXL: JexlSandbox clean up;

2024-08-21 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git The following commit(s) were added to refs/heads/master by this push: new 3d748e3f JEXL: JexlSandbox clean up

(commons-jexl) branch master updated: JEXL: JexlSandbox clean up; - added test related to a StackOverflow question (testSortArray);

2024-08-21 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git The following commit(s) were added to refs/heads/master by this push: new fff0f405 JEXL: JexlSandbox clean up

(commons-jexl) branch master updated (78b3dd90 -> 3169ab9d)

2024-06-27 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git from 78b3dd90 JEXL-424: fully resolve sandbox inheritable permissions through super-interfaces and super-classes

(commons-jexl) 01/01: Merge pull request #264 from apache/dependabot/maven/org.apache.commons-commons-parent-71

2024-06-27 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git commit 3169ab9dc698ffc7f54f82d440486d36b89ea29a Merge: 78b3dd90 99a8ec6c Author: Henrib AuthorDate: Thu Jun 27 12:45:07

(commons-jexl) branch master updated: JEXL-424: fully resolve sandbox inheritable permissions through super-interfaces and super-classes (vs cache lookup); - added test;

2024-06-18 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git The following commit(s) were added to refs/heads/master by this push: new 78b3dd90 JEXL-424: fully resolve sandbox

(commons-jexl) branch master updated: JEXL: fix parsing error caused by ternary and ns call embedded in lambda via method call ;

2024-05-29 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git The following commit(s) were added to refs/heads/master by this push: new b2d7c7ee JEXL: fix parsing error caused

(commons-jexl) branch master updated: JEXL: getting ready for 3.4; - release notes; - remove useless code;

2024-05-25 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git The following commit(s) were added to refs/heads/master by this push: new 39551685 JEXL: getting ready for 3.4

(commons-jexl) branch master updated: JEXL: getting ready for 3.4; - added tests to (re)improve coverage; - removed useless code; - updated doc, changes, release notes

2024-05-24 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git The following commit(s) were added to refs/heads/master by this push: new 0fdb020c JEXL: getting ready for 3.4

(commons-jexl) branch master updated: JEXL: last updates before 3.4; - !==, === operators; - instanceof, !instanceof operator; - Exception cause unwrap in catch; - JEXL-235 check;

2024-05-24 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git The following commit(s) were added to refs/heads/master by this push: new b640ba68 JEXL: last updates before 3.4

(commons-jexl) branch master updated: JEXL: fix parsing error caused by ternary and ns call in lambda;

2024-04-15 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git The following commit(s) were added to refs/heads/master by this push: new ff9f3b6e JEXL: fix parsing error caused

(commons-jexl) branch master updated (a6534343 -> 66ed7efe)

2024-04-08 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git from a6534343 Bump org.ow2.asm:asm from 9.6 to 9.7 #242 add e87be22b Bump org.apache.commons:commons-parent

(commons-jexl) 01/01: Merge pull request #244 from apache/dependabot/maven/org.apache.commons-commons-parent-69

2024-04-08 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git commit 66ed7efe0894a321fcd80271db57743c0b7742c5 Merge: a6534343 e87be22b Author: Henrib AuthorDate: Mon Apr 8 22:06:43

(commons-jexl) branch master updated (3188a279 -> b7f72016)

2024-03-15 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git from 3188a279 The Moditect plugin is now invoked through the parent POM add ca8dd7bf JEXL-418: initial drop

(commons-jexl) 01/01: Merge pull request #228 from apache/JEXL-418

2024-03-15 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git commit b7f720162deda73c273cb2668e1433fe82b37b65 Merge: 3188a279 ecabdcab Author: Henrib AuthorDate: Fri Mar 15 19:01:43

(commons-jexl) branch JEXL-418 updated (30857115 -> ecabdcab)

2024-03-15 Thread henrib
This is an automated email from the ASF dual-hosted git repository. henrib pushed a change to branch JEXL-418 in repository https://gitbox.apache.org/repos/asf/commons-jexl.git from 30857115 JEXL-418: javadoc fix; add ecabdcab JEXL-418: doc fix; - syntax update and test; No new

  1   2   3   4   5   6   7   8   9   10   >