With this restructuring review, we will split the implementation out from the existing Jakarta Expression Language specification project into its own separate Eclipse open source project. Specifically, the directory containing the implementation code (https://github.com/eclipse-ee4j/el-ri/tree/master/impl) will be split from the Jakarta Expression Language project into a separate repository managed by the new project.
Eclipse ExpressLy provides an implementation of the Jakarta Expression Language specification.
Eclipse ExpressLy implements Jakarta Expression Language, a technology that helps software developers embed dynamically evaluated expressions in things like XML attributes, directly as template text in documents, in annotation attributes and generally as strings in Java code.
Expression Language and its implementation are already here, so it makes sense to continue developing it here. It's not new code, but a restructuring of existing code. This had been done before for several other projects such as Eclipse WaSP and Eclipse Angus.
We'll continue implementing Jakarta Expression Language in the same way as it was done at https://github.com/eclipse-ee4j/el-ri
For the short term this means implementing and releasing the Jakarta Expression Language 5 compatible implementation according to the Jakarta EE specification process.
The initial contribution will be done together with the creation of the project, as it's all the code from https://github.com/eclipse-ee4j/el-ri/tree/master/impl. After the project has been created (and seeded with the contents from https://github.com/eclipse-ee4j/el-ri/), the impl folder will be deleted at https://github.com/eclipse-ee4j/el-ri/tree/master/impl and all folders except the impl folder will be deleted at the location of the new project.
As this is a restructuring, the initial contribution is all the code from https://github.com/eclipse-ee4j/el-ri/tree/master/impl
- Log in to post comments