-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add back TypeFactory.constructType(Type, Class)
as "deprecated" in 2.7.1
#1079
Milestone
Comments
cowtowncoder
changed the title
Consider adding back
Add back Jan 13, 2016
TypeFactory.constructType(Type, Class)
in 2.7.1TypeFactory.constructType(Type, Class)
as "deprecated" in 2.7.1
This issue also broke Swagger documentation |
@todd-richmond Ok good to know, in case that gets reported separately. |
aryehpro
added a commit
to aryehpro/jackson-databind
that referenced
this issue
Jan 25, 2016
# By Tatu Saloranta (113) and others # Via Tatu Saloranta * 'master' of https://github.com/FasterXML/jackson-databind: (124 commits) Minor addition related to FasterXML#1087: resolve context type, assuming type bindings from that are expected to work. Add unit test for FasterXML#999 minor warnings cleanup Add Javadoc badge with automatic version detection Fix FasterXML#1083 Add failing test for FasterXML#1083 add a unit test to verify that Object Id works via AtomicReference too Minor javadoc improvement wrt FasterXML#1076, making `SimpleType.construct(Class)` deprecated (was not yet, for some reason, should have been) Fix FasterXML#1078 Fix FasterXML#1079 [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release jackson-databind-2.7.0 prepare for 2.7.0 final Fix FasterXML#1073 Try to reproduce FasterXML#1074 javadoc trimming Try to reproduce FasterXML#825 again, still passes. minor improvement to ensure base64 encoding uses configured setting Undo part of change done for StringDeserializer; caused issues with XML handling further minor cleanups to cleanup ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(for background, see http://stackoverflow.com/questions/34721851/spring-4-2-3-and-fasterxml-jackson-2-7-0-are-incompatible)
Due to complete rewrite of type inspection, resolution, changes were necessary to handling.
However, since some of methods removed were public and not deprecated, it would be good to go back and see if it would not be possible to add them back as deprecated in 2.7.1. While this is not as good as noticing the issue for 2.7.0, perhaps it would help reduce friction for upgrades -- it is unfortunate there was a breakage.
Related methods include:
of which it is likely that 2nd one can not be supported, but others are probably fine to keep, just discarding or ignoring contextual argument.
The text was updated successfully, but these errors were encountered: