Skip to content
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

Fixed problem with code compiled with 2.17.x losing backward compatibility #799

Merged
merged 2 commits into from
May 18, 2024

Conversation

k163377
Copy link
Contributor

@k163377 k163377 commented May 18, 2024

As reported in #775, due to changes made in #741, code compiled using 2.17.0 and 2.17.1 is not compatible with older versions.
As far as decompiling and checking, this problem no longer occurs, as this change clearly causes the no-argument function to be called.

Fixes #775

@k163377 k163377 changed the title Explicitly add functions with no default arguments Fixed problem with code compiled with 2.17.x losing backward compatibility May 18, 2024
@k163377 k163377 changed the base branch from 2.18 to 2.17 May 18, 2024 06:40
@k163377 k163377 merged commit 0b6320f into FasterXML:2.17 May 18, 2024
@k163377 k163377 deleted the fix/775 branch May 18, 2024 06:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NoSuchMethodError for com.fasterxml.jackson.module.kotlin.jacksonObjectMapper after upgrading to 2.17.0
1 participant