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

jackson2.12.5 与 springboot 2.2.6.RELEASE 兼容性问题 #125

Closed
happylay-cloud opened this issue Mar 24, 2022 · 2 comments · Fixed by #126
Closed

jackson2.12.5 与 springboot 2.2.6.RELEASE 兼容性问题 #125

happylay-cloud opened this issue Mar 24, 2022 · 2 comments · Fixed by #126

Comments

@happylay-cloud
Copy link

image

@happylay-cloud
Copy link
Author

1、解决办法:
        <!-- 微信v3支付 jackson兼容性处理 wechatPay0.4.4 => jackson2.12.5 -->
        <dependency>
            <groupId>com.fasterxml.jackson.core</groupId>
            <artifactId>jackson-core</artifactId>
            <version>2.12.5</version>
        </dependency>

        <dependency>
            <groupId>com.fasterxml.jackson.core</groupId>
            <artifactId>jackson-annotations</artifactId>
            <version>2.12.5</version>
        </dependency>

        <dependency>
            <groupId>com.fasterxml.jackson.core</groupId>
            <artifactId>jackson-databind</artifactId>
            <version>2.12.5</version>
        </dependency>
2、关于jackson问题,官方能不能彻底解决下或者出一个兼容版本。有些老项目依赖不能随便升级的,这个问题很严重啊。

@lianup
Copy link
Contributor

lianup commented Mar 24, 2022

你的项目原来的jackson版本是?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants