xuxiaowei-com-cn commented on issue #8053: URL: https://github.com/apache/incubator-seata/issues/8053#issuecomment-4272830599
## 不建议全部拆分 console/namingserver/server 分别进行 PR 升级到 Spring Boot 4.x ### 目前配置 | module | spring-boot | |--------------|-------------| | console | 3.5.2 | | namingserver | 3.5.2 | | server | 2.7.18 | 1. namingserver 中引入了 console 2. spring-boot 2/3 ObjectMapper: com.fasterxml.jackson.databind.ObjectMapper, Bean 来自: `org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration.JacksonObjectMapperConfiguration#jacksonObjectMapper(org.springframework.http.converter.json.Jackson2ObjectMapperBuilder)` 3. spring-boot 4 ObjectMapper: tools.jackson.databind.ObjectMapper,Bean 来自: `org.springframework.boot.jackson.autoconfigure.JacksonAutoConfiguration#jacksonJsonMapper(tools.jackson.databind.json.JsonMapper.Builder)`, Bean 对象是: tools.jackson.databind.json.JsonMapper 4. **console/namingserver 均使用 ObjectMapper Bean,所以 console/namingserver 要同时升级到 spring-boot 4.x** <img width="762" height="108" alt="Image" src="https://github.com/user-attachments/assets/4db9821e-e531-4083-8630-22feb3c28055" /> @funky-eyes -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
