| commit | cb3e0668f30174cf74883c4f5e1ddc3124a10cfe | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon Apr 14 22:48:47 2025 +0000 |
| committer | Mark Thomas <mark.thomas@broadcom.com> | Tue Apr 15 10:57:54 2025 +0100 |
| tree | aae5b6c40804d22d2598d134699ba73b27993382 | |
| parent | 75264597e51833fe6ef4404f5758461e0f41dd96 [diff] |
Bump org.junit:junit-bom from 5.12.1 to 5.12.2 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.12.1 to 5.12.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.12.1...r5.12.2) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.12.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
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.