add example for UserDefinedTemplates (#18423)

This commit is contained in:
martin-mfg
2024-04-22 04:46:15 +02:00
committed by GitHub
parent 2217a7b0f2
commit 73bca68fea
77 changed files with 15112 additions and 0 deletions

View File

@@ -73,6 +73,7 @@ jobs:
- samples/client/petstore/java/resttemplate-swagger2/
- samples/openapi3/client/petstore/java/jersey2-java8-swagger2/
- samples/client/others/java/okhttp-gson-oneOf/
- samples/client/echo_api/java/okhttp-gson-user-defined-templates/
- samples/client/others/java/resttemplate-useAbstractionForFiles/
- samples/client/others/java/webclient-useAbstractionForFiles/
- samples/client/others/java/jersey2-oneOf-duplicates/