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

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
2 minutes
Labels
None
Agent
Default Agent
Revision
095b5c85a1f2cee22accaf10ea5be04051affb8e
Total tests
393
Successful since
#386 ()

Tests

Code commits

Author Commit Message Commit date
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 095b5c85a1f2cee22accaf10ea5be04051affb8e Also catch SmackException in Socks5BytestreamRequest
and use try/multi-catch.
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 4f7324103c693a050d8ad60e98b5e036be4d7a8e Throw instead of return in Socks5Client
Returning a boolean is not really expressive in such cases. For example,
if it returns 'false' then the callee has no information *what* went
wrong. Instead throw an SmackException with some more information.
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 44d6a9d7c1a1beb05af64d4f1183af0d6fd84130 Improve logging of IoTProvisioningManager
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 48a46e43ab73e4ee68894bcc23f0c2ed967b51a1 Use bare JID when using FriendshipDeniedCache
As it only contains bare JIDs.
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 32b4e74910b0835051d567852bf6f9655c3b5da8 Improve exception message of Socks5 code