Nightly Distribution of the master branch

Stages & jobs

  1. Default Stage

  2. Deploy

Build result summary

Details

Completed
Queue duration
6 minutes
Duration
12 minutes
Labels
None
Revision
525f27abf12c4e399bef3be53015108efab4302b
Total tests
809
Successful since
#1766 ()

Tests

Code commits

Author Commit Message Commit date
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 525f27abf12c4e399bef3be53015108efab4302b Merge branch '4.4'
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 64d3e804a796466fabb582494d65389a0d1e167f m Merge pull request #427 from Flowdalic/elements
Add XmppElementUtil.castOrThrow()
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> e78ef2b6681f24a0fdff935a498e5703d0ad76f6 Merge pull request #399 from adiaholic/websocket
Websocket support through RFC 7395
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 1ebe8b030928556b133a058398e158da2c1ae03d m Merge pull request #422 from Flowdalic/drop-sm-state-on-clean-shutdown
[tcp] Drop Stream Management state on clean shutdown
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> d06e9499e86f8f7273d144e18a0953f76dd90b1d m [core] Add XmppElementUtil.castOrThrow(ExtensionElement, Class)
This method throws an IllegalStateException if the provided extension
element is not of the expected type and hints users towards potential
causes.