Skip to content

Commit dcef07f

Browse files
authored
Fix project readme (#255)
Signed-off-by: Lukas Jungmann <[email protected]>
1 parent 47ccfe6 commit dcef07f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

bundles/ri/src/main/resources/README.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
* standalone/jakarta.json-${project.version}.jar contains both "Jakarta JSON Processing 1.1" API
1+
* standalone/jakarta.json-${project.version}.jar contains both Jakarta JSON Processing API
22
and its default provider implementation. Keep it in classpath for both compiling and running your application.
3-
Automatic module name is: 'java.json'
3+
JPMS module name is: 'jakarta.json'
44

55
For running on JPMS, following modules are provided:
6-
* mods/jakarta.json-api-${project.version}.jar - 'java.json' module containing only API classes
6+
* mods/jakarta.json-api-${project.version}.jar - 'jakarta.json' module containing only API classes
77
* mods/jakarta.json-${project.version}-module.jar - 'org.glassfish.jakarta.json' module containing implementation
88

99
Integration with Jakarta RESTful Web Services:
@@ -45,7 +45,7 @@ for Jakarta RESTful Web Services integration module:
4545
</dependency>
4646

4747

48-
* GlassFish 5.x already bundles latest Jakarta JSON Processing implementation and Jakarta RESTful Web Services integration module.
49-
If you deploy an application with GlassFish 5.x, your application (war/ear) doesn't have to bundle APIs nor the ri jar.
48+
* GlassFish 6.x already bundles latest Jakarta JSON Processing implementation and Jakarta RESTful Web Services integration module.
49+
If you deploy an application with GlassFish 6.x, your application (war/ear) doesn't have to bundle APIs nor the implementation jar.
5050

51-
* Samples can be run from https://github.com/javaee/glassfish-samples
51+
* Samples can be run from https://github.com/eclipse-ee4j/glassfish-samples

0 commit comments

Comments
 (0)