Skip to content

Commit 86ee5c2

Browse files
Update SmallRye OpenAPI to 3.6.2
Signed-off-by: Phillip Kruger <[email protected]>
1 parent 677292f commit 86ee5c2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

bom/application/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<smallrye-config.version>3.3.4</smallrye-config.version>
5555
<smallrye-health.version>4.0.4</smallrye-health.version>
5656
<smallrye-metrics.version>4.0.0</smallrye-metrics.version>
57-
<smallrye-open-api.version>3.6.1</smallrye-open-api.version>
57+
<smallrye-open-api.version>3.6.2</smallrye-open-api.version>
5858
<smallrye-graphql.version>2.4.0</smallrye-graphql.version>
5959
<smallrye-opentracing.version>3.0.3</smallrye-opentracing.version>
6060
<smallrye-fault-tolerance.version>6.2.6</smallrye-fault-tolerance.version>

integration-tests/main/src/test/java/io/quarkus/it/main/OpenApiTestCase.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ public void testOpenAPIJSON() throws Exception {
9090
Assertions.assertEquals(1, keys.size());
9191
Assertions.assertEquals("get", keys.iterator().next());
9292

93-
String uniSchemaType = schemaType("200", DEFAULT_MEDIA_TYPE, uniObj.getJsonObject("get").getJsonObject("responses"),
93+
String uniSchemaType = schemaType("200", DEFAULT_MEDIA_TYPE_PRIMITAVE,
94+
uniObj.getJsonObject("get").getJsonObject("responses"),
9495
schemasObj);
9596
// make sure String, CompletionStage<String> and Uni<String> are detected the same
9697
Assertions.assertEquals(testSchemaType,

0 commit comments

Comments
 (0)