Skip to content

[3.0.0] Update all 'java' examples#7932

Merged
HugoMario merged 2 commits into
swagger-api:3.0.0from
jmini:issue52
Mar 28, 2018
Merged

[3.0.0] Update all 'java' examples#7932
HugoMario merged 2 commits into
swagger-api:3.0.0from
jmini:issue52

Conversation

@jmini

@jmini jmini commented Mar 28, 2018

Copy link
Copy Markdown
Contributor

As discussed in: swagger-api/swagger-codegen-generators#52 generate all possible -l java examples with current 1.0.0-SNAPSHOT version of swagger-codegen-generators.

Folder samples/client/petstore/java/ is updated.

Examples should compile.

@jmini

jmini commented Mar 28, 2018

Copy link
Copy Markdown
Contributor Author

@HugoMario: CI is OK. Can you merge this? Then we will be able to adress the different problems and activate the scripts that are commented.

@HugoMario

Copy link
Copy Markdown
Contributor

thanks @jmini

@HugoMario
HugoMario merged commit a33c06d into swagger-api:3.0.0 Mar 28, 2018
@jmini

jmini commented Mar 28, 2018

Copy link
Copy Markdown
Contributor Author

In this PR following scripts were run to update the samples:

#!/bin/sh
# update # java clients, see https://github.com/swagger-api/swagger-codegen-generators/issues/52

./bin/java-petstore-feign.sh
./bin/java-petstore-jersey1.sh
./bin/java-petstore-jersey2.sh
./bin/java-petstore-resteasy.sh
./bin/java-petstore-resttemplate-withxml.sh
./bin/java-petstore-resttemplate.sh
./bin/java-petstore-retrofit.sh
./bin/java-petstore-retrofit2-play24.sh
./bin/java-petstore-retrofit2-play25.sh
./bin/java-petstore-retrofit2.sh
./bin/java-petstore-retrofit2rx.sh
./bin/java-petstore-retrofit2rx2.sh
./bin/java-petstore-vertx.sh
./bin/java8-petstore-jersey2.sh

There is more to come, when the findings in swagger-api/swagger-codegen-generators#52 are addressed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants