commit | 6590af3c90a49f32edf6cc785823a66039d3c265 | [log] [tgz] |
---|---|---|
author | Mark Thomas <markt@apache.org> | Tue Jun 07 17:33:56 2022 +0100 |
committer | Mark Thomas <markt@apache.org> | Mon Jun 20 15:20:51 2022 +0100 |
tree | 0f8a1267fe69c3311bef33bb824b3600e54a5217 | |
parent | b08620641cf1eb6d480ed6558ffff98aa4ec3bd1 [diff] |
Add test case for issue #188
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.