Update POMs to latest parent and general review for consistency / bugs

- Update/add mailing list URLs
- Update/add SCM URLs
- Update/add issue management URLs
- Use a more recent time stamp for repeatable builds
- Configure consistent minimum Java and Maven versions
- Remove snapshot configuration now it is available in parent
- Remove Maven Central publishing configuration now it is available in
parent
- Revert to SNAPSHOT dependencies now M1 has been published
- Remove invalid "description" configuration from Javadoc plugin
- Fix output signature file in TCK POM
4 files changed
tree: 55688cf941118c1c54d3b0ae875c5490b8b7a4e6
  1. .github/
  2. api/
  3. spec/
  4. src/
  5. tck/
  6. .gitignore
  7. CONTRIBUTING.md
  8. exclude.xml
  9. LICENSE.md
  10. NOTICE.md
  11. pom.xml
  12. README.md
README.md

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.