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
Brian Clozel opened SPR-11963 and commented
There's a direct dependency to Jackson in AbstractHttpReceivingTransportHandler, whereas we try to make this dependency optional with "jackson2Present" booleans in our code.
See related SO question.
Affects: 4.0.5
Reference URL: https://stackoverflow.com/questions/24571705/remove-dependency-on-jackson
Referenced from: commits 387da22, ce6adfb, 6bcb48f, e549103
The text was updated successfully, but these errors were encountered:
bclozel
No branches or pull requests
Brian Clozel opened SPR-11963 and commented
There's a direct dependency to Jackson in AbstractHttpReceivingTransportHandler, whereas we try to make this dependency optional with "jackson2Present" booleans in our code.
See related SO question.
Affects: 4.0.5
Reference URL: https://stackoverflow.com/questions/24571705/remove-dependency-on-jackson
Referenced from: commits 387da22, ce6adfb, 6bcb48f, e549103
The text was updated successfully, but these errors were encountered: