2016-01-05 07:07:48 +00:00
|
|
|
#!/bin/sh
|
|
|
|
# update java petstore for all supported http libraries
|
|
|
|
|
2016-07-06 14:24:33 +00:00
|
|
|
./bin/java-petstore-jersey1.sh
|
2016-01-05 07:07:48 +00:00
|
|
|
./bin/java-petstore-jersey2.sh
|
|
|
|
./bin/java-petstore-feign.sh
|
|
|
|
./bin/java-petstore-okhttp-gson.sh
|
2017-04-27 17:24:28 +00:00
|
|
|
./bin/java-petstore-okhttp-gson-parcelable.sh
|
2016-01-05 07:07:48 +00:00
|
|
|
./bin/java-petstore-retrofit.sh
|
|
|
|
./bin/java-petstore-retrofit2.sh
|
2016-04-22 02:13:54 +00:00
|
|
|
./bin/java-petstore-retrofit2rx.sh
|
2017-05-17 14:12:06 +00:00
|
|
|
./bin/java-petstore-retrofit2rx2.sh
|
2016-06-20 22:10:01 +00:00
|
|
|
./bin/java8-petstore-jersey2.sh
|
2016-12-14 09:32:49 +00:00
|
|
|
./bin/java-petstore-retrofit2-play24.sh
|
2017-03-23 07:21:46 +00:00
|
|
|
./bin/java-petstore-jersey2-java6.sh
|
2017-04-24 06:40:47 +00:00
|
|
|
./bin/java-petstore-resttemplate.sh
|
2017-04-24 10:01:18 +00:00
|
|
|
./bin/java-petstore-resteasy.sh
|