Fix #118. Use ServiceLoader to load services FactoryFinder is very, possibly overly, generic. It looks like it was written to re-use across multiple projects. I was tempted by a larger refactoring as well as a greater use of generics but I opted to just fix the immediate issue. Wider refactorings can follow later if there is interest in that.
This repository contains the code for Jakarta Expression Language.
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.
To make changes, fork this repository, make your changes, and submit a pull request.
Jakarta Expression Language defines an expression language for Java applications.