File tree Expand file tree Collapse file tree 4 files changed +90
-0
lines changed
test-javalin-jsonb/src/main/resources/public Expand file tree Collapse file tree 4 files changed +90
-0
lines changed Original file line number Diff line number Diff line change 137137 </annotationProcessorPaths >
138138 </configuration >
139139 </plugin >
140+ <!-- generated by avaje inject -->
141+ <plugin >
142+ <groupId >io.avaje</groupId >
143+ <artifactId >avaje-inject-maven-plugin</artifactId >
144+ <version >11.1</version >
145+ <executions >
146+ <execution >
147+ <phase >process-sources</phase >
148+ <goals >
149+ <goal >provides</goal >
150+ </goals >
151+ </execution >
152+ </executions >
153+ </plugin >
140154 </plugins >
141155 </build >
142156
Original file line number Diff line number Diff line change 928928 }
929929 }
930930 },
931+ "/jsonbGeneric/double" : {
932+ "get" : {
933+ "tags" : [
934+
935+ ],
936+ "summary" : " " ,
937+ "description" : " " ,
938+ "responses" : {
939+ "200" : {
940+ "description" : " " ,
941+ "content" : {
942+ "application/json" : {
943+ "schema" : {
944+ "$ref" : " #/components/schemas/String,?>"
945+ }
946+ }
947+ }
948+ }
949+ }
950+ }
951+ },
952+ "/jsonbGeneric/single" : {
953+ "get" : {
954+ "tags" : [
955+
956+ ],
957+ "summary" : " " ,
958+ "description" : " " ,
959+ "responses" : {
960+ "200" : {
961+ "description" : " " ,
962+ "content" : {
963+ "application/json" : {
964+ "schema" : {
965+ "$ref" : " #/components/schemas/String>"
966+ }
967+ }
968+ }
969+ }
970+ }
971+ }
972+ },
931973 "/openapi/get" : {
932974 "get" : {
933975 "tags" : [
21882230 "type" : " string"
21892231 }
21902232 }
2233+ },
2234+ "String,?>" : {
2235+ "type" : " object"
2236+ },
2237+ "String>" : {
2238+ "type" : " object"
21912239 }
21922240 },
21932241 "securitySchemes" : {
Original file line number Diff line number Diff line change 9999 </configuration >
100100 </plugin >
101101
102+ <!-- generated by avaje inject -->
103+ <plugin >
104+ <groupId >io.avaje</groupId >
105+ <artifactId >avaje-inject-maven-plugin</artifactId >
106+ <version >11.1</version >
107+ <executions >
108+ <execution >
109+ <phase >process-sources</phase >
110+ <goals >
111+ <goal >provides</goal >
112+ </goals >
113+ </execution >
114+ </executions >
115+ </plugin >
102116 </plugins >
103117 </build >
104118
Original file line number Diff line number Diff line change 8686 </tiles >
8787 </configuration >
8888 </plugin >
89+ <!-- generated by avaje inject -->
90+ <plugin >
91+ <groupId >io.avaje</groupId >
92+ <artifactId >avaje-inject-maven-plugin</artifactId >
93+ <version >11.1</version >
94+ <executions >
95+ <execution >
96+ <phase >process-sources</phase >
97+ <goals >
98+ <goal >provides</goal >
99+ </goals >
100+ </execution >
101+ </executions >
102+ </plugin >
89103 </plugins >
90104 </build >
91105
You can’t perform that action at this time.
0 commit comments