Sorry, I don’t have much extra time. Maybe you can find someone else to do it. 
I don’t understand why you need your company’s legal department to write some 
code.

-Jordan



On June 11, 2015 at 8:54:55 PM, Zhang Xiaoyu ([email protected]) wrote:

Hi, Jordan, thanks for reply. I would like to contribute to Curator! But need 
to go through company's legal for a separate open source project, it won't move 
quickly. Can you do me a favor do the Jira/Patch thing? Thanks!

Johnny

On Thu, Jun 11, 2015 at 6:46 PM, Jordan Zimmerman <[email protected]> 
wrote:
Seem reasonable. Open a Jira and post a PR.

-JZ



On June 11, 2015 at 4:07:32 PM, Zhang Xiaoyu ([email protected]) wrote:

Hi, guys,
Our project depends on curator since it is a Netflix project. We notice that 
after it is moved to Apache, several methods in class ServiceDiscoveryImpl.java 
is change to package accessible from public:

void    cacheOpened(ServiceCache<T> cache)
void    cacheClosed(ServiceCache<T> cache)
void    providerOpened(ServiceProvider<T> provider)
void    providerClosed(ServiceProvider<T> cache)
CuratorFramework getClient()
String  pathForName(String name)
InstanceSerializer<T> getSerializer()
List<ServiceInstance<T>>  queryForInstances(String name, Watcher watcher) 
throws Exception

May I ask what's the reason to do so ? And is that possible to change it back 
to public ? Our project is simply break if we bump to higher version of 
Curator. We don't like to branch out the code either :)

Thanks in advance,
Johnny

Reply via email to