Hyrum, Per our discussion, I updated what I could, but not everything (and I ran no shims tests). Since I completely disabled the calls to set_props() and set_text(), I know the shims are broken. I don't think the changes to fix that part will be too hard.
It also looks like I broke some calls to build() by passing PROPS with an action other than ACTION_PROPSET. In any case... your turn now :-) Cheers, -g On Fri, Feb 3, 2012 at 17:07, <gst...@apache.org> wrote: > Author: gstein > Date: Fri Feb 3 22:07:31 2012 > New Revision: 1240370 > > URL: http://svn.apache.org/viewvc?rev=1240370&view=rev > Log: > Update the Ev2 API, per recent discussions. This introduces the > alter_* callbacks to atomically perform all changes to a node (rather > than the old paired-call approach). > > Documentation for the changes is incomplete, for a future revision. > > The compatibility shims have not been fully-updated. >...