martin-mfg

Results 6 issues of martin-mfg

fix for #9280 In `JavadocVariableCheck`, replace `Scope scope` and `Scope excludeScope` by `AccessModifierOption[] accessModifiers`. Whether the JavadocVariableCheck is applied to a given variable still depends on the variable's modifier *and...

breaking compatibility

The default value of an enum changes depending on whether it is defined in the main input file or in a referenced file. Although I'm new to swagger-parser, this seems...

fix #18345 To reproduce the problem, it's sufficient to use the `spring` generator with `delegatePattern=true` on this input: ```yaml openapi: 3.0.3 info: title: Swagger Petstore - OpenAPI 3.0 description: ''...

close #18735 based on work by @jpfinne in #19235 Turns the `containteDefaultToNull` setting from a boolean to a String, allowing more detailed configuration. "false" and "true" are still supported. ###...

I updated the OpenApi Generator (cli) versions mentioned in the Readme.

fix https://github.com/OpenAPITools/openapi-generator/issues/18689 This PR is based on https://github.com/OpenAPITools/openapi-generator/pull/18690 by @levitin On top of their changes, I just updated the samples again, which removed the problematic changes I mentioned [here](https://github.com/OpenAPITools/openapi-generator/pull/18690#issuecomment-2208338374). ###...