Github user Randgalt commented on a diff in the pull request:
https://github.com/apache/curator/pull/218#discussion_r114673589
--- Diff:
curator-framework/src/main/java/org/apache/curator/framework/api/transaction/TransactionCreateBuilder.java
---
@@ -18,17 +18,17 @@
*/
package org.apache.curator.framework.api.transaction;
-import org.apache.curator.framework.api.ACLCreateModePathAndBytesable;
-import org.apache.curator.framework.api.ACLPathAndBytesable;
-import org.apache.curator.framework.api.Compressible;
-import org.apache.curator.framework.api.CreateModable;
-import org.apache.curator.framework.api.PathAndBytesable;
-
-public interface TransactionCreateBuilder<T> extends
- PathAndBytesable<T>,
- CreateModable<ACLPathAndBytesable<T>>,
- ACLPathAndBytesable<T>,
- ACLCreateModePathAndBytesable<T>,
- Compressible<ACLCreateModePathAndBytesable<T>>
+public interface TransactionCreateBuilder<T> extends
TransactionCreateBuilder2<T>
--- End diff --
BTW - I think the original Curator DSL was good for its day but the new
Async DSL is way cooler :D and easier to understand (I think).
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---