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
<1> Schema defining annotation. Without this annotation the class/record will not be processed as a JSON schema
107
107
108
-
We will need to extend the list of annotation processors with JSON schema codegen,
109
-
otherwise the annotations would not be processed:
108
+
In addition, the following section must be added to the `build` of the Maven `pom.xml` to enable annotation processors that generate the necessary code:
109
+
110
110
[source,xml]
111
111
----
112
-
<plugin>
113
-
<groupId>org.apache.maven.plugins</groupId>
114
-
<artifactId>maven-compiler-plugin</artifactId>
115
-
<configuration>
116
-
<annotationProcessorPaths>
117
-
<!-- Other annotation processors -->
118
-
119
-
<!-- Service Registry codegen needed for automatic discovery of the generated schema -->
0 commit comments