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

feat: add jackson module #174

Merged
merged 24 commits into from Nov 24, 2023
Merged

feat: add jackson module #174

merged 24 commits into from Nov 24, 2023

Conversation

iProdigy
Copy link
Member

@iProdigy iProdigy commented Sep 24, 2023

Allows for Xanthic to easily delegate Jackson caching to a variety of backing implementations.

Related: FasterXML/jackson-databind#2502 (must wait for 2.16.0 release)

Sample usage:

ObjectMapper mapper = JsonMapper.builder()
    .cacheProvider(XanthicJacksonCacheProvider.defaultInstance())
    .build();

Signed-off-by: iProdigy <8106344+iProdigy@users.noreply.github.com>
Signed-off-by: iProdigy <8106344+iProdigy@users.noreply.github.com>
Signed-off-by: iProdigy <8106344+iProdigy@users.noreply.github.com>
Signed-off-by: iProdigy <8106344+iProdigy@users.noreply.github.com>
Signed-off-by: iProdigy <8106344+iProdigy@users.noreply.github.com>
Signed-off-by: iProdigy <8106344+iProdigy@users.noreply.github.com>
jackson/build.gradle.kts Outdated Show resolved Hide resolved
@iProdigy iProdigy marked this pull request as ready for review October 21, 2023 06:21
Copy link

sonarcloud bot commented Nov 21, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@iProdigy iProdigy merged commit d974c58 into main Nov 24, 2023
4 checks passed
@iProdigy iProdigy deleted the feature/jackson-bridge branch November 24, 2023 00:30
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.

None yet

2 participants