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

Fix #42: RoqObjectMapperBuildItem #44

Merged
merged 1 commit into from
Jul 25, 2024
Merged

Fix #42: RoqObjectMapperBuildItem #44

merged 1 commit into from
Jul 25, 2024

Conversation

melloware
Copy link
Contributor

Fix #42: RoqObjectMapperBuildItem

I am not sure I got this right and its definitely not as full featured as the Jackson module.

Should I just use the quarkus jackson config item instead of creating my own?

Copy link
Contributor

@ia3andy ia3andy left a comment

Choose a reason for hiding this comment

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

Thanks :)

@ia3andy
Copy link
Contributor

ia3andy commented Jul 25, 2024

That makes me think we could just depend on Jackson in deployment, we don't need quarkus-jackson

@ia3andy
Copy link
Contributor

ia3andy commented Jul 25, 2024

Ah small detail, we might not need the writing configuration as this is just reading in Roq (AFAIK)

@melloware
Copy link
Contributor Author

Yeah i wasn't sure the best approach? Also I didn't actually replace the ObjectMapper() in roq-data i wasn't quite sure how to do that so i thought @mcruzdev would be able to do that after this PR is in.

@melloware melloware marked this pull request as ready for review July 25, 2024 14:23
@melloware melloware requested a review from a team as a code owner July 25, 2024 14:23
@melloware
Copy link
Contributor Author

melloware commented Jul 25, 2024

I removed all the "writable" configs so only deserialization configs.

@ia3andy ia3andy merged commit bc4acd5 into main Jul 25, 2024
1 check passed
@ia3andy ia3andy deleted the 42-objectmapper branch July 25, 2024 15:41
mcruzdev pushed a commit that referenced this pull request Oct 9, 2024
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.

Introduce a common deployement RoqObjectMapperBuiltItem
2 participants