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

Allow access to serde registry from ObjectMapper #948

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

graemerocher
Copy link
Contributor

@graemerocher graemerocher commented Oct 14, 2024

currently if you create an ObjectMapper there is no way to access the associated SerdeRegistry. Some implementations (like in Micronaut Data) that create the default mapper need access to this. This simple PR adds a getter to retrieve it.

Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 70%)

See analysis details on SonarCloud

@graemerocher graemerocher merged commit 7746c94 into 2.11.x Oct 14, 2024
16 of 17 checks passed
@graemerocher graemerocher deleted the expose-serde-registry branch October 14, 2024 10:22
@graemerocher graemerocher added the type: improvement A minor improvement to an existing feature label Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: improvement A minor improvement to an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants