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 our documentation there is a description that is over 65kb long. It scans fine however when generating the POJOs the strings in annotations can only be up to 65kb.
Client won't compile because "The type generates a string that requires more than 65535 bytes to encode in Utf8 format in the constant pool" for the following annotation @Schema(required = true, description = "")
Related issues/PRs
Didn't find any
Suggest a fix/enhancement
The description should maybe be truncated when referenced in annotations