Fix NPE when targetType is null (#239)

Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
1 file changed
tree: 0afd1f4166cc829dc561b82bc2e8432bba214377
  1. api/
  2. impl/
  3. parent-pom/
  4. spec/
  5. src/
  6. uel/
  7. .gitignore
  8. CONTRIBUTING.md
  9. exclude.xml
  10. LICENSE.md
  11. NOTICE.md
  12. pom.xml
  13. README.md
README.md

Jakarta Expression Language

This repository contains the code for Jakarta Expression Language.

Online JavaDoc

Building

Jakarta Authentication can be built by executing the following from the project root:

mvn clean package

The API jar can then be found in /target.

Making Changes

To make changes, fork this repository, make your changes, and submit a pull request.

About Jakarta Expression Language

Jakarta Expression Language defines an expression language for Java applications.