This repository was archived by the owner on Nov 7, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
demos/customprovider-jdk9/src/main/java/org/glassfish/json/customprovider Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 6464 */
6565public class TestProvider extends JsonProvider {
6666
67- // need to override this here otherwise JsonProvider.provider()
68- // would be called indefinetly leading to StackOverfolwError
69- public static JsonProvider provider () {
70- return new TestProvider ();
71- }
72-
7367 @ Override
7468 public JsonGenerator createGenerator (Writer writer ) {
7569 return new TestGenerator (writer );
Original file line number Diff line number Diff line change 169169 <plugin >
170170 <groupId >org.apache.maven.plugins</groupId >
171171 <artifactId >maven-javadoc-plugin</artifactId >
172- <version >2.10.4 </version >
172+ <version >3.0.0-M1 </version >
173173 </plugin >
174174 <plugin >
175175 <groupId >org.apache.maven.plugins</groupId >
430430 <plugin >
431431 <groupId >org.apache.maven.plugins</groupId >
432432 <artifactId >maven-javadoc-plugin</artifactId >
433- <version >2.10.4 </version >
433+ <version >3.0.0-M1 </version >
434434 <executions >
435435 <execution >
436436 <id >attach-javadocs</id >
You can’t perform that action at this time.
0 commit comments