Skip to content

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

Merged
k163377 merged 2 commits into
FasterXML:2.17from
k163377:fix/775
May 18, 2024
Merged

Fixed problem with code compiled with 2.17.x losing backward compatibility#799
k163377 merged 2 commits into
FasterXML:2.17from
k163377:fix/775

Conversation

@k163377

@k163377 k163377 commented May 18, 2024

Copy link
Copy Markdown
Contributor

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