Skip to content

Conversation

@lukebakken
Copy link
Contributor

Resolves #614 (CLIENTS-827)

@lukebakken lukebakken self-assigned this Apr 21, 2016
@lukebakken lukebakken added this to the riak-java-client-2.1.0 milestone Apr 21, 2016
Luke Bakken and others added 2 commits April 21, 2016 14:24
Move protobuf parsing out of the main build, into protobuf-generate profile.
Add basic Makefile
@lukebakken lukebakken changed the title WIP: Add riak_pb submodule READY: Add riak_pb submodule Apr 22, 2016
@lukebakken lukebakken assigned alexmoore and unassigned lukebakken Apr 22, 2016
*/
public static <T extends Member> T checkAndFixAccess(T member) {
com.fasterxml.jackson.databind.util.ClassUtil.checkAndFixAccess(member);
com.fasterxml.jackson.databind.util.ClassUtil.checkAndFixAccess(member, false);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this just an api change that occurred with the update?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahh, yep:

 @Deprecated
    public static void checkAndFixAccess(Member member) {
        checkAndFixAccess(member, false);
    }

@alexmoore
Copy link
Contributor

+1 🚢 🇮🇹

@alexmoore alexmoore merged commit 7660892 into develop Apr 25, 2016
@alexmoore alexmoore deleted the features/lrb/integrate-riak-pb branch April 25, 2016 20:49
@lukebakken
Copy link
Contributor Author

@alexmoore - just so you know, the riak_pb submodule is pointing to the riak_ts-develop branch...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants