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
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
55For 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
99Integration 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
You can’t perform that action at this time.
0 commit comments