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
  • From: Ed Burns <Edward.Burns@xxxxxxxxxxxxx>
  • Date: Thu, 18 Jul 2024 19:26:23 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=microsoft.com; dmarc=pass action=none header.from=microsoft.com; dkim=pass header.d=microsoft.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=HwNV5dk6WWAhF1x6tnHDa5k5sFRVmJkkVfCMtfvxf/U=; b=RjnMaGiHmVfcmFqMwae84cMpn8rL8MiveCHPioCL9nELlDreJm+CaZ297tuYKNvPUyC1AUIKHmXEt29Xl90pXbzImOB5tFe1s4L3bpTqeSUJQrhLvZzXPtT3+i/xitVqTb44wL3j5PA8l9MMpB4vvhtfk94agEKJWciDwCCqwa9jDikbdwnZL3Rv1Ds6SiPG6CJtLBkDetCbwVqTqNpeGShHroJ22vzFHYi8AubzVsk1hQTXeN904wA8Sg+g2ltTuHKS5YkSPuOQw4PNLxK0bMRS+S+vALkGLbE8sTn0HWmr9Yknhy56CuXseea98n5N5ToXm6Kg3jUYdXQOEQElEw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=ZBa9PebPIlQekGdU0UTdA8SgFnqetnohsDTYXRhmNNyVhGJWqA1FrhyeWDtugExqukMDslGYNTU584pAxzfhobNSlqrIQR2NUr/MoLKvggXvKqwd+ariCSPU7nOq7kkZA7JXFRMzkAMqpEDMhryLJ4I0VdejG/GWW9TsGsMeUNgJpVxbs8pIzHS57nB5IZE2XCf27Qiivutds7M1aTl3f8/EDvUTp6sRK3JQe7Nd2dagmWUBK0hvtVXUV5un4QfAnUd8eo54UBUIjP227CzjAzRdnaOT8Ol1RueGRiwf+itpo7X5zQg+UJJ1wgCNBuKYgaXRBs7HE5uierANZ59OKA==
  • Delivered-to: el-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/el-dev/>
  • List-help: <mailto:el-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/el-dev>, <mailto:el-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/el-dev>, <mailto:el-dev-request@eclipse.org?subject=unsubscribe>
  • Msip_labels: MSIP_Label_f42aa342-8706-4288-bd11-ebb85995028c_Enabled=True; MSIP_Label_f42aa342-8706-4288-bd11-ebb85995028c_SiteId=72f988bf-86f1-41af-91ab-2d7cd011db47; MSIP_Label_f42aa342-8706-4288-bd11-ebb85995028c_SetDate=2024-07-18T19:25:40.1840031Z; MSIP_Label_f42aa342-8706-4288-bd11-ebb85995028c_ContentBits=0; MSIP_Label_f42aa342-8706-4288-bd11-ebb85995028c_Method=Standard
  • Thread-index: AQHa1tCGriUwXr+jXkmG3jhwOqZ40LH84uvL
  • Thread-topic: [EXTERNAL] Re: [el-dev] Service release for 6.0.1 API of Expression Language

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


Back to the top