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
  • From: Maxim Nesen <maxim.nesen@xxxxxxxxxx>
  • Date: Thu, 8 Apr 2021 08:02:56 +0000
  • Accept-language: cs-CZ, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=oracle.com; dmarc=pass action=none header.from=oracle.com; dkim=pass header.d=oracle.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=9ZFpaSSohrZyEAhSmTEZ6OoDcyIGo2xkRsr4rb+ErkY=; b=YeRoDK3DEkVb073F67kYX58KXiUb6QpaVEzaW7hl2cVpraIwkFp3wRq2hni+ky+oaYIDDozPI6PsSJz0w6zWBc4nPnS8RSoen0k6z5y/ZYtxoZxEDycC/aXZNQVFeuZoXIs17/nV6Ph+axTWfXATvv0SaEPoiRbtjlWHHTbVwrG5Oq2eidBfmnRpruKfBLM/Klt/maPLtQLb8GxG5obRLd5O9lHEjO6+zauopwBgMf+JMsfg9Y+6z9nS4DBih3LnowZBqj01zsfoFMZhfMNfT+xJ2e1q+l0Wd0XDH8NReGcX+o49TfY+qM/9PeLlBFdPKRSPxlixcQnk0iV7YYu7Rw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=bPsG7DKalF/3qIBt2XxK+R+j5gw0EF8xIpRRzTBA4F7ElQ4G2+Qf3/JtX5RHoI20e7pTzkTh6XIiPbuoBVvwl2fyrtdq3xZV2oQphN0ZUrrF67bpU7JnqSZD+5G2G9vVs1rokbsKNXb29p99JZ3qmWax19QB/CHcXhmKWycvmHB7sD0s3T7MtWGQfopZBVT99Lz5/tl9XHPo19K49VBxDIeCv700sEQzRBITctE2zEOFvkMJWkGBBrX/BosQGKPjyMIItvhWLW1ArqfKGqgvKWSAWrEcq4c3YAnijLmpoLZo8eyUlLGruz85WRFdPykeKwgihxZ4hhE3exwluml7DA==
  • Delivered-to: jersey-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jersey-dev/>
  • List-help: <mailto:jersey-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jersey-dev>, <mailto:jersey-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jersey-dev>, <mailto:jersey-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHXLEfAvx/zYj2NukiF9RYHjamujqqqP2rw
  • Thread-topic: [External] : [jersey-dev] 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
 
 
 
 

Back to the top