You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to reinstate that method signature (ie, don't just inherit it from DefaultIndenter) to provide backwards compatibility between 2.5 and 2.4?
The text was updated successfully, but these errors were encountered:
The fix for issue #166 resulted in non-backwards compatible code.
Specifically the following line compiles in Jackson-2.4 but fails in 2.5:
Lf2SpacesIndenter indenter = Lf2SpacesIndenter.instance.withLinefeed("\n")
Is it possible to reinstate that method signature (ie, don't just inherit it from DefaultIndenter) to provide backwards compatibility between 2.5 and 2.4?
The text was updated successfully, but these errors were encountered: