Nightly Distribution of the master branch

Build: #1663 failed Changes by Florian Schmaus <flo@geekplace.eu>

Stages & jobs

  1. Default Stage

  2. Deploy

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
5 minutes
Labels
None
Revision
9a2cca2bd37f09cf2db4e4244506fc3fbe3f26a6
Total tests
723
Failing since
#1655 (Changes by Florian Schmaus <flo@geekplace.eu>)
Fixed in
#1669 (Changes by Florian Schmaus <flo@geekplace.eu>)
No failed test found. A possible compilation error occurred.

Tests

Responsible

  • Florian Schmaus Florian Schmaus Automatically assigned

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.