Re: [jackson-user] NoSuchMethodError: com.fasterxml.jackson.core.JsonParser.getReadCapabilities()

2023-06-07 Thread Ted Yu
One way we're trying now is to upgrade jackson-core and jackson-databind from 2.9.8 to 2.13.3 across the board (without upgrading projects which depend on jackson-core and jackson-databind). Tatu: do you anticipate any issue at runtime ? Thanks On Wednesday, June 7, 2023 at 4:25:20 AM UTC-7

Re: [jackson-user] NoSuchMethodError: com.fasterxml.jackson.core.JsonParser.getReadCapabilities()

2023-06-07 Thread 김주혁
This definitely sounds like transitive dependency issue 沈. What I can suggest (sadly not a solution) is do some searching around maven how to specify dep. version, override, etc.. On Wednesday, June 7, 2023 at 4:16:48 AM UTC+9 Tatu Saloranta wrote: > On Tue, Jun 6, 2023 at 12:04 PM Ted Yu