Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Using different Jakarta dependency versions(Information about exact dependency versions and compatibilities.)
Using different Jakarta dependency versions [message #1870728] Fri, 06 September 2024 08:34 Go to next message
Eclipse UserFriend
I'll be concise:
In my Java project, I am using this jakarta dependency:
<dependency>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
<version>3.0.0</version>
</dependency>

Next, I want to use this jakarta dependency:
<dependency>
<groupId>jakarta.ws.rs</groupId>
<artifactId>jakarta.ws.rs-api</artifactId>
<version>4.0.0</version>
</dependency>

According to both Jakarta docs (jakarta.ee/specifications/annotations/ and jakarta.ee/specifications/restful-ws/), they are "Release for Jakarta EE 11".
But, according to both Eclipse docs (projects.eclipse.org/projects/ee4j.ca and projects.eclipse.org/projects/ee4j.rest) they are "part of Jakarta EE 8, Jakarta EE 9, Jakarta EE 10" and "part of Jakarta EE 8" respectively.


Exactly, to which Jakarta version belong these two packages?
Then, should I worry about these two dependency compatibilities?
Re: Using different Jakarta dependency versions [message #1870749 is a reply to message #1870728] Sat, 07 September 2024 07:19 Go to previous messageGo to next message
Eclipse UserFriend
I don't see good places to ask in either of the following two places, but I don't think those folks will read your question here:

https://projects.eclipse.org/projects/ee4j/contact
https://github.com/eclipse-ee4j
Re: Using different Jakarta dependency versions [message #1871406 is a reply to message #1870749] Mon, 23 September 2024 17:44 Go to previous message
Eclipse UserFriend
Thank you, I will try to check in there.
Previous Topic:Java editor Bug for record
Next Topic:Processors supported by ThreadX
Goto Forum:
  


Current Time: Wed Feb 12 19:59:07 GMT 2025

Powered by FUDForum. Page generated in 0.06923 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top