commit | f128ad666260890e65667a1409cb0f38f74884f4 | [log] [tgz] |
---|---|---|
author | Mark Thomas <markt@apache.org> | Tue Jun 07 17:35:48 2022 +0100 |
committer | Mark Thomas <markt@apache.org> | Mon Jun 20 15:20:56 2022 +0100 |
tree | 3b0b8935fffd620fa33cfa55e84ecc8efe7afa53 | |
parent | 6590af3c90a49f32edf6cc785823a66039d3c265 [diff] |
Fix #188 - allow for module visibility when accessing class methods Implementing class may not be accessible but the interface it implements is. In this case, need to make sure access is via the interface method.
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.