-
Notifications
You must be signed in to change notification settings - Fork 19
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
PropertyFiltering doesn't work when using Jackson 2.10 #19
Comments
Sorry about that, I can take a look shortly. I also updated the Travis config so that we test against Jackson 2.9.10 and 2.10 (in addition to 2.9.9): jackson-jaxrs-propertyfiltering/.travis.yml Lines 6 to 9 in 54dee3d
|
Nevermind, those env vars worked locally but don't seem to work in Travis 🤔 |
Travis setup seems to be working now with: jackson-jaxrs-propertyfiltering/.travis.yml Lines 6 to 11 in 450ebc9
|
Should be fixed by #20, I can cut a new release shortly. This should also be less fragile once FasterXML/jackson-core#573 lands because this code will live in jackson-core and stay in sync |
Awesome! :) Thank you so much! |
No problem, sorry for the headache. 0.8.5 is released and should show up in Maven Central shortly. I also added a warning to the 0.8.4 release notes |
Works still with 0.8.3 version, but the performance improvements in 0.8.4 seem to have broken it.
I think that PropertyFilteringJsonGenerator needs some fix as it's extending JsonGeneratorDelegate and that one has changed in Jackson 2.10.
Here's the stack trace I'm seeing thrown:
The text was updated successfully, but these errors were encountered: