commit | d280b6911f2f80ccccde3f6f95a660b14f9dfe58 | [log] [tgz] |
---|---|---|
author | Ed Bratt <ed.bratt@oracle.com> | Wed Sep 23 07:14:46 2020 -0700 |
committer | GitHub <noreply@github.com> | Wed Sep 23 07:14:46 2020 -0700 |
tree | 74429ce84497718363dafc7611f2ccf221c7274f | |
parent | 288f7cd30d26c8541d71e62ffa9fef222c1f9990 [diff] | |
parent | 7ba85fbc0dc06dec3389618c74a595ded8cc0687 [diff] |
Merge pull request #140 from jbescos/astValueNullPointer NullPointerException when value and targetType is null
This repository contains the code for Jakarta Expression Language.
Jakarta Expression Language can be built by executing the following from the project root:
mvn clean package
The API jar can then be found in /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.