Skip to content

DATAREDIS-289 - Avoid NPE in append() in case of pipelining or/and multi/exec calls. #48

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

Closed
wants to merge 1 commit into from

Conversation

reta
Copy link
Contributor

@reta reta commented Mar 17, 2014

Fix for NullPointerException in append() in case of pipelining or/and multi/exec calls.

@thomasdarimont thomasdarimont changed the title NullPointerException in append() in case of pipelining or/and multi/exec calls DATAREDIS-289 - Avoid NPE in append() in case of pipelining or/and multi/exec calls. Mar 25, 2014
@thomasdarimont
Copy link

Hello,

thanks for the PR! I created https://jira.spring.io/browse/DATAREDIS-289 to track this.

Cheers,
Thomas

@christophstrobl
Copy link
Member

@reta as @thomasdarimont already mentioned thank you for opening the pull request.

Did you already sign CLA from SpringSource ? if not, please sign it here for Spring Data Access lead by Oliver Gierke and add your CLA Number as comment to this issue or DATAREDIS-289.

@reta
Copy link
Contributor Author

reta commented Mar 25, 2014

Hi Tomas,

Thanks a lot for accepting my pull request.
I have signed SpringSource ICLA and put the confirmation number as a comment to DATAREDIS-289.
Thanks!

Best Regards,
Andriy Redko

thomasdarimont pushed a commit that referenced this pull request Mar 26, 2014
…lti/exec calls.

We now return null if DefaultValueOperations#append() was applied to a non-existing list and thus returned null. Previously a NPE was thrown in case of pipelining or/and multi/exec calls.

Original pull request: #48.
thomasdarimont pushed a commit that referenced this pull request Mar 26, 2014
…lti/exec calls.

We now return null if DefaultValueOperations#append() was applied to a non-existing list and thus returned null. Previously a NPE was thrown in case of pipelining or/and multi/exec calls.

Original pull request: #48.
@thomasdarimont
Copy link

I created a proper issue branch for this in a new pull request via #59.

thomasdarimont pushed a commit that referenced this pull request Mar 26, 2014
…of pipelining or/and multi/exec calls.

We now return null if DefaultValueOperations#append() was applied to a non-existing list and thus returned null. Previously a NPE was thrown in case of pipelining or/and multi/exec calls.

Original pull request: #48.
thomasdarimont pushed a commit that referenced this pull request Mar 26, 2014
…of pipelining or/and multi/exec calls.

We now return null if DefaultValueOperations#append() was applied to a non-existing list and thus returned null. Previously a NPE was thrown in case of pipelining or/and multi/exec calls.

Original pull request: #48.
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.

3 participants