Clone this repo:
  1. e1fefdd Bump org.jruby:jruby-complete from 10.0.5.0 to 10.0.6.0 by dependabot[bot] · 3 days ago main
  2. ce1527b Bump org.junit:junit-bom from 6.0.3 to 6.1.0 by dependabot[bot] · 3 weeks ago
  3. c952c0f Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5.6 by dependabot[bot] · 2 weeks ago
  4. 3e57e26 Bump org.eclipse.ee4j:project from 2.0.3 to 2.0.4 by dependabot[bot] · 3 weeks ago
  5. 5e785c2 Remove copyright plug-in by Mark Thomas · 3 days 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.