[ 
https://issues.apache.org/jira/browse/CURATOR-558?focusedWorklogId=403501&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-403501
 ]

ASF GitHub Bot logged work on CURATOR-558:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 14/Mar/20 21:44
            Start Date: 14/Mar/20 21:44
    Worklog Time Spent: 10m 
      Work Description: TisonKun commented on pull request #344: CURATOR-558 - 
part 1 of ZK 3.6 updates
URL: https://github.com/apache/curator/pull/344#discussion_r392620988
 
 

 ##########
 File path: 
curator-recipes/src/main/java/org/apache/curator/framework/recipes/cache/PathChildrenCache.java
 ##########
 @@ -74,7 +74,7 @@
     private final CloseableExecutorService executorService;
     private final boolean cacheData;
     private final boolean dataIsCompressed;
-    private final ListenerContainer<PathChildrenCacheListener> listeners = new 
ListenerContainer<PathChildrenCacheListener>();
+    private final StandardListenerManager<PathChildrenCacheListener> listeners 
= StandardListenerManager.standard();
 
 Review comment:
   Good! I've thought of these changes some days ago.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 403501)
    Time Spent: 1h 20m  (was: 1h 10m)

> ZooKeeper 3.6.0 has many API changes - bring Curator up to date
> ---------------------------------------------------------------
>
>                 Key: CURATOR-558
>                 URL: https://issues.apache.org/jira/browse/CURATOR-558
>             Project: Apache Curator
>          Issue Type: Improvement
>          Components: Client, Documentation, Framework, Tests
>    Affects Versions: 4.2.0
>            Reporter: Jordan Zimmerman
>            Priority: Major
>             Fix For: 5.0.0
>
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> ZooKeeper 3.6.0 (soon to be released) has a number of internal changes that 
> require significant changes to Curator. We should consider:
> * Major version bump (5.0? 4.4?)
> * Remove ZK 3.4 compatibility code - Curator 4.2.x can remain the supported 
> version for 3.4 compatibility
> * Should we remove the few Guava classes that have leaked into our public 
> APIs? {{ListenerContainer}} has been deprecated for a version or two now.
> * We can also remove the "Reaper" classes which are no longer necessary given 
> Container nodes
> * Remove Exhibitor support



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to