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

Extract ebean-jackson-mapper module #2828

Merged
merged 13 commits into from
Oct 13, 2022
Merged

Conversation

rbygrave
Copy link
Member

@rbygrave rbygrave commented Sep 8, 2022

This is the support for mapping @DbJson properties using Jackson objectmapper, and this pulls this functionality into the separate ebean-jackson-mapper module.

Adding this module to the classpath is all that is required - it is discovered via service loading.

This is a dependency of the ebean composite but otherwise needs to be explicitly included as a dependency.

@rbygrave rbygrave self-assigned this Sep 8, 2022
@rbygrave rbygrave added reason-for-version-bump dependencies Pull requests that update a dependency file labels Sep 8, 2022
…) to instead use ScalarJsonMapper.markerAnnotation()
…sonType()

- When detected markerAnnotation (e.g. Jackson annotation) then go directly to createJsonObjectMapperType()
- Simplify for the simple List, Set and Map of Object cases.
@rbygrave rbygrave merged commit 19bbe6e into master Oct 13, 2022
@rbygrave rbygrave added this to the 13.10.0 milestone Oct 13, 2022
@rbygrave rbygrave changed the title Extract jackson mapper module Extract ebean-jackson-mapper module Oct 14, 2022
@rbygrave rbygrave deleted the feature/jackson-mapper-module branch February 19, 2023 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file reason-for-version-bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant