|
1 | 1 | #!/bin/sh
|
2 | 2 | # update # java petstore for all supported http libraries
|
3 | 3 |
|
| 4 | +./bin/java8-petstore-jersey2.sh |
| 5 | +./bin/java-inflector-petstore-server.sh |
| 6 | +./bin/java-msf4j-petstore-server.sh |
| 7 | +./bin/java-petstore-feign.sh |
| 8 | +./bin/java-petstore-google-api-client.sh |
4 | 9 | ./bin/java-petstore-jersey1.sh
|
5 | 10 | ./bin/java-petstore-jersey2.sh
|
6 |
| -./bin/java-petstore-feign.sh |
| 11 | +./bin/java-petstore-jersey2-java6.sh |
7 | 12 | ./bin/java-petstore-okhttp-gson.sh
|
8 | 13 | ./bin/java-petstore-okhttp-gson-parcelable.sh
|
| 14 | +./bin/java-petstore-resteasy.sh |
| 15 | +./bin/java-petstore-resttemplate.sh |
| 16 | +./bin/java-petstore-resttemplate-withxml.sh |
9 | 17 | ./bin/java-petstore-retrofit.sh
|
10 | 18 | ./bin/java-petstore-retrofit2.sh
|
| 19 | +./bin/java-petstore-retrofit2-play24.sh |
| 20 | +./bin/java-petstore-retrofit2-play25.sh |
11 | 21 | ./bin/java-petstore-retrofit2rx.sh
|
12 | 22 | ./bin/java-petstore-retrofit2rx2.sh
|
13 |
| -./bin/java8-petstore-jersey2.sh |
14 |
| -./bin/java-petstore-retrofit2-play24.sh |
15 |
| -./bin/java-petstore-jersey2-java6.sh |
16 |
| -./bin/java-petstore-resttemplate.sh |
17 |
| -./bin/java-petstore-resttemplate-withxml.sh |
18 |
| -./bin/java-petstore-resteasy.sh |
19 |
| -./bin/java-petstore-google-api-client.sh |
| 23 | +./bin/java-petstore-vertx.sh |
| 24 | +./bin/jaxrs-cxf-cdi-petstore-server.sh |
| 25 | +./bin/jaxrs-cxf-client-petstore.sh |
| 26 | +./bin/jaxrs-cxf-petstore-server.sh |
| 27 | +./bin/jaxrs-cxf-petstore-server-annotated-base-path.sh |
| 28 | +./bin/jaxrs-cxf-petstore-server-non-spring-application.sh |
| 29 | +./bin/jaxrs-jersey1-petstore-server.sh |
| 30 | +./bin/jaxrs-jersey1-usetags-petstore-server.sh |
| 31 | +./bin/jaxrs-petstore-server.sh |
| 32 | +./bin/jaxrs-resteasy-eap-java8-petstore-server.sh |
| 33 | +./bin/jaxrs-resteasy-eap-joda-petstore-server.sh |
| 34 | +./bin/jaxrs-resteasy-eap-petstore-server.sh |
| 35 | +./bin/jaxrs-resteasy-java8-petstore-server.sh |
| 36 | +./bin/jaxrs-resteasy-joda-petstore-server.sh |
| 37 | +./bin/jaxrs-resteasy-petstore-server.sh |
| 38 | +./bin/jaxrs-spec-petstore-server.sh |
| 39 | +./bin/jaxrs-spec-petstore-server-interface.sh |
| 40 | +./bin/jaxrs-usetags-petstore-server.sh |
| 41 | +./bin/spring-cloud-feign-petstore.sh |
| 42 | +./bin/spring-cloud-feign-petstore-v2.sh |
| 43 | +./bin/spring-delegate.sh |
| 44 | +./bin/spring-delegate-j8.sh |
| 45 | +./bin/spring-mvc-petstore-j8-async-server.sh |
| 46 | +./bin/spring-mvc-petstore-server.sh |
| 47 | +./bin/spring-stubs.sh |
| 48 | +./bin/springboot-petstore-server.sh |
| 49 | +./bin/springboot-petstore-server-beanvalidation.sh |
| 50 | +./bin/springboot-petstore-server-implicitHeaders.sh |
| 51 | +./bin/springboot-petstore-server-useOptional.sh |
| 52 | +./bin/springboot-petstore-server-v2.sh |
| 53 | +./bin/springboot-petstore-server-v2-no-default.sh |
0 commit comments