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

Fix ABI compatibility of KotlinModule constructor #289

Merged
merged 1 commit into from
Dec 30, 2019
Merged

Fix ABI compatibility of KotlinModule constructor #289

merged 1 commit into from
Dec 30, 2019

Conversation

frost13it
Copy link
Contributor

This PR adds a hidden constructor to KotlinModule with an old signature (before 45676ce).
@JvmOverloads is removed, because it generates an overload that clashes with the new (old) constructor. Anyway, it is useless outside Java code.
Fixes #279.

@cowtowncoder
Copy link
Member

cowtowncoder commented Dec 30, 2019

Sounds good to me: thank you for contributing this! Will merge to be included in 2.10.2.

@cowtowncoder cowtowncoder merged commit cc43e14 into FasterXML:2.10 Dec 30, 2019
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.

2 participants