Skip to content
This repository has been archived by the owner on Nov 7, 2019. It is now read-only.

Update README.md #25

Merged
merged 1 commit into from
Sep 9, 2015
Merged

Update README.md #25

merged 1 commit into from
Sep 9, 2015

Conversation

lorrin
Copy link
Contributor

@lorrin lorrin commented Sep 1, 2015

Add note about potential need to supply @JsonCreator even when using version 2.6.

Add note about potential need to supply `@JsonCreator` even when using version 2.6.
@lpandzic
Copy link
Contributor

lpandzic commented Sep 1, 2015

What issues? Any links to jackson issues?

cowtowncoder added a commit that referenced this pull request Sep 9, 2015
@cowtowncoder cowtowncoder merged commit 5a5ea5a into FasterXML:master Sep 9, 2015
@cowtowncoder
Copy link
Member

There should be an issue in jackson-databind, but I forget exact id. The problem is that discovery of JSON creator methods occurs too late to allow them to be merged, unless actual annotation is used.

@cowtowncoder
Copy link
Member

Not sure if there is specific RFE issue for this, but couple of other issues are related. For example:

For the first issue, 806, there is also matching failing test that shows where use of @JsonCreator is actually needed, even though intent at this point is that it should not be.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants