[
https://issues.apache.org/jira/browse/CURATOR-215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14540228#comment-14540228
]
ASF GitHub Bot commented on CURATOR-215:
----------------------------------------
Github user madrob commented on a diff in the pull request:
https://github.com/apache/curator/pull/77#discussion_r30155876
--- Diff:
curator-framework/src/main/java/org/apache/curator/framework/imps/SetDataBuilderImpl.java
---
@@ -246,7 +243,7 @@ public Stat forPath(String path, byte[] data) throws
Exception
Stat resultStat = null;
if ( backgrounding.inBackground() )
{
- client.processBackgroundOperation(new
OperationAndData<PathAndBytes>(this, new PathAndBytes(path, data),
backgrounding.getCallback(), null, backgrounding.getContext()), null);
+ client.processBackgroundOperation(new OperationAndData<>(this,
new PathAndBytes(path, data), backgrounding.getCallback(), null,
backgrounding.getContext()), null);
--- End diff --
This is not a valid JDK6 construct.
> Support async multi/transaction APIs
> ------------------------------------
>
> Key: CURATOR-215
> URL: https://issues.apache.org/jira/browse/CURATOR-215
> Project: Apache Curator
> Issue Type: Sub-task
> Components: Client, Framework
> Reporter: Jordan Zimmerman
> Assignee: Jordan Zimmerman
> Fix For: 3.0.0
>
>
> ZooKeeper 3.5 adds async multi/transaction APIs. Add support in Curator.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)