You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* standalone/jakarta.json-${project.version}.jar - 'jakarta.json' module containing API classes and implementation, which serves as a fallback for environments
9
9
willing to support different implementations of Jakarta JSON Processing API while also providing some default implementation, such as application servers.
10
-
When this library is used, then Eclipse JSONP is the default implementation being provided.
10
+
When this library is used, then Eclipse Parsson is the default implementation being provided.
11
11
12
12
NOTE: jakarta.json-api.jar and jakarta.json.jar CAN NOT co-exist together when running on JPMS. One can be used as a drop-in
13
13
replacement of the other wrt Jakarta JSON Processing API.
@@ -19,8 +19,8 @@ IMPORTANT NOTE: module names are not yet final and may change in the future rele
19
19
20
20
for the implementation:
21
21
<dependency>
22
-
<groupId>org.eclipse.jsonp</groupId>
23
-
<artifactId>jsonp</artifactId>
22
+
<groupId>org.eclipse.parsson</groupId>
23
+
<artifactId>parsson</artifactId>
24
24
<version>${project.version}</version>
25
25
</dependency>
26
26
@@ -33,14 +33,14 @@ for APIs:
33
33
34
34
for Jakarta RESTful Web Services integration module:
35
35
<dependency>
36
-
<groupId>org.eclipse.jsonp</groupId>
37
-
<artifactId>jsonp-jaxrs</artifactId>
36
+
<groupId>org.eclipse.parsson</groupId>
37
+
<artifactId>parsson-media</artifactId>
38
38
<version>${project.version}</version>
39
39
</dependency>
40
40
41
41
for Jakarta JSON Processing API which uses Eclipse JSONP as a default provider:
0 commit comments