Skip to content

Commit 5b24450

Browse files
authored
Merge pull request #549 from avaje/tidy-poms
Tidy test poms with auto included avaje-inject-maven-plugin
2 parents affe39a + cb3a04b commit 5b24450

File tree

4 files changed

+90
-0
lines changed

4 files changed

+90
-0
lines changed

tests/test-client-generation/pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,20 @@
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

tests/test-javalin-jsonb/src/main/resources/public/openapi.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -928,6 +928,48 @@
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" : [
@@ -2188,6 +2230,12 @@
21882230
"type" : "string"
21892231
}
21902232
}
2233+
},
2234+
"String,?>" : {
2235+
"type" : "object"
2236+
},
2237+
"String>" : {
2238+
"type" : "object"
21912239
}
21922240
},
21932241
"securitySchemes" : {

tests/test-nima-htmx/pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,20 @@
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

tests/test-nima/pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,20 @@
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

0 commit comments

Comments
 (0)