William Cheng
William Cheng
can you please resolve the merge conflicts when you've time? also looks like this is a breaking change i remember someone added the classname prefix with a reason. need to...
let's give it a try if users need a way to fallback, they can use customized templates (e.g. -t in CLI) or we can provide an option later
tests passed locally ``` [ 80%] Building CXX object CMakeFiles/CppRestPetstoreClient.dir/src/model/SchemaWithSet.cpp.o [ 84%] Building CXX object CMakeFiles/CppRestPetstoreClient.dir/src/model/SchemaWithSet_vaccinationBook.cpp.o [ 88%] Building CXX object CMakeFiles/CppRestPetstoreClient.dir/src/model/Tag.cpp.o [ 92%] Building CXX object CMakeFiles/CppRestPetstoreClient.dir/src/model/User.cpp.o [ 96%]...
@snago have you tried the java client generator with the `okhttp-gson` library? it outputs Java SDKs with both sync and async method (and sync method simply calls the async method...
my take is to create another library called "native-nextgen" with the breaking changes and later we will do a swap native => native-deprecated native-nextgen => native that way users can...
please review the errors when you've time: https://github.com/OpenAPITools/openapi-generator/actions/runs/11094295717/job/30896757555?pr=19710
please review the errors reported by the CI when you've time.
filed https://github.com/OpenAPITools/openapi-generator/pull/20129 to trigger all the tests let's see how that goes
@ibaranga can you please add sample to test the new option similar to https://github.com/OpenAPITools/openapi-generator/pull/20071#issuecomment-2466666737 ?
@davidkarlsen do you mind doing a test locally for that? ``` git checkout -b ibaranga-master master git pull https://github.com/ibaranga/openapi-generator.git master ```