Skip to content
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

Fix string-to-long coercion when afterburner is enabled #1832

Merged
merged 2 commits into from
Dec 2, 2020

Commits on Dec 2, 2020

  1. Fix string-to-long coercion when afterburner is enabled

    Reported upstream:
    FasterXML/jackson-modules-base#120
    
    The CoercionConfig is fantastic, unfortunately it is not yet
    supported by the AfterBurner module. Separately we may consider
    moving to the new Blackbird module on java 11 runtimes.
    
    For now I've updated our existing long deserializers for 2.12.0
    which has the benefit of rejecting coercion from string to SafeLong.
    carterkozak committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    3239a08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ef6d0d View commit details
    Browse the repository at this point in the history