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 specifying additional modules in @JacksonFeatures #6525

Merged
merged 2 commits into from
Nov 17, 2021

Conversation

yawkat
Copy link
Member

@yawkat yawkat commented Nov 16, 2021

This patch adds an additionalModules property to the @JacksonFeatures annotation that allows the user to specify custom modules. These modules can then be used for further customization of the ObjectMapper.
ClientScopeSpec has also been changed to do proper random port binding and is enabled for github actions again.
Resolves #5233

This patch adds an `additionalModules` property to the `@JacksonFeatures` annotation that allows the user to specify custom modules. These modules can then be used for further customization of the `ObjectMapper`.
`ClientScopeSpec` has also been changed to do proper random port binding and is enabled for github actions again.
Resolves #5233
@yawkat yawkat added the type: improvement A minor improvement to an existing feature label Nov 16, 2021
@yawkat yawkat added this to the 3.2.0 milestone Nov 16, 2021
@jameskleeh jameskleeh merged commit 15d9fee into 3.2.x Nov 17, 2021
@jameskleeh jameskleeh deleted the client-mapper-customization-0 branch November 17, 2021 20:40
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.

3 participants