| commit | fa345c3fdf555c45d27e420253d6137c27caad6c | [log] [tgz] |
|---|---|---|
| author | Mark Thomas <markt@apache.org> | Fri Oct 17 10:58:54 2025 +0100 |
| committer | Mark Thomas <mark.thomas@broadcom.com> | Fri Oct 17 11:00:17 2025 +0100 |
| tree | 55688cf941118c1c54d3b0ae875c5490b8b7a4e6 | |
| parent | 0508a7e753c4d6a9a47ac2a9c7b08fdb05223bbd [diff] |
Update POMs to latest parent and general review for consistency / bugs - Update/add mailing list URLs - Update/add SCM URLs - Update/add issue management URLs - Use a more recent time stamp for repeatable builds - Configure consistent minimum Java and Maven versions - Remove snapshot configuration now it is available in parent - Remove Maven Central publishing configuration now it is available in parent - Revert to SNAPSHOT dependencies now M1 has been published - Remove invalid "description" configuration from Javadoc plugin - Fix output signature file in TCK POM
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.