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
The v2 generator will need to be parallized at the clazz level.
There will need to be a ResolvingContext instance for each usage - the SchemaGenerator isn't thread-safe. But they could all share the "seen" Jackson schema instances so that any common classes would not need to be re-resolved.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had any activity since 90 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions!
The v2 generator will need to be parallized at the clazz level.
There will need to be a ResolvingContext instance for each usage - the SchemaGenerator isn't thread-safe. But they could all share the "seen" Jackson schema instances so that any common classes would not need to be re-resolved.
The text was updated successfully, but these errors were encountered: