Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartaee-platform-dev] [EXTERNAL] Should the Jakarta EE 11 BOM cover classes like org.omg.CORBA.portable.ObjectImpl?
  • From: Ed Burns <Edward.Burns@xxxxxxxxxxxxx>
  • Date: Mon, 27 Jan 2025 21:02:15 +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=kV5KR5b7NtJx0NnfPLWsbXNk+0WN6c9Mo2qBKcUp5UQ=; b=aJ/QrxfkGSUtKBFqEORryrfDWJ2CoKdxrXF1VNk9CMmChDmcNGx42RD5/W2ax2SFqlBM6W9LTPAvlAwvkp+cjTQwVsgXuDqEhfBZUdyGeGpiZR50XlHyZB2yyShQM2JMu6+x3Gm+9+4r/q1GqZQdMgbQR+zISPcLzGNECzAumvT2/6BbS2ukI6rez+xlu326wJUB25wZJfAsHeXveKXwq746nepHPdnSkFAzLrOpUGmQeNdpJAdbkAb80q9SOY7nyEA0yEaUMYPNwDkVQpNptNYvEPJYksOgZW/4IEXKTiraN0LFYnP3DxlKWirPg2PyQ9s/MIdoUNgSYK1vH1BkWA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=nLFL+mbVMOHKubhW+SCl+IdvnN8kL0tiiCIfTPGLM0lKU38LC0KQmzDESUfaz2gtb3QdRCBSmvhGrJB13Vau8kzIa+LX9d8ZN9e5zMmxpd/26XElbdNhWlC8AM4gUhvvz67YgKjZE6MRCD+2Wfx6ZaeAYD810QTjSD+ploT2Oo+r/9Y/nXCLb5IqE0EXl09GBvz1XKKLmKu7fF0/XvlfG2R/MMzlxVYzCyoRdaarMWGLHuOL43W3W2GrtyxrVRQDX7u0RcCUGxZxCb+RiJk78nltj1GYkmBLO9o7E8YYzH462XHphe/UxnZi+RpqMxyAVqFt1SYWipGI6D/p/AFe2g==
  • Delivered-to: jakartaee-platform-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jakartaee-platform-dev/>
  • List-help: <mailto:jakartaee-platform-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jakartaee-platform-dev>, <mailto:jakartaee-platform-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jakartaee-platform-dev>, <mailto:jakartaee-platform-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=2025-01-27T21:01:53.4069499Z; MSIP_Label_f42aa342-8706-4288-bd11-ebb85995028c_Name=Internal; MSIP_Label_f42aa342-8706-4288-bd11-ebb85995028c_ContentBits=0; MSIP_Label_f42aa342-8706-4288-bd11-ebb85995028c_Method=Standard
  • Thread-index: AQHbcPmioJaDLEQpYk2QOS61mMPQ/7MrG28l
  • Thread-topic: [EXTERNAL] [jakartaee-platform-dev] Should the Jakarta EE 11 BOM cover classes like org.omg.CORBA.portable.ObjectImpl?

Great questions. I have added it to the agenda for tomorrow.

Ed

From: jakartaee-platform-dev <jakartaee-platform-dev-bounces@xxxxxxxxxxx> on behalf of Scott Marlow via jakartaee-platform-dev <jakartaee-platform-dev@xxxxxxxxxxx>
Date: Monday, January 27, 2025 at 15:25
To: jakartaee-platform developer discussions <jakartaee-platform-dev@xxxxxxxxxxx>
Cc: Scott Marlow <smarlow@xxxxxxxxxx>
Subject: [EXTERNAL] [jakartaee-platform-dev] Should the Jakarta EE 11 BOM cover classes like org.omg.CORBA.portable.ObjectImpl?

I'm looking into generating the EE 11 Platform TCK signature files from the dependencies defined in jakarta.platform:jakarta.jakartaee-api:jar:11.0.0-M4 but do not see the org.omg dependencies covered by that.  Should we include the org.omg.CORBA package in the EE 11 BOM?  If not, should EE 11 implementations provide the org.omg.CORBA classes?

Note that we did require EE 10 implementations to include the org.omg.CORBA classes which we probably should do for EE 11 also but thought I would make sure since we said the EE 11 BOM should cover all EE 11 classes.

Scott

Back to the top