Smack/smack-integration-test/src/main/java/org/igniterealtime/smack/inttest
Florian Schmaus 3b27eb520f sinttest: Use Thread.sleep(15) instead of Thread.yield()
Guus reports that the entity caps sinttest fails on openfire with an
timeout exception on Java 11. Very well possible that this is caused
by a changed scheduling behavior where the yield() thread nevertheless
dominates the, potential single, core.

The waitUntilThread() method is essentially a broken approach anyway
and should be replaced in the future.
2020-04-07 16:58:21 +02:00
..
util Improve IntegrationTestRosterUtil.ensureSubscribedto() 2019-03-16 21:12:05 +01:00
AbstractSmackIntTest.java sinttest: Use Thread.sleep(15) instead of Thread.yield() 2020-04-07 16:58:21 +02:00
AbstractSmackIntegrationTest.java Introduce Smack's Modular Connection Architecture 2020-04-04 13:03:31 +02:00
AbstractSmackLowLevelIntegrationTest.java Introduce Smack's Modular Connection Architecture 2020-04-04 13:03:31 +02:00
AbstractSmackSpecificLowLevelIntegrationTest.java Introduce Smack's Modular Connection Architecture 2020-04-04 13:03:31 +02:00
Configuration.java Introduce Smack's Modular Connection Architecture 2020-04-04 13:03:31 +02:00
ConnectionConfigurationBuilderApplier.java SmackReactor/NIO, Java8/Android19, Pretty print XML, FSM connections 2019-02-05 13:18:03 +01:00
FailedTest.java SmackReactor/NIO, Java8/Android19, Pretty print XML, FSM connections 2019-02-05 13:18:03 +01:00
SmackIntegrationTest.java SmackReactor/NIO, Java8/Android19, Pretty print XML, FSM connections 2019-02-05 13:18:03 +01:00
SmackIntegrationTestEnvironment.java Introduce Smack's Modular Connection Architecture 2020-04-04 13:03:31 +02:00
SmackIntegrationTestFramework.java sinttest: use StringUtils.appendTo(Collection, StringBuilder) 2020-04-04 13:03:45 +02:00
SuccessfulTest.java SmackReactor/NIO, Java8/Android19, Pretty print XML, FSM connections 2019-02-05 13:18:03 +01:00
TestNotPossible.java SmackReactor/NIO, Java8/Android19, Pretty print XML, FSM connections 2019-02-05 13:18:03 +01:00
TestNotPossibleException.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
TestResult.java Enable MissingJavadocPackage and UnnecessaryParentheses checkstyle checks 2019-07-24 09:18:39 +02:00
XmppConnectionDescriptor.java Introduce Smack's Modular Connection Architecture 2020-04-04 13:03:31 +02:00
XmppConnectionManager.java Introduce Smack's Modular Connection Architecture 2020-04-04 13:03:31 +02:00
package-info.java Add JavadocPackage checkstyle 2015-04-04 17:16:47 +02:00