Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [el-dev] [EXTERNAL] Re: Service release for 6.0.1 API of Expression Language

Thanks, I will push to Maven central and update the spec page accordingly.

Kind regards,
Arjan Tijms

On Thu, 18 Jul 2024 at 21:26, Ed Burns via el-dev <el-dev@xxxxxxxxxxx> wrote:
I have seen no objections thus far. Please release it.

Ed

From: el-dev <el-dev-bounces@xxxxxxxxxxx> on behalf of Arjan Tijms via el-dev <el-dev@xxxxxxxxxxx>
Date: Monday, July 15, 2024 at 12:03
To: el developer discussions <el-dev@xxxxxxxxxxx>
Cc: Arjan Tijms <arjan.tijms@xxxxxxxxxxx>
Subject: [EXTERNAL] Re: [el-dev] Service release for 6.0.1 API of _expression_ Language

You don't often get email from el-dev@xxxxxxxxxxx. Learn why this is important
Hi,

I staged the 6.0.1 API here, with the above mentioned PR as the only change compared to 6.0.0:


If there are no objections, I would like to officially release this soon.

Kind regards,
Arjan Tijms



On Sat, 13 Jul 2024 at 11:42, Arjan Tijms <arjan.tijms@xxxxxxxxxxx> wrote:
Hi,


Specifically, this bug prevents GlassFish (and I can't imagine anything other than every other implementation) to pass the TCK. 

The TCK will show this failure:

[INFO] 

[ERROR] Errors: 

[ERROR]   ELClientIT.optionalELResolverObjectInvoke:227->testOptionalELResolverInvoke:270 » NullPointer Cannot read the array length because "<local7>" is null

[INFO] 


It's seemingly impossible to bypass, since it comes from the API, and the code very much explicitly calls the problematic method with a null.


Kind regards,

Arjan Tijms

_______________________________________________
el-dev mailing list
el-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/el-dev

Back to the top