Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sisu-dev] Java 17

Hi Stuart, 

Thank you for your response. I've seen that Guice added full support for jakarta in 7.0.0 version. They release 6.0.0 with javax and jakarta support too, but from my experience and trial and error, only 7.0.0 works with java 17.

Will wait for your version with Jakarta!

Best regards, 
Larisa

On Fri, 19 May 2023 at 00:51, Stuart McCulloch <mcculls@xxxxxxxxx> wrote:
Hi Larisa,

We don't have any immediate plans to change them over to jakarta, but after we've released 1.0 we might do something similar to Guice - ie. add limited support for jakarta.inject first (so users can mix javax.inject and jakarta.inject components) and then look at whether we want to switch our core classes over to jakarta, with limited support for javax.inject.

On Thu, 18 May 2023 at 16:53, Larisa Bratean <larisabratean@xxxxxxxxx> wrote:
Hello,

My name is Larisa Bratean, I am working as a Java Developer. I am actively using your sisu.plexus library and I've seen you've added some build work support for Java 17. 

I was wondering, are you planning in the future to change the Javax packages to jakarta?

Thank you for your time,
Larisa
_______________________________________________
sisu-dev mailing list
sisu-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sisu-dev
_______________________________________________
sisu-dev mailing list
sisu-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sisu-dev

Back to the top