Verifies the integrety of the projects, as builds are executed immediately after a code change was detected. This plan provides no artifiacts (use a nightly build instead).

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
4 minutes
Labels
None
Agent
Default Agent
Revision
5b805336cee8e0ed9b3a7bfc48a9a467e490b464
Total tests
745
Successful since
#651 ()

Tests

Code commits

Author Commit Message Commit date
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 5b805336cee8e0ed9b3a7bfc48a9a467e490b464 Merge pull request #375 from adiaholic/junit5
Replace JUnit4 with JUnit5 in `smack-extensions`.
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> d4c1216fb12343c4b61df9a19829c9a550e29072 Merge branch 'master' of github.com:igniterealtime/Smack
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 3b27eb520feec0051b27ee93d8b70f6b6ce04f37 m 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.
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 398cba330b6fde4b76bfe471ef777218b6fd9bc4 m gradle: add support for custom repo to publish to
And introduce useSonatype setting to skip the sonatype repos if
desired.
adiaholic <adityaborikar2@gmail.com> adiaholic <adityaborikar2@gmail.com> 5169e887ade0f10804b0b4c38b94756636738bb8 Replace JUnit4 with JUnit5 in `smack-extensions`.
This commit concludes migration of `smack-extensions` module,
from JUnit4 to JUnit5.