Skip to content

Commit 17c87a9

Browse files
committed
Version 1.28
1 parent eaf998e commit 17c87a9

File tree

14 files changed

+363
-19
lines changed

14 files changed

+363
-19
lines changed

http-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-http-parent</artifactId>
7-
<version>1.28-SNAPSHOT</version>
7+
<version>1.28</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

http-client-gson-adapter/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<parent>
55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-http-parent</artifactId>
7-
<version>1.28-SNAPSHOT</version>
7+
<version>1.28</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

1111
<groupId>io.avaje</groupId>
1212
<artifactId>avaje-http-client-gson</artifactId>
13-
<version>1.28-SNAPSHOT</version>
13+
<version>1.28</version>
1414

1515
<dependencies>
1616

@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>io.avaje</groupId>
2525
<artifactId>avaje-http-client</artifactId>
26-
<version>1.28-SNAPSHOT</version>
26+
<version>1.28</version>
2727
<scope>provided</scope>
2828
</dependency>
2929

http-client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<parent>
55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-http-parent</artifactId>
7-
<version>1.28-SNAPSHOT</version>
7+
<version>1.28</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

1111
<groupId>io.avaje</groupId>
1212
<artifactId>avaje-http-client</artifactId>
13-
<version>1.28-SNAPSHOT</version>
13+
<version>1.28</version>
1414

1515
<scm>
1616
<developerConnection>scm:git:[email protected]:avaje/avaje-http-client.git</developerConnection>

http-generator-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.avaje</groupId>
77
<artifactId>avaje-http-parent</artifactId>
8-
<version>1.28-SNAPSHOT</version>
8+
<version>1.28</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111

http-generator-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.avaje</groupId>
99
<artifactId>avaje-http-parent</artifactId>
10-
<version>1.28-SNAPSHOT</version>
10+
<version>1.28</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313

@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>io.avaje</groupId>
2525
<artifactId>avaje-http-api</artifactId>
26-
<version>1.28-SNAPSHOT</version>
26+
<version>1.28</version>
2727
<optional>true</optional>
2828
<scope>provided</scope>
2929
</dependency>

http-generator-helidon/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.avaje</groupId>
99
<artifactId>avaje-http-parent</artifactId>
10-
<version>1.28-SNAPSHOT</version>
10+
<version>1.28</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313

http-generator-javalin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.avaje</groupId>
99
<artifactId>avaje-http-parent</artifactId>
10-
<version>1.28-SNAPSHOT</version>
10+
<version>1.28</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313

http-generator-jex/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.avaje</groupId>
99
<artifactId>avaje-http-parent</artifactId>
10-
<version>1.28-SNAPSHOT</version>
10+
<version>1.28</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313

http-generator-nima/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>avaje-http-parent</artifactId>
55
<groupId>io.avaje</groupId>
6-
<version>1.28-SNAPSHOT</version>
6+
<version>1.28</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<groupId>io.avaje</groupId>
1111
<artifactId>avaje-http-parent</artifactId>
12-
<version>1.28-SNAPSHOT</version>
12+
<version>1.28</version>
1313
<packaging>pom</packaging>
1414

1515
<scm>

tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<jackson.version>2.14.1</jackson.version>
2121
<jex.version>2.5</jex.version>
2222
<avaje-inject.version>8.12-RC3</avaje-inject.version>
23-
<avaje-http-version>1.28-SNAPSHOT</avaje-http-version>
23+
<avaje-http-version>1.28</avaje-http-version>
2424
</properties>
2525

2626
<modules>

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

Lines changed: 211 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"openapi" : "3.0.1",
33
"info" : {
4-
"title" : "Example service",
4+
"title" : "Example service showing off the Path extension method of controller",
55
"description" : "Example Javalin controllers with Java and Maven",
66
"version" : ""
77
},
88
"tags" : [
99
{
1010
"name" : "tag1",
11-
"description" : "it's somethin"
11+
"description" : "this is added to openapi tags"
1212
},
1313
{
1414
"name" : "tag1",
15-
"description" : "this is added to openapi tags"
15+
"description" : "it's somethin"
1616
}
1717
],
1818
"paths" : {
@@ -1139,6 +1139,184 @@
11391139
}
11401140
}
11411141
},
1142+
"/test/enumForm" : {
1143+
"get" : {
1144+
"tags" : [
1145+
1146+
],
1147+
"summary" : "",
1148+
"description" : "",
1149+
"requestBody" : {
1150+
"content" : {
1151+
"application/x-www-form-urlencoded" : {
1152+
"schema" : {
1153+
"type" : "object",
1154+
"properties" : {
1155+
"s" : {
1156+
"type" : "string"
1157+
},
1158+
"type" : {
1159+
"$ref" : "#/components/schemas/ServerType"
1160+
}
1161+
}
1162+
}
1163+
}
1164+
},
1165+
"required" : true
1166+
},
1167+
"responses" : {
1168+
"200" : {
1169+
"description" : "",
1170+
"content" : {
1171+
"application/json" : {
1172+
"schema" : {
1173+
"type" : "string"
1174+
}
1175+
}
1176+
}
1177+
}
1178+
}
1179+
}
1180+
},
1181+
"/test/enumFormParam" : {
1182+
"get" : {
1183+
"tags" : [
1184+
1185+
],
1186+
"summary" : "",
1187+
"description" : "",
1188+
"requestBody" : {
1189+
"content" : {
1190+
"application/x-www-form-urlencoded" : {
1191+
"schema" : {
1192+
"type" : "object",
1193+
"properties" : {
1194+
"s" : {
1195+
"type" : "string"
1196+
},
1197+
"type" : {
1198+
"$ref" : "#/components/schemas/ServerType"
1199+
}
1200+
}
1201+
}
1202+
}
1203+
},
1204+
"required" : true
1205+
},
1206+
"responses" : {
1207+
"200" : {
1208+
"description" : "",
1209+
"content" : {
1210+
"application/json" : {
1211+
"schema" : {
1212+
"type" : "string"
1213+
}
1214+
}
1215+
}
1216+
}
1217+
}
1218+
}
1219+
},
1220+
"/test/enumQuery" : {
1221+
"get" : {
1222+
"tags" : [
1223+
1224+
],
1225+
"summary" : "",
1226+
"description" : "",
1227+
"parameters" : [
1228+
{
1229+
"name" : "type",
1230+
"in" : "query",
1231+
"schema" : {
1232+
"$ref" : "#/components/schemas/ServerType"
1233+
}
1234+
}
1235+
],
1236+
"responses" : {
1237+
"200" : {
1238+
"description" : "",
1239+
"content" : {
1240+
"application/json" : {
1241+
"schema" : {
1242+
"type" : "string"
1243+
}
1244+
}
1245+
}
1246+
}
1247+
}
1248+
}
1249+
},
1250+
"/test/enumQuery2" : {
1251+
"get" : {
1252+
"tags" : [
1253+
1254+
],
1255+
"summary" : "",
1256+
"description" : "",
1257+
"parameters" : [
1258+
{
1259+
"name" : "type",
1260+
"in" : "query",
1261+
"schema" : {
1262+
"type" : "array",
1263+
"items" : {
1264+
"$ref" : "#/components/schemas/ServerType"
1265+
}
1266+
}
1267+
}
1268+
],
1269+
"responses" : {
1270+
"200" : {
1271+
"description" : "",
1272+
"content" : {
1273+
"application/json" : {
1274+
"schema" : {
1275+
"type" : "string"
1276+
}
1277+
}
1278+
}
1279+
}
1280+
}
1281+
}
1282+
},
1283+
"/test/enumQueryImplied" : {
1284+
"post" : {
1285+
"tags" : [
1286+
1287+
],
1288+
"summary" : "",
1289+
"description" : "",
1290+
"parameters" : [
1291+
{
1292+
"name" : "s",
1293+
"in" : "query",
1294+
"schema" : {
1295+
"type" : "string"
1296+
}
1297+
},
1298+
{
1299+
"name" : "type",
1300+
"in" : "query",
1301+
"schema" : {
1302+
"$ref" : "#/components/schemas/ServerType"
1303+
}
1304+
}
1305+
],
1306+
"responses" : {
1307+
"201" : {
1308+
"description" : "",
1309+
"content" : {
1310+
"application/json" : {
1311+
"schema" : {
1312+
"type" : "string"
1313+
}
1314+
}
1315+
}
1316+
}
1317+
}
1318+
}
1319+
},
11421320
"/test/form" : {
11431321
"post" : {
11441322
"tags" : [
@@ -1309,6 +1487,27 @@
13091487
}
13101488
}
13111489
},
1490+
"/test/mapTest" : {
1491+
"get" : {
1492+
"tags" : [
1493+
1494+
],
1495+
"summary" : "",
1496+
"description" : "",
1497+
"responses" : {
1498+
"200" : {
1499+
"description" : "",
1500+
"content" : {
1501+
"application/json" : {
1502+
"schema" : {
1503+
"type" : "string"
1504+
}
1505+
}
1506+
}
1507+
}
1508+
}
1509+
}
1510+
},
13121511
"/test/person" : {
13131512
"post" : {
13141513
"tags" : [
@@ -1619,6 +1818,12 @@
16191818
"maxLength" : 100,
16201819
"type" : "string",
16211820
"format" : "email"
1821+
},
1822+
"addresses" : {
1823+
"type" : "array",
1824+
"items" : {
1825+
"type" : "string"
1826+
}
16221827
}
16231828
}
16241829
},
@@ -1698,6 +1903,9 @@
16981903
}
16991904
}
17001905
},
1906+
"ServerType" : {
1907+
"type" : "object"
1908+
},
17011909
"byte" : {
17021910
"type" : "object"
17031911
}

0 commit comments

Comments
 (0)