Simplify bean support (#446) Removes unnecessary code Includes test that confirms code is unnecessary. For standalone support, the property descriptor lookup uses Class.getMethods() For full support, as of Java 21, Introspector includes default methods. https://bugs.openjdk.org/browse/JDK-8071693 https://github.com/openjdk/jdk/commit/1e4eafb4fe70832294a12938d93e7860073cf4cf
This repository contains the source for the Jakarta Expression Language API and associated specification document.
Releases of both the API and the specification document, along with a details of the compatible implementations for each release, are listed on the Jakarta EE specification page for the Jakarta Expression Language.
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.
All test challenges for Jakarta Expression Language must be resolved by Active Resolution. Please see the TCK Users guide for more details.