-
Notifications
You must be signed in to change notification settings - Fork 9
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
Jackson212MissingConstructorTest still fails with 2.15.0-SNAPSHOT #14
Comments
Ok, I am able to see this with Idea; test works as expected. So, as per XML#547, construction no longer fails.
Looking at XML module's test, specifically, there are 2 variants to consider:
There are separate tests for both cases, but with annotations to indicate which creator to use. I think that things work as they should, but test expects "wrong" outcome: that could only be result of using Delegating creator -- and in this case that'd need to be annotated. WDYT @henrik242 ? Adding
|
@cowtowncoder As mentioned in the code comment, I think your changes to the test are valid :) |
@henrik242 Ok! Will close this, leave Kotlin issue as resolved (although would be good to know which versions do have issues in-between) |
Jackson212MissingConstructorTest should have been fixed now according to FasterXML/jackson-dataformat-xml#547 and FasterXML/jackson-module-kotlin#396 (comment)
But it still fails:
Tested with jackson-integration-tests commit ddeb914
The text was updated successfully, but these errors were encountered: