Skip to content

Conversation

@lei-xia
Copy link
Member

@lei-xia lei-xia commented Mar 2, 2018

CallbackHandler to use either java config property or class annotation to enable batch callback handling.

verifyNonbatchedListeners(listener);
removeListeners(listener);

System.out.println("END " + methodName + " at " + new Date(System.currentTimeMillis()));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove sysout

@Test (dependsOnMethods = {"testNonBatchedListener", "testBatchedListener", "testMixedListener"})
public void testEnableBatchedListenerByJavaProperty() throws Exception {
String methodName = TestHelper.getTestMethodName();
System.out.println("START " + methodName + " at " + new Date(System.currentTimeMillis()));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

avoid using sysout every where

@asfgit asfgit merged commit cdc3b8d into apache:master Mar 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants