Skip to content

Conversation

@mp911de
Copy link
Member

@mp911de mp911de commented Mar 23, 2021

MappingRedisConverter now accepts data for byte arrays as single property to avoid flattening out binary data into a collection form. We still accept data in a collection form to retain compatibility.

Closes #1981.

mp911de added 3 commits March 23, 2021 14:43
MappingRedisConverter now accepts data for byte arrays as single property to avoid flattening out binary data into a collection form. We still accept data in a collection form to retain compatibility.
Move off deprecated StringUtils.isEmpty method. Fix type reference using the component type and not the component's component type. Add early return for null values.
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Mar 23, 2021
christophstrobl pushed a commit that referenced this pull request Mar 25, 2021
MappingRedisConverter now accepts data for byte arrays as single property to avoid flattening out binary data into a collection form. We still accept data in a collection form to retain compatibility.

Closes: #1981
Original Pull Request: #2015
christophstrobl pushed a commit that referenced this pull request Mar 25, 2021
Move off deprecated StringUtils.isEmpty method. Fix type reference using the component type and not the component's component type. Add early return for null values.

Original Pull Request: #2015
christophstrobl added a commit that referenced this pull request Mar 25, 2021
Reduce the nesting level of byte[] checks and processing.

Original Pull Request: #2015
@christophstrobl christophstrobl deleted the issue/1981 branch March 25, 2021 08:34
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.

Class with @RedisHash and byte[] property is turned into Map<String, Byte>

4 participants