Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jersey-dev] [External] : 2.34-SNAPSHOT

 
 
Thanks for clarification.
I will switch over to Jakarta EE 9 because I do not wish to miss out on any new features.
 
 
Sent: Thursday, April 08, 2021 at 9:02 AM
From: "Maxim Nesen" <maxim.nesen@xxxxxxxxxx>
To: "jersey-dev@xxxxxxxxxxx" <jersey-dev@xxxxxxxxxxx>
Subject: Re: [jersey-dev] [External] : 2.34-SNAPSHOT
Hi Dana,
 
whether to change to a particular version or not depends on what are you going to achieve. Basically when you are in master and have 2.34-SNAPSHOT version in pom.xml means that you are using Jakarta 8 EE version of Jersey which is 2.33 + changes and fixes introduced since the 2.33 release. This is javax namespace with updated maven coordinates (to jakarta.* namespaces in APIs).
 
Examples there are similar to JavaEE 8  2.x version of Jersey (with some excepts, but basically it's true).
 
If you would like to work with Jakarta 9 EE version of Jersey you should switch to the 3.x branch (git checkout 3.x). This branch is devoted to Jakarta 9 EE development and is already jakarta namespace.
 
Examples there are migrated to Jakarta 9 EE and include particular specialities related to Jakarta 9 EE.
 
Regards,
Maxim
 

Od: jersey-dev <jersey-dev-bounces@xxxxxxxxxxx> za uživatele Dana whitelow <DanaWhitelow@xxxxxxxx>
Odesláno: čtvrtek 8. dubna 2021 9:20
Komu: jersey-dev@xxxxxxxxxxx <jersey-dev@xxxxxxxxxxx>
Předmět: [External] : [jersey-dev] 2.34-SNAPSHOT
 
hi,
 
I download jersey 2 examples  with git clone
 
 
The last version in the  maven repository is  2.33 then 3.0.0-M1
 
I ran  grep -RiIl '2.34-SNAPSHOT'  in the /jersey/examples and I got the following list.
 
Should I change in my  local cloned repository to 2.33   ?
 
 
helloworld-netty/pom.xml
json-jackson1/pom.xml
server-sent-events-jersey/pom.xml
multipart-webapp/pom.xml
osgi-helloworld-webapp/war-bundle/pom.xml
osgi-helloworld-webapp/additional-bundle/pom.xml
osgi-helloworld-webapp/alternate-version-bundle/pom.xml
osgi-helloworld-webapp/pom.xml
osgi-helloworld-webapp/functional-test/pom.xml
osgi-helloworld-webapp/lib-bundle/pom.xml
jaxrs-types-injection/pom.xml
managed-client-simple-webapp/pom.xml
helloworld-programmatic/pom.xml
bookstore-webapp/pom.xml
webapp-example-parent/pom.xml
managed-beans-webapp/pom.xml
server-sent-events-jaxrs/pom.xml
helloworld-cdi2-se/pom.xml
server-async/pom.xml
https-clientserver-grizzly/pom.xml
exception-mapping/pom.xml
json-binding-webapp/pom.xml
oauth-client-twitter/pom.xml
helloworld-spring-annotations/pom.xml
managed-client/pom.xml
bookmark/pom.xml
helloworld-spring-webapp/pom.xml
extended-wadl-webapp/pom.xml
rx-client-webapp/pom.xml
json-jackson/pom.xml
entity-filtering-selectable/pom.xml
servlet3-webapp/pom.xml
entity-filtering/pom.xml
freemarker-webapp/pom.xml
managed-client-webapp/pom.xml
https-server-glassfish/pom.xml
json-with-padding/pom.xml
bookmark-em/pom.xml
simple-console/pom.xml
pom.xml
helloworld-benchmark/pom.xml
helloworld-weld/pom.xml
clipboard/pom.xml
http-trace/pom.xml
assemblies/pom.xml
helloworld-pure-jax-rs/pom.xml
jaxb/pom.xml
http-patch/pom.xml
server-async-managed/pom.xml
entity-filtering-security/pom.xml
sse-item-store-jaxrs-webapp/pom.xml
jersey-ejb/pom.xml
json-processing-webapp/pom.xml
groovy/pom.xml
json-moxy/pom.xml
declarative-linking/pom.xml
cdi-webapp/pom.xml
sse-item-store-jersey-webapp/pom.xml
json-jettison/pom.xml
system-properties-example/pom.xml
server-async-standalone/client/pom.xml
server-async-standalone/webapp/pom.xml
server-async-standalone/pom.xml
helloworld/pom.xml
osgi-http-service/bundle/pom.xml
osgi-http-service/pom.xml
osgi-http-service/functional-test/pom.xml
clipboard-programmatic/pom.xml
helloworld-webapp/pom.xml
xml-moxy/pom.xml
sse-twitter-aggregator/pom.xml
reload/pom.xml
java8-webapp/pom.xml
open-tracing/pom.xml
 
 
 
 
_______________________________________________ jersey-dev mailing list jersey-dev@xxxxxxxxxxx To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jersey-dev

Back to the top