You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In version 7.7 generating documentation via the openApi gradle task results in the following misleading warning:
"More than one inline schema specified in allOf:. Only the first one is recognized. All others are ignored."
See comments on this [PR](OpenAPITools/openapi-generator#19646).
In later versions of the plugin - and rather than fixing the issue - the severity of the warning has been reduced from [WARN to DEBUG](https://github.com/OpenAPITools/openapi-generator/pull/19646/files).
Also set removeEnumValuePrefix = true since this is a new additional property added to more recent versions which removes the prefix for enum definitions. Previously in version 7.7 prefixes were removed automatically and the property didn't exist. Since it [defaults to false](OpenAPITools/openapi-generator#20452), we need to set it to true. Unfortunately this property isn't documented in the [README](OpenAPITools/openapi-generator#20452).
0 commit comments