| # Jakarta Expression Language |
| |
| This repository contains the code for Jakarta Expression Language. |
| |
| [Online JavaDoc](https://javadoc.io/doc/jakarta.el/jakarta.el-api/) |
| |
| 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. |