| commit | 2148013b2a32407de7c795049b8e57f9a746a6b9 | [log] [tgz] |
|---|---|---|
| author | Mark Thomas <markt@apache.org> | Fri Apr 11 13:34:04 2025 +0100 |
| committer | Mark Thomas <mark.thomas@broadcom.com> | Tue Apr 22 12:49:04 2025 +0100 |
| tree | f7493df5926cbcd2cc839ba89025cf1229711182 | |
| parent | e431c2a337994305e971569d983c89311827d266 [diff] |
Fix #211 - add context marker for single, stand-alone identifiers The presence of this marker will allow resolvers, particularly jakarta.servlet.jsp.el.ScopedAttributeELResolver to optimise lookups.
This repository contains the source for the Jakarta Expression Language API and associated specification document.
Releases of both the API and the specification document, along with a details of the compatible implementations for each release, are listed on the Jakarta EE specification page for the Jakarta Expression Language.
Jakarta Expression Language API can be built by executing the following from the project root:
cd api mvn clean package
The API jar can then be found in /impl/target.
Jakarta Expression Language specification can be built by executing the following from the project root:
cd spec mvn clean package
The API jar can then be found in /spec/target.
To make changes, fork this repository, make your changes, and submit a pull request.
Jakarta Expression Language defines an expression language for Java applications.
All test challenges for Jakarta Expression Language must be resolved by Active Resolution. Please see the TCK Users guide for more details.