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
Even though the above is semantically identical. The reason it doesn't work is that the @Target for the @JsonbTypeDeserializer annotation is not configured for parameter elements.
The text was updated successfully, but these errors were encountered:
+1, this becomes very required with java records.
Any hope we get a new minor version of the spec with this fix - or relax the signature validation to enable vendors to do that keeping spec compliance?
I can do this:
But I can't do this:
Even though the above is semantically identical. The reason it doesn't work is that the
@Target
for the@JsonbTypeDeserializer
annotation is not configured for parameter elements.The text was updated successfully, but these errors were encountered: