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

Retain target type hint when deserializing Stream records #2253

Closed
wants to merge 5 commits into from

Conversation

mp911de
Copy link
Member

@mp911de mp911de commented Feb 2, 2022

We now retain the target type when obtaining a HashMapper through StreamObjectMapper. To achieve this, we introduced the HashObjectReader interface accepting a target type.

Closes #2198

@mp911de mp911de changed the title Retain target type hint when deserializing Stream records. Retain target type hint when deserializing Stream records Feb 2, 2022
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Feb 2, 2022
We now retain the target type when obtaining a HashMapper through StreamObjectMapper. To achieve this, we introduced the HashObjectReader interface accepting a target type.
christophstrobl pushed a commit that referenced this pull request Feb 8, 2022
We now retain the target type when obtaining a HashMapper through StreamObjectMapper. To achieve this, we introduced the HashObjectReader interface accepting a target type.

Resolves: #2198
Related: #1566
Original Pull Request: #2253
christophstrobl pushed a commit that referenced this pull request Feb 8, 2022
christophstrobl added a commit that referenced this pull request Feb 8, 2022
@christophstrobl
Copy link
Member

Merged to main development line.

lrozek pushed a commit to lrozek/redis-stream-deserialization that referenced this pull request Feb 10, 2022
@mp911de mp911de deleted the issue/2198 branch May 17, 2023 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: waiting-for-triage An issue we've not yet triaged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

StreamOperations.map(…) does not retain target type hint
3 participants