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

Multiple values for the same Riak index now supported #140

Merged
merged 4 commits into from
Aug 3, 2012

Conversation

broach
Copy link
Contributor

@broach broach commented Jun 1, 2012

Multiple values for the same Riak index now supported converting
to/from a domain object.

@RiakIndex annotated fields no longer encoded into JSON using
the JSONConverter (this is now consistent with our other
annotations

fixes #135

converting to/from a domain object.
@RiakIndex annoted fields no longer encoded into JSON using
the JSONConverter (this is now consistent with our other
annotations
fixes #135
@guidomedina
Copy link
Contributor

I merged your changes from your branch into mine (parametrized type check on method and field like in yours), added tests for index at method and fixed possible NullPointerException (If the Field of type Set is null)

rather than calling add(). More efficient due to locking.
@ghost ghost assigned broach Aug 2, 2012
@seancribbs
Copy link

The tests added by this PR pass, but other tests fail against 1.2 (I assume this may be a 1.2-related issue, not related to this PR.) Test failures here: https://gist.github.com/3241149

Brian Roach added 2 commits August 3, 2012 14:55
fields annotated with @RiakIndex are no longer automatically
included by the JSON converter.
@broach
Copy link
Contributor Author

broach commented Aug 3, 2012

I was working on three different PRs all having to do with annotation processing. I forgot that this needed to be merged with master after one of those got merged. All worky now.

broach added a commit that referenced this pull request Aug 3, 2012
Multiple values for the same Riak index now supported
@broach broach merged commit 61f164e into master Aug 3, 2012
@alexmoore alexmoore deleted the gh135-index-annotation-set-support branch October 23, 2015 01: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