Clone this repo:
  1. d97c77f Bump org.junit:junit-bom from 6.0.0 to 6.0.1 by dependabot[bot] · 4 days ago main
  2. 4a6bad3 Bump org.asciidoctor:asciidoctorj-pdf from 2.3.21 to 2.3.23 by dependabot[bot] · 4 days ago
  3. 837fe6c Include API version in generated signature file by Mark Thomas · 2 weeks ago
  4. bf3a0c1 Bump org.asciidoctor:asciidoctorj-pdf from 2.3.20 to 2.3.21 by dependabot[bot] · 3 weeks ago
  5. d343dad Ignore generated file by Mark Thomas · 3 weeks ago

Jakarta Expression Language

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.

Building

API

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.

Specification

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.

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.

TCK Challenges

All test challenges for Jakarta Expression Language must be resolved by Active Resolution. Please see the TCK Users guide for more details.