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
I don't know why this used to pass, but I think it should not since you are explicitly disabling auto-detection of creators but are not using @JsonCreator marker.
That is, it seems that earlier visibility checking was done incorrectly.
To resolve this, you would need to change visibility for creators by adding:
Uh oh!
There was an error while loading. Please reload this page.
The following test passes in 2.9.1, but fails in 2.9.2:
This may or may not be related to the changes that cause this regression.
The text was updated successfully, but these errors were encountered: