-
Notifications
You must be signed in to change notification settings - Fork 175
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
After upgrading from 2.12.3 to 2.13.0, conversion fails in Kotlin #504
Comments
After some debugging, Jackson seems to pick up a 3rd |
It seems this is fixed by configuring the mapper with: |
(transferred since this appears to be Kotlin-related, wrt naming) |
This issue will be fixed by #630 and therefore closed as a duplicate. |
Describe the bug
A conversion that worked before doesn't anymore:
Conflicting getter definitions for property "fSRI": com.example.ModelRow#getFSRI-SECTION() vs com.example.ModelRow#getFSRI-ID()
Version information
upgrade from 2.12.3 to 2.13.0
To Reproduce
Expected behavior
Conversion should succeed.
Additional context
Kotlin version: 1.5.21
The text was updated successfully, but these errors were encountered: