itaru2622
itaru2622
@palnabarun It also needs https://github.com/kubernetes-client/gen/pull/208, when I tested with openapi-generator v5.3.0. actually I would like you to support openapi-generator v5.3.1, for #1579, which is expected to be released in near...
When I tested with openapi-generator v5.3.0, I found that A) openapi's code generation was succeeded when gen#208(+gen#209) involved. B) scripts/release.sh is failed in patching process by scripts/* I found there...
@roycaihw You made me so suprised :-) Unfortunately I don't have much time now, so it is hard to drive this issue solving. but I may be able to help...
@idsvandermolen yes, there are some improvement in openapi-generator. unfortunately, to get benefit of those improvements on validation, it needs to update openapi defenition which is managed by server side at...
I met similar issue on generated class name when I use multiple jsonschema files as described below. below case is fixed by using the jsonschema file (path) as the "parent"...
@chrisamin could you review this PR, please.
@bnewbold I understand that your point. it maybe rare case. but it is good that regardless published or un-published, code can work on docker (in same manner). for example, when...
@mary-ext in that case, #2005 helps it which @DavidBuchanan314 started describing in discussion.
@vipinsun @litong01 it might be better if app developper can defines his own playbook as well as application source code. current apprun supports just single docker container application but it...
@vipinsun @litong01 > app/{{appname}}/{{lang}}/ the above is too classified and app/{{appname}}/ may be enough since an app is rarely implemented in multiple languages.