mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-05 08:20:53 +00:00
* Fix issue with buffered sink handling in okhttp Fixes unexpected end of stream exceptions when using the okhttp-gson library and making asynchronous calls. * update petstore samples for okhttp-gson $ ./bin/java-petstore-okhttp-gson.sh $ ./bin/security/java-petstore-okhttp-gson.sh * WIP: trigger ci