10 days ago |
henrib | JEXL: update pmd-impl and rat maven plugin versions master |
commit | commitdiff | tree | snapshot |
10 days ago |
Henrib | Merge pull request #102 from apache/dependabot/maven... |
commit | commitdiff | tree | snapshot |
11 days ago |
dependabot... | Bump maven-pmd-plugin from 3.16.0 to 3.17.0 102/head |
commit | commitdiff | tree | snapshot |
2022-06-12 |
henrib | JEXL-369: allow multiple variable declarations in var... |
commit | commitdiff | tree | snapshot |
2022-06-12 |
henrib | JEXL: revert pmd to 3.16, 3.17 breaks site target |
commit | commitdiff | tree | snapshot |
2022-06-12 |
henrib | JEXL-373: null is 0 for '++/--' in lenient arithmetic... |
commit | commitdiff | tree | snapshot |
2022-06-11 |
Henrib | Merge pull request #100 from apache/dependabot/maven... |
commit | commitdiff | tree | snapshot |
2022-06-11 |
Henrib | Merge pull request #101 from apache/JEXL-37_23 |
commit | commitdiff | tree | snapshot |
2022-06-10 |
henrib | JEXL-372, JEXL-373: added support for 'for' and '+... 101/head |
commit | commitdiff | tree | snapshot |
2022-06-10 |
henrib | JEXL-372, JEXL-373: added support for 'for' and '+... |
commit | commitdiff | tree | snapshot |
2022-06-10 |
henrib | JEXL-317: public override of protected method made... |
commit | commitdiff | tree | snapshot |
2022-06-10 |
dependabot... | Bump maven-pmd-plugin from 3.16.0 to 3.17.0 100/head |
commit | commitdiff | tree | snapshot |
2022-06-07 |
Gary Gregory | Bump actions/cache from 3.0.3 to 3.0.4 |
commit | commitdiff | tree | snapshot |
2022-06-07 |
Gary Gregory | Organize |
commit | commitdiff | tree | snapshot |
2022-06-06 |
henrib | Merge remote-tracking branch 'origin/master' |
commit | commitdiff | tree | snapshot |
2022-06-06 |
henrib | JEXL: Attempt to bump checkstyle from 9.3 to 10.3,... |
commit | commitdiff | tree | snapshot |
2022-05-31 |
Gary Gregory | Bump actions/cache from 3.0.2 to 3.0.3 |
commit | commitdiff | tree | snapshot |
2022-05-30 |
Henrib | Merge pull request #97 from apache/dependabot/maven... |
commit | commitdiff | tree | snapshot |
2022-05-25 |
henrib | JEXL-370: ObjectContext has() method no longer confuses... |
commit | commitdiff | tree | snapshot |
2022-05-21 |
henrib | JEXL-369: named function declarations are statements... |
commit | commitdiff | tree | snapshot |
2022-05-20 |
dependabot... | Bump spotbugs-maven-plugin from 4.6.0.0 to 4.7.0.0 97/head |
commit | commitdiff | tree | snapshot |
2022-05-18 |
henrib | JEXL-369: const variables require assignment at declara... |
commit | commitdiff | tree | snapshot |
2022-05-17 |
henrib | JEXL-369: detect undefined const use; |
commit | commitdiff | tree | snapshot |
2022-05-16 |
henrib | JEXL-369: move const/defined logic to lexical scope; |
commit | commitdiff | tree | snapshot |
2022-05-12 |
Henrib | Merge pull request #96 from apache/JEXL-367 |
commit | commitdiff | tree | snapshot |
2022-05-09 |
henrib | Merge remote-tracking branch 'origin/JEXL-367' into... 96/head |
commit | commitdiff | tree | snapshot |
2022-05-09 |
henrib | JEXL-367: function f() {} creates a const f variable; |
commit | commitdiff | tree | snapshot |
2022-05-09 |
henrib | JEXL-367: adding fat-arrow vs thin-arrow lambda syntax... |
commit | commitdiff | tree | snapshot |
2022-05-09 |
henrib | JEXL-360: missed a few test cases; |
commit | commitdiff | tree | snapshot |
2022-05-09 |
Henrib | Merge pull request #95 from apache/JEXL-369 |
commit | commitdiff | tree | snapshot |
2022-05-09 |
henrib | JEXL-369: documentation 95/head |
commit | commitdiff | tree | snapshot |
2022-05-08 |
henrib | JEXL-369: disable single-statement variable declaration... |
commit | commitdiff | tree | snapshot |
2022-05-08 |
henrib | JEXL-369: let/const disallow any redeclaration of a... |
commit | commitdiff | tree | snapshot |
2022-05-06 |
henrib | JEXL-369: initial feature drop, lacks serious tests; |
commit | commitdiff | tree | snapshot |
2022-05-06 |
henrib | Merge remote-tracking branch 'origin/JEXL-369' into... |
commit | commitdiff | tree | snapshot |
2022-05-06 |
henrib | JEXL-369: initial feature drop, lacks serious tests; |
commit | commitdiff | tree | snapshot |
2022-05-06 |
henrib | JEXL-369: add fat-arrow to syntax |
commit | commitdiff | tree | snapshot |
2022-05-06 |
henrib | JEXL-367: add fat-arrow to syntax |
commit | commitdiff | tree | snapshot |
2022-05-06 |
henrib | JEXL-366: homogenize conversion from string to numbers; |
commit | commitdiff | tree | snapshot |
2022-05-05 |
henrib | JEXL-342: extend arithmetic to dereference references... |
commit | commitdiff | tree | snapshot |
2022-05-05 |
henrib | JEXL-366: compare will try and convert a string to... |
commit | commitdiff | tree | snapshot |
2022-05-04 |
henrib | JEXL-367: adding fat-arrow vs thin-arrow lambda syntax... |
commit | commitdiff | tree | snapshot |
2022-05-04 |
Henrib | Merge pull request #93 from apache/dependabot/github_ac... |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Henrib | Merge pull request #94 from apache/JEXL-368 |
commit | commitdiff | tree | snapshot |
2022-05-03 |
henrib | JEXL-367: fixing spillover form JEXL-369 |
commit | commitdiff | tree | snapshot |
2022-05-03 |
henrib | JEXL-369: add fat-arrow to syntax |
commit | commitdiff | tree | snapshot |
2022-05-03 |
henrib | JEXL-367: add fat-arrow to syntax |
commit | commitdiff | tree | snapshot |
2022-05-03 |
henrib | JEXL-368: refactored namespace resolution and cache... 94/head |
commit | commitdiff | tree | snapshot |
2022-04-30 |
henrib | JEXL-360: missing controlling side-effect feature |
commit | commitdiff | tree | snapshot |
2022-04-29 |
dependabot... | Bump github/codeql-action from 1 to 2 93/head |
commit | commitdiff | tree | snapshot |
2022-04-25 |
Henrib | Merge pull request #91 from apache/JEXL-360 |
commit | commitdiff | tree | snapshot |
2022-04-25 |
henrib | Merge branch 'JEXL-360' of https://gitbox.apache.org... JEXL-360 91/head |
commit | commitdiff | tree | snapshot |
2022-04-25 |
henrib | JEXL-360: release notest |
commit | commitdiff | tree | snapshot |
2022-04-25 |
henrib | JEXL-360: javadoc fix |
commit | commitdiff | tree | snapshot |
2022-04-25 |
henrib | JEXL-360: added operators, syntax, basic tests |
commit | commitdiff | tree | snapshot |
2022-04-25 |
henrib | JEXL-360: javadoc fix |
commit | commitdiff | tree | snapshot |
2022-04-25 |
henrib | JEXL-360: added operators, syntax, basic tests |
commit | commitdiff | tree | snapshot |
2022-04-25 |
henrib | JEXL-360; rebased after JEXL-365 |
commit | commitdiff | tree | snapshot |
2022-04-25 |
henrib | JEXL-360: javadoc fix |
commit | commitdiff | tree | snapshot |
2022-04-25 |
henrib | JEXL-360: added operators, syntax, basic tests |
commit | commitdiff | tree | snapshot |
2022-04-25 |
henrib | JEXL-360: try a more refined arithmetic; |
commit | commitdiff | tree | snapshot |
2022-04-25 |
henrib | JEXL-360: checkstyle fix, allow star import for parser... |
commit | commitdiff | tree | snapshot |
2022-04-25 |
henrib | JEXL-360: javadoc fix |
commit | commitdiff | tree | snapshot |
2022-04-25 |
henrib | JEXL-360: added operators, syntax, basic tests |
commit | commitdiff | tree | snapshot |
2022-04-25 |
Henrib | Merge pull request #89 from apache/JEXL-360 |
commit | commitdiff | tree | snapshot |
2022-04-15 |
Gary Gregory | Bump actions/setup-java from 2 to 3 |
commit | commitdiff | tree | snapshot |
2022-04-12 |
Gary Gregory | Bump actions/cache from 3 to 3.0.2 |
commit | commitdiff | tree | snapshot |
2022-04-12 |
Gary Gregory | Group some updates. |
commit | commitdiff | tree | snapshot |
2022-04-11 |
henrib | JEXL-360: release notest 89/head |
commit | commitdiff | tree | snapshot |
2022-04-11 |
henrib | Merge branch 'JEXL-360' of https://gitbox.apache.org... |
commit | commitdiff | tree | snapshot |
2022-04-11 |
henrib | JEXL-360; rebased after JEXL-365 |
commit | commitdiff | tree | snapshot |
2022-04-11 |
henrib | JEXL-360: javadoc fix |
commit | commitdiff | tree | snapshot |
2022-04-11 |
henrib | JEXL-360: added operators, syntax, basic tests |
commit | commitdiff | tree | snapshot |
2022-04-11 |
henrib | JEXL-360: try a more refined arithmetic; |
commit | commitdiff | tree | snapshot |
2022-04-11 |
henrib | JEXL-360: checkstyle fix, allow star import for parser... |
commit | commitdiff | tree | snapshot |
2022-04-11 |
henrib | JEXL-360: javadoc fix |
commit | commitdiff | tree | snapshot |
2022-04-11 |
henrib | JEXL-360: added operators, syntax, basic tests |
commit | commitdiff | tree | snapshot |
2022-04-11 |
Henrib | Merge pull request #88 from apache/JEXL-365 |
commit | commitdiff | tree | snapshot |
2022-04-11 |
henrib | JEXL-365: modify parser to accommodate lambda expressio... JEXL-365 88/head |
commit | commitdiff | tree | snapshot |
2022-04-09 |
Henrib | Merge pull request #85 from apache/dependabot/maven... |
commit | commitdiff | tree | snapshot |
2022-04-09 |
Henrib | Merge pull request #86 from apache/dependabot/maven... |
commit | commitdiff | tree | snapshot |
2022-04-09 |
dependabot... | Bump asm from 9.2 to 9.3 86/head |
commit | commitdiff | tree | snapshot |
2022-04-09 |
dependabot... | Bump spotbugs-maven-plugin from 4.5.3.0 to 4.6.0.0 85/head |
commit | commitdiff | tree | snapshot |
2022-04-09 |
Henrib | Merge pull request #87 from apache/dependabot/maven... |
commit | commitdiff | tree | snapshot |
2022-04-09 |
Henrib | Merge pull request #84 from apache/dependabot/maven... |
commit | commitdiff | tree | snapshot |
2022-04-08 |
dependabot... | Bump commons-parent from 52 to 53 87/head |
commit | commitdiff | tree | snapshot |
2022-04-08 |
dependabot... | Bump jacoco-maven-plugin from 0.8.7 to 0.8.8 84/head |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Henrib | Merge pull request #83 from apache/dependabot/github_ac... |
commit | commitdiff | tree | snapshot |
2022-03-25 |
dependabot... | Bump actions/cache from 2.1.7 to 3 83/head |
commit | commitdiff | tree | snapshot |
2022-03-18 |
Henrib | Merge pull request #81 from apache/dependabot/maven... |
commit | commitdiff | tree | snapshot |
2022-03-18 |
dependabot... | Bump japicmp-maven-plugin from 0.15.6 to 0.15.7 81/head |
commit | commitdiff | tree | snapshot |
2022-03-18 |
Gary Gregory | Bump maven-pmd-plugin from 3.15.0 to 3.16.0 #82 |
commit | commitdiff | tree | snapshot |
2022-03-18 |
Gary Gregory | Merge pull request #82 from apache/dependabot/maven... |
commit | commitdiff | tree | snapshot |
2022-03-18 |
Gary Gregory | Drop Travis CI build |
commit | commitdiff | tree | snapshot |
2022-03-18 |
dependabot... | Bump maven-pmd-plugin from 3.15.0 to 3.16.0 82/head |
commit | commitdiff | tree | snapshot |
2022-03-14 |
henrib | JEXL-36{1,2,3,4}: release notes |
commit | commitdiff | tree | snapshot |
2022-03-14 |
henrib | JEXL-363: getting captured variables and avoiding cachi... |
commit | commitdiff | tree | snapshot |
2022-03-14 |
henrib | JEXL-364: let evaluation options flow through closures |
commit | commitdiff | tree | snapshot |
2022-03-14 |
henrib | JEXL-361: added a JEXL 3.2 compatibility engine |
commit | commitdiff | tree | snapshot |
2022-03-14 |
henrib | JEXL: remove clirr report (replaced by japicmp) |
commit | commitdiff | tree | snapshot |
next |