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

Rollback jackson-databind version to 2.11.0 #11589

Merged
merged 1 commit into from Dec 12, 2022

Commits on Dec 8, 2022

  1. Rollback jackson-databind version to 2.11.0

    The build is currently failing with this error:
    
    ```
    mvn(stdout) - [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project invoke-bridge: Compilation failure
    mvn(stdout) - [ERROR] /Users/geoff.denning/.serverless/artifacts/3.25.1/runtime-wrappers/java/src/test/java/com/serverless/RequestStreamHandler.java:[19,28] cannot access com.fasterxml.jackson.core.exc.StreamWriteException
    mvn(stdout) - [ERROR]   class file for com.fasterxml.jackson.core.exc.StreamWriteException not found
    ```
    
    This change resolves the build-time error by making the `jackson-databind` version consistent with the other `jackson` dependencies.
    gdenning committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    611b46b View commit details
    Browse the repository at this point in the history