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: #616 was successful Changes by Florian Schmaus <flo@geekplace.eu>

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
4 minutes
Labels
None
Agent
Default Agent
Revision
9a2cca2bd37f09cf2db4e4244506fc3fbe3f26a6
Total tests
723
Successful since
#607 ()

Tests

Code commits

Author Commit Message Commit date
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 9a2cca2bd37f09cf2db4e4244506fc3fbe3f26a6 Merge branch 'master' of github.com:Flowdalic/Smack
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> b288768f770ca9305f53e3cc6c6a3e528e37c207 m Introduce util.InternetAddress
and use it where sensible. Also fixes a few unit tests along the way.
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 4334ca33ffd212c28927d9b36daf0c3f15db5b16 m Add missing selector.wakeup() in SmackRactor.schedule()
Without this, newly scheduled runnables would potentially not be
scheduled in case the reactor thread was blocking in select(0)
indefinetly.

Thanks to Eng ChongMeng for reporting this.
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 027cae3bd0ead2849930875c790dee6755c3d382 m Remove unnecessary synchronization in SmackReater.schedule()
The DelayQueue 'scheduledActions' is already thread-safe.
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 619b8e6f4ab6e2f2b3b94525a68680f65068dfff m Add secure(OnlineAttackSafe|Unique|OfflineAttackSafe)RandomString()
and replace usages of java.util.UUID in Smack with
secureUniqueRandomString() because it uses a thread-local secure random
number generator.