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
Convenience constructors on SchemaGeneratorConfigBuilder without explicit ObjectMapper instance being expected
Convenience methods on FieldScope/MethodScope for accessing (first level) container item annotations: getContainerItemAnnotation() and getContainerItemAnnotationConsideringFieldAndGetter()
Changed
MethodScope.getAnnotation() now also considers annotations directly on return type (when no matching annotation was found on the method itself)
Fixed
Attributes set in custom property definitions should not be overridden by other configurations (except for explicit attribute overrides)