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

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


On Fri, 22 Mar 2024 at 13:15, Steve Millidge (Payara) via jakartaee-platform-dev <jakartaee-platform-dev@xxxxxxxxxxx> wrote:

Hi,

 

I don’t think there are any plans for a Connectors release. Do we need to do one to update dependencies?

 

--

Steve Millidge

 

From: jakartaee-platform-dev <jakartaee-platform-dev-bounces@xxxxxxxxxxx> On Behalf Of Ladislav Thon via jakartaee-platform-dev
Sent: Friday, March 22, 2024 8:07 AM
To: jakartaee-platform developer discussions <jakartaee-platform-dev@xxxxxxxxxxx>
Cc: Ladislav Thon <lthon@xxxxxxxxxx>
Subject: Re: [jakartaee-platform-dev] Seeking Clarity: DI, Transactions, Connectors in EE 11 Release Plan

 

There are no changes to AtInject, there will be no release for EE 11.

 

LT

 

On Thu, 21 Mar 2024 at 22:32, Ed Burns via jakartaee-platform-dev <jakartaee-platform-dev@xxxxxxxxxxx> wrote:

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

_______________________________________________
jakartaee-platform-dev mailing list
jakartaee-platform-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jakartaee-platform-dev

_______________________________________________
jakartaee-platform-dev mailing list
jakartaee-platform-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jakartaee-platform-dev

Back to the top