| commit | 423bd77de226c92fa99fd3cf66f0467aa4a4f3ff | [log] [tgz] |
|---|---|---|
| author | Mark Thomas <markt@apache.org> | Tue May 13 09:41:17 2025 +0100 |
| committer | Mark Thomas <mark.thomas@broadcom.com> | Tue May 13 09:53:49 2025 +0100 |
| tree | 365ab8386b0f3330b5010e07b2149fbd3d8752bf | |
| parent | 2d41c02ae4847429ed9ea5a74556a80be2d3edf4 [diff] |
Correct references to affected Jakarta Pages resolver While users will see improvements in the resolution of scoped attributes, it is the ImportELResolver where that improvement occurs.
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.