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