File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
bundles/ri/src/main/resources Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
2
2
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'
4
4
5
5
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
7
7
* mods/jakarta.json-${project.version}-module.jar - 'org.glassfish.jakarta.json' module containing implementation
8
8
9
9
Integration with Jakarta RESTful Web Services:
@@ -45,7 +45,7 @@ for Jakarta RESTful Web Services integration module:
45
45
</dependency>
46
46
47
47
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.
50
50
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
You can’t perform that action at this time.
0 commit comments