Skip to content

Conversation

@reta
Copy link
Member

@reta reta commented Dec 6, 2024

Update Jackson to 2.18.2

String address = "https://localhost:" + PORT + "/jwejwkrsa";
BookStore bs = createJweBookStore(address,
Collections.singletonList(new JacksonJsonProvider()));
BookStore bs = createJweBookStore(address, List.of());
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It turns out, Jackson for never used in serde process :)) With 2.18.x, it kicks in but conflicts with CXF's JSONProvider

@reta reta merged commit b4c84fa into apache:main Dec 8, 2024
4 checks passed
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 this pull request may close these issues.

1 participant