iluwatar/java-design-patterns

Upgrade jackson-databind

Closed this issue · 4 comments

The version bump of jackson-databind seems to need some work. See #2867

Acceptance criteria

  • jackson-databind successfully upgraded to the latest version

Hi @iluwatar ,
Upgrading version of jackson-databind to 2.17.0 incompatible with current versions of jackson-core in the project which I have found 2.13.4 and 2.15.4. So we also have to upgrade the jackson-core.
I have seen that only upgrading jackson-databind to 2.17.0 internally using 2.13.4.

jackson-1

So I have added one extra dependency in project to upgrade the jackson:core to 2.17.0.

dynamic-proxy-dependency-list

After this all the testcase passed in dynamic-proxy and event-sourcing

dynamic-proxy-test-result
event-sourcing-test-result

If this is acceptable then I can raise a pr.
cc: @iluwatar

Hey, sounds good @surjendu104 I'm looking forward to receiving the PR 👍🏻

Hi @iluwatar I have made the pr. ps review it. #2885