| commit | 6dd94de49e167dab731d98e56c24d1508032783c | [log] [tgz] |
|---|---|---|
| author | Mark Thomas <markt@apache.org> | Tue Jun 07 16:57:49 2022 +0100 |
| committer | Mark Thomas <markt@apache.org> | Mon Jun 20 15:19:18 2022 +0100 |
| tree | 8e5890e9434ad4af49311229e13920bc32377835 | |
| parent | 6a65f302f063acd5bd8b9abf0517876915c20758 [diff] |
Refactor creation of ExpressionFactory ELUtil doesn't require a factory for all operations whereas the ELManager does. Moving construction of the factory to the ELManager allows some limited unit testing of ELUtil without placing additional limits on how ELManager can be used.
This repository contains the source for:
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.