Skip to content

Commit 8e2a6b2

Browse files
committed
add sample for vertx5-supportVertxFuture
1 parent 9faa37f commit 8e2a6b2

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/samples-java-client-jdk11.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
- samples/client/petstore/java/webclient-useSingleRequestParameter
7575
- samples/client/petstore/java/vertx
7676
- samples/client/petstore/java/vertx5
77+
- samples/client/petstore/java/vertx5-supportVertxFuture
7778
- samples/client/petstore/java/vertx-no-nullable
7879
- samples/client/petstore/java/vertx-supportVertxFuture
7980
- samples/client/petstore/java/jersey2-java8-localdatetime
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
generatorName: java
2+
outputDir: samples/client/petstore/java/vertx5-supportVertxFuture
3+
library: vertx
4+
inputSpec: modules/openapi-generator/src/test/resources/3_0/petstore-with-fake-endpoints-models-for-testing.yaml
5+
templateDir: modules/openapi-generator/src/main/resources/Java
6+
useVertx5: "true"
7+
useRxJava3: "true"
8+
additionalProperties:
9+
artifactId: petstore-vertx5-supportVertxFuture
10+
hideGenerationTimestamp: "true"
11+
dateLibrary: java8
12+
supportVertxFuture: "true"

0 commit comments

Comments
 (0)