Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cu-dev] Thoughts on attempting to move Jakarta Concurrency into Web Profile.
  • From: "Steve Millidge (Payara)" <steve.millidge@xxxxxxxxxxx>
  • Date: Thu, 22 Apr 2021 08:45:40 +0000
  • Accept-language: en-GB, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=payara.fish; dmarc=pass action=none header.from=payara.fish; dkim=pass header.d=payara.fish; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=lY0UL1uwCT6X96q6MVLacuhDILlZtsR6g1Yf9RaHGuw=; b=HFZmblbAhkMrjwoi32/NO/hCeaF/rtl093Nu7Y/6wr+zWBGNW/+kPvNufLZRYz0RwE/COFZw3QGSZ8LChqf1oBzQtmWgqgs6sX3MbvTDrXl+mhXacbyET4J07156MEcmE51HpBYh0Nxh+S4xNn3H4LOMRJprsp2HWSrewUFkChoJOy3G+0AANg+AU9+63+RI/xNa5v5Ge2oE3kwazy2iUmM/FIn6YVQwuzu5oLcgOSCwpiWLB69adkBEQprMymIoiezy0uEmDXr/k5+cIO9iULsAtm2jST8BZ8d5KrSBy4DW+sR5p6EDrbq8+wgdqDKLi+2blPfkfT2sSgdpgg3lBQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=hA963V9GvLqGFZb5gvKzpNZUOwsSRAh1L/43Uhjh2DveDzvYFbHAauD5U8cW7BMwZsxdUoL9Lf5qsrTUMO15BcnxZg1hJcr6issxMlcQR8KM4mtV+koNKKjzKRaPX0WE3kadMf87MryF+MsI1BfGjON6E/FRsBCvbE3e4E49qRpKiKmN121sbVa2tzOe2E9uqH+67+kqKQwaM07R8/ReFCJh5p9XeteIf5cmnjvbX17mmsKq1ep48Rdlzx+NNEyAZY73bR30REeYv6+YS1wOQTpCPhuF/e2KfTJPsZg78jCIvWvjnnF3wQ4pNAbjvKFG9h80Wgus9YIMSkT/ctu3JQ==
  • Delivered-to: cu-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/cu-dev/>
  • List-help: <mailto:cu-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/cu-dev>, <mailto:cu-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/cu-dev>, <mailto:cu-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: Adc3U9BBYtvqriE+TwOJjTbRapR8vQ==
  • Thread-topic: Thoughts on attempting to move Jakarta Concurrency into Web Profile.

All,

 

I’m thinking of raising an issue on the platform project to get Jakarta Concurrency included in the Web Profile for Jakarta EE 10 and maybe also Core Profile if it is available in EE10 timeframe.

 

Main reasons are;

 

First I’m not sure why it isn’t there now as it is pretty principle and therefore would be of benefit to “Web” applications and REST services.

 

Second some of the things we are proposing could then be usable by other specifications @Asynchronous, @Lock and @Schedule

 

Third it would then pave the way of providing some of the capabilities of Session Beans to all CDI beans and therefore driving @Stateless to be more of a stereotype.

 

Thoughts?

 

Steve

 


Back to the top