Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartaee-platform-dev] Seeking Clarity: DI, Transactions, Connectors in EE 11 Release Plan
  • From: Ed Burns <Edward.Burns@xxxxxxxxxxxxx>
  • Date: Sat, 13 Jul 2024 04:10:03 +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=trPYLAh7SNxXSs0EpbQ6negjx7WV84vAZqXPq895t2g=; b=tIRzahHiZfBzBv4/XnUiBOB4eFT/1SPjhg8sHBpaMCZWdEA3fGh4TUgR37cSoUqTJcRSiGUTHph2GL+rBjYkNmv5d6OAjGP1T3MhawQaYcHvxZigrAO9WiPoKWtycZCwAleLR7IgvLGWuIeFV0MzEoqtpOnO+tptQF8bcIUBM1czj9d58g0RN8SPKji0sjnIkb9Imt5sG3wG701looIA5k8ytcvEfJd+9YU2xLXE6ul37IF/Mr6hTfUn+oJ9e06YwJXVR5YkxmmJvB3IyRbnT4E0t3g7QzedH3zKmTE9YgBkhlfen8R0vqlx9JpR5ed/h2l70SsMkPOAcuGQ6fDLIw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=c6MD9ZntEXcxGZmqOOgeFZYryIIgWhi20wI1zkbVp0S9o1t9jJoPTs0W89DlPXuF8j6yE3MrXtDtqn/xuL+P0cc6sEbSCtRqh36MoLOcAxt1sgtEAp8gnrrpvJKv9OzAf4i7CHdBB00KsNXJmE5TXNpe02CH3WU44YmYeUnpjfTy88fqBHVfmgXnzW6fC6qfSud+C4d6BLSZpl4iS0eSLaamcC6NUeEW9LrlhpTpd1/3S8SJ9M1HULfVAr+TPaggmjoT4dksQylQHkB50VBSgxmlnVsy60LGrYWo18HqT+rxl1QUPxFhAlnkBfHHa+HY0BWL7/gAidN5V6ss+TO81w==
  • 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=2024-03-21T21:30:26.6384751Z; MSIP_Label_f42aa342-8706-4288-bd11-ebb85995028c_ContentBits=0; MSIP_Label_f42aa342-8706-4288-bd11-ebb85995028c_Method=Standard
  • Thread-index: AQHae9b9H5zuJbTBHUev4lbsBmXpirH0vMdi
  • Thread-topic: Seeking Clarity: DI, Transactions, Connectors in EE 11 Release Plan

On 2024-03-25 Arjan Tijms wrote:

 

It seems Connectors indeed needs an update. It depends on Annotations that updated a major version:

 

<dependencies>

        <dependency>

            <groupId>jakarta.transaction</groupId>

            <artifactId>jakarta.transaction-api</artifactId>

            <version>2.0.0</version>

        </dependency>

        <dependency>

            <groupId>jakarta.annotation</groupId>

            <artifactId>jakarta.annotation-api</artifactId>

            <version>2.1.0</version>

        </dependency>

    </dependencies>

 

Kind regards,

Arjan Tijms

 

 

 -----------------------

 

Was this action taken? If it has not been taken, does it still need to be taken? If so, who’s going to do it?

 

Thanks,

 

Ed

 

 

 

 

 

 

 

From: Ed Burns <Edward.Burns@xxxxxxxxxxxxx>
Date: Thursday, March 21, 2024 at 17:31
To: Jakarta EE Platform Dev List <jakartaee-platform-dev@xxxxxxxxxxx>
Subject: Seeking Clarity: DI, Transactions, Connectors in EE 11 Release Plan

Greetings programs,

 

At the 2024-03-20 spec committee meeting, I was requested to update the release plan document so it includes what is being done, if anything, with Dependency Injection (JSR-330), Connectors, and Transactions.

 

I am ashamed to admit I have lost track of the status of these three component specifications. Can someone please clue me in? What is happening with these three in EE 11? What wave should they be in?

 

Thanks,

 

Ed

 

 

| edburns@xxxxxxxxxxxxx | office: +1 954 727 1095

| Calendar Booking: https://aka.ms/meetedburns

|

| Come to JavaLand in Germany on 9 – 11 April 2024 https://javaland.eu

|

| Please don't feel obliged to read or reply to this e-mail outside

| of your normal working hours.

|

| Reply anonymously to this email: https://purl.oclc.org/NET/edburns/contact


Back to the top