You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@curator.apache.org by Francesco Chicchiricc�� <il...@apache.org> on 2020/07/20 09:24:06 UTC

How to upgrade TreeCache?

Hi all,
after upgrading to Curator 5.1.0, I see now that TreeCache was deprecated.

Can you please point out where to find more information about upgrade paths?

I need to upgrade this, in particular:

https://github.com/apache/syncope/blob/master/common/keymaster/client-zookeeper/src/main/java/org/apache/syncope/common/keymaster/client/zookeper/ZookeeperDomainOps.java#L64

TIA
Regards.

Re: How to upgrade TreeCache?

Posted by Enrico Olivelli <eo...@gmail.com>.
Happy that you found your way

Enrico

Il giorno lun 20 lug 2020 alle ore 11:51 Francesco Chicchiriccò <
ilgrosso@apache.org> ha scritto:

>
>
> On 2020/07/20 09:24:06, Francesco Chicchiricc�� <il...@apache.org>
> wrote:
> > Hi all,
> > after upgrading to Curator 5.1.0, I see now that TreeCache was
> deprecated.
> >
> > Can you please point out where to find more information about upgrade
> paths?
> >
> > I need to upgrade this, in particular:
> >
> >
> https://github.com/apache/syncope/blob/master/common/keymaster/client-zookeeper/src/main/java/org/apache/syncope/common/keymaster/client/zookeper/ZookeeperDomainOps.java#L64
>
> The change from this commit:
>
>
> https://github.com/apache/syncope/commit/959567b4c6b5983827e527d2e46d220c9cd9b23b
>
> seems to have worked.
>
> Sorry for the noise.
> Regards.
>

Re: How to upgrade TreeCache?

Posted by Francesco Chicchiricc�� <il...@apache.org>.

On 2020/07/20 09:24:06, Francesco Chicchiricc�� <il...@apache.org> wrote: 
> Hi all,
> after upgrading to Curator 5.1.0, I see now that TreeCache was deprecated.
> 
> Can you please point out where to find more information about upgrade paths?
> 
> I need to upgrade this, in particular:
> 
> https://github.com/apache/syncope/blob/master/common/keymaster/client-zookeeper/src/main/java/org/apache/syncope/common/keymaster/client/zookeper/ZookeeperDomainOps.java#L64

The change from this commit:

https://github.com/apache/syncope/commit/959567b4c6b5983827e527d2e46d220c9cd9b23b

seems to have worked.

Sorry for the noise.
Regards.