Eric Driggs

Results 23 comments of Eric Driggs

No strong opinion. Calling features from within outlines seems a nice to have. I don't grok why setup is needed in background nor why singleton nature is required.

I agree that an api supporting json / xml would be helpful. If you're just trying to get cobertura data, you can go directly to cobertura for that info. For...

After looking through JSON specs, I agree that by default json array ordering is important and should be strict.

You read my mind! Was just about to open this issue. This would allow me to use a global coinfig to log scenario names before execution. Especially useful for when...

Thank you for directly addressing this risk. I look forward to the potential improvements in speed, performance, concurrency, flakiness, and reduced maintenance and reduced frequency of breaking js engine changes....

@krmahadevan Please post your changes. I could use this as well

@SebasAnasco1517 Workaround is setUseTrailingSlashMatch. I'm using it in several projects https://github.com/spring-projects/spring-framework/issues/28552#issuecomment-1746252506

@bharatnpti use additionalModelTypeAnnotations. It's semicolon separated, surrounded by double quotes ``` java -jar openapi-generator-cli.jar generate \ -i https://yourservice.com/v3/api-docs.yaml \ -g java \ --library native \ -p your.package \ --global-property apis,models,supportingFiles,apiTests=false,modelTests=false\...

@Serob Personally, I don't worry about boilerplate on generated code, only functionality. ymmv.

Still seeing enums as nested classes using java generator on 7.7.0 Using the following commands (url and packages changed) ``` java -jar openapi-generator-cli.jar generate \ -i https://myserver.com/v3/api-docs.yaml \ -g java...