This is an automated email from the ASF dual-hosted git repository.
ggregory 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 2785be78 Javadoc 25 fails on Windows
2785be78 is described below
commit 2785be78b9063a2dffa65257cfd9e73818ac7c93
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Nov 1 09:28:22 2025 -0400
Javadoc 25 fails on Windows
Run file through dos2unix
---
src/main/javadoc/overview.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/javadoc/overview.html b/src/main/javadoc/overview.html
index db5af069..a9ad2c19 100644
--- a/src/main/javadoc/overview.html
+++ b/src/main/javadoc/overview.html
@@ -59,8 +59,8 @@ limitations under the License.
</ul>
<p>
JEXL name stands for Java EXpression Language, a simple expression
language originally inspired by Apache Velocity and the Expression Language
defined in
- the JavaServer Pages Standard Tag Library version 1.1 (JSTL) and
JavaServer Pages version 2.0 (JSP). JEXL 2.0 added features inspired by <a
- href="https://en.wikipedia.org/wiki/Unified_Expression_Language">Unified
EL</a>. The syntax is now close to a mix of ECMAScript and "shell-script" making
+ the JavaServer Pages Standard Tag Library version 1.1 (JSTL) and
JavaServer Pages version 2.0 (JSP). JEXL 2.0 added features inspired by
+ <a
href="https://en.wikipedia.org/wiki/Unified_Expression_Language">Unified
EL</a>. The syntax is now close to a mix of ECMAScript and "shell-script" making
it easy to master by technical operatives or consultants. The objects
exposed and their behavior obviously need to be documented though...
</p>
<p>The API and the expression language exploit Java-beans naming patterns
through introspection to expose property getters and setters. It also considers