diff --git a/bin/java-petstore-all.sh b/bin/java-petstore-all.sh new file mode 100755 index 00000000000..635e8523edb --- /dev/null +++ b/bin/java-petstore-all.sh @@ -0,0 +1,9 @@ +#!/bin/sh +# update java petstore for all supported http libraries + +./bin/java-petstore.sh +./bin/java-petstore-jersey2.sh +./bin/java-petstore-feign.sh +./bin/java-petstore-okhttp-gson.sh +./bin/java-petstore-retrofit.sh +./bin/java-petstore-retrofit2.sh