blob: 61ed1260a17461790af49b81bf8ec88fcf99414c [file] [log] [blame] [view]
# Jakarta Expression Language
This repository contains the code for Jakarta Expression Language.
Certification
-------------
* [Jakarta Expression Language 3.0 TCK results summary](https://eclipse-ee4j.github.io/el-ri/certifications/expression-language/3.0/TCK-Results)
* [Jakarta Expression Language 4.0 TCK results summary](https://eclipse-ee4j.github.io/el-ri/certifications/expression-language/4.0/TCK-Results)
Building
--------
Jakarta Authentication can be built by executing the following from the project root:
``mvn clean package``
The API jar can then be found in /target.
Making Changes
--------------
To make changes, fork this repository, make your changes, and submit a pull request.
About Jakarta Expression Language
-------------
Jakarta Expression Language defines an expression language for Java applications.