This is a WildFly-specific fork of the Eclipse EE4J Jakarta Expression Language spec and API repository.
The purpose of this project is to maintain a variant of the Jakarta Expression Language API binary that is tailored for use in a WildFly application server environment.
This fork is limited to the API portion of the Eclipse EE4J repository. Specification and TCK content in the Eclipse EE4J repository has been removed.
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 /api/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.