-
Notifications
You must be signed in to change notification settings - Fork 826
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
references are enabled by default? #617
Comments
You're right. This happens because a ReferenceResolver is provided by default, which then enables references. The docs say it is disabled by default, |
I vote that references be disabled by default; I agree that the defaults should be as barebones as possible and developers/users should opt into features (and thus be aware of what overhead they are incurring). |
@NathanSweet should this be resolved before the next release? |
the document mentioned "By default references are not enabled",but when I test with 5.0.0-RC1,I found Kryo.getReferences() return true.
The text was updated successfully, but these errors were encountered: