Re: [ANNOUNCE] Apache Curator 2.12.0 and 3.3.0 released

2017-03-07 Thread sebb
What is the project about? Why should I be interested in it? [rhetorical questions] The Announce emails are sent to people not on the developer or user lists. Most will have no idea what the project is about. So the e-mails should contain at least brief details of what the product does, and some

[jira] [Created] (CURATOR-390) Create better summary of what Apache Curator is/does

2017-03-07 Thread Jordan Zimmerman (JIRA)
Jordan Zimmerman created CURATOR-390: Summary: Create better summary of what Apache Curator is/does Key: CURATOR-390 URL: https://issues.apache.org/jira/browse/CURATOR-390 Project: Apache Curator

Re: [ANNOUNCE] Apache Curator 2.12.0 and 3.3.0 released

2017-03-07 Thread Jordan Zimmerman
We've used the same description many many years. But, sure, we can improve. I've created an issue for this: https://issues.apache.org/jira/browse/CURATOR-390 -Jordan > On Mar 7, 2017, at 2:52 AM, sebb wrote: > > What is the project about? W

[GitHub] curator issue #103: [CURATOR-259] Added Locker which uses Java 7's try-with-...

2017-03-07 Thread pvorb
Github user pvorb commented on the issue: https://github.com/apache/curator/pull/103 This class is no longer available. Is this correct? It is still mentioned on http://curator.apache.org/utilities.html, which is why I found this PR. --- If your project is set up for it, you

[jira] [Commented] (CURATOR-259) Add try-with-resources class for Curator locks

2017-03-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/CURATOR-259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15899801#comment-15899801 ] ASF GitHub Bot commented on CURATOR-259: Github user pvorb commented on the issue

[jira] [Created] (CURATOR-391) PathChildrenCache missing events upon reconnection

2017-03-07 Thread Benjamin Jaton (JIRA)
Benjamin Jaton created CURATOR-391: -- Summary: PathChildrenCache missing events upon reconnection Key: CURATOR-391 URL: https://issues.apache.org/jira/browse/CURATOR-391 Project: Apache Curator

[GitHub] curator issue #103: [CURATOR-259] Added Locker which uses Java 7's try-with-...

2017-03-07 Thread cammckenzie
Github user cammckenzie commented on the issue: https://github.com/apache/curator/pull/103 Curator 2.x only supports Java 1.6 so can't support the auto close features in Java 1.7 Curator 3.x supports Java 1.7. The Locker class is present in this version. cheers

[jira] [Commented] (CURATOR-259) Add try-with-resources class for Curator locks

2017-03-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/CURATOR-259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15900292#comment-15900292 ] ASF GitHub Bot commented on CURATOR-259: Github user cammckenzie commented on the