Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartaee-spec-project-leads] jakarta.el implementation

I have been trying to track down where the org.glassfish:jakarta.el impl comes from, and it seems to be a repacking of the impl code in the el-ri repo used to generate the api: 


That code has been updated to use the jakarta.el package names, and the local tests pass against that. So you could pull down that repo, build the impl subproject and use com.sun.el:el-ri as groupId:artifcatId the for the EL impl. 


On Thu, Mar 5, 2020 at 8:17 AM Scott Stark <starksm64@xxxxxxxxx> wrote:
Gotcha, misread.

On Thu, Mar 5, 2020 at 8:14 AM Guillaume Smet <gsmet@xxxxxxxxxx> wrote:
On Thu, Mar 5, 2020 at 3:07 PM Scott Stark <starksm64@xxxxxxxxx> wrote:

No, this is the API. We need an implementation if we want to be able to run the HV tests.

-- 
Guillaume 

Back to the top