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

Cleanup compiler warnings in Redis Caching infrastructure #2733

Closed
jxblum opened this issue Oct 12, 2023 · 0 comments
Closed

Cleanup compiler warnings in Redis Caching infrastructure #2733

jxblum opened this issue Oct 12, 2023 · 0 comments
Assignees
Labels
in: core Issues in core support type: task A general task

Comments

@jxblum
Copy link
Contributor

jxblum commented Oct 12, 2023

Additionally, deprecate redundant ByteUtils.extractBytes(:ByteBuffer) method and call ByteUtils:getBytes(:ByteBuffer) method instead.

@jxblum jxblum self-assigned this Oct 12, 2023
@jxblum jxblum added in: core Issues in core support in: cache RedisCache and CacheManager type: enhancement A general enhancement labels Oct 12, 2023
@jxblum jxblum added this to the 3.2 RC1 (2023.1.0) milestone Oct 12, 2023
jxblum added a commit to jxblum/spring-data-redis that referenced this issue Oct 12, 2023
Refactors extractBytes(:ByteBuffer) to call getBytes(:ByteBuffer), thereby avoid the NullPointerException by throwing the more appropriate IllegalArgumentException with a descriptive message instead.

See spring-projects#2733
@jxblum jxblum added the type: task A general task label Oct 12, 2023
@jxblum jxblum closed this as completed in 747a7d0 Oct 12, 2023
@mp911de mp911de added in: core Issues in core support and removed type: enhancement A general enhancement in: core Issues in core support in: cache RedisCache and CacheManager labels Oct 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core Issues in core support type: task A general task
Projects
None yet
Development

No branches or pull requests

2 participants