Clone this repo:
  1. 92c8c81 Fix copyright year check failure by Mark Thomas · 11 days ago main
  2. ddf9acb Fix copyright check by Mark Thomas · 12 days ago
  3. 25a51a5 Bump org.jruby:jruby-complete from 10.0.2.0 to 10.0.3.0 by dependabot[bot] · 14 days ago
  4. 373f66a Bump org.apache.maven.plugins:maven-compiler-plugin by dependabot[bot] · 14 days ago
  5. 71e6414 Bump org.junit:junit-bom from 6.0.1 to 6.0.2 by dependabot[bot] · 6 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.