Nightly Distribution of the master branch

Build: #1694 was successful Changes by Florian Schmaus <flo@geekplace.eu>

Stages & jobs

  1. Default Stage

  2. Deploy

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
6 minutes
Labels
None
Revision
b83dacc60a3a23ea0b432079f7e70ffd455720f3
Total tests
737
Successful since
#1685 ()

Tests

Code commits

Author Commit Message Commit date
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> b83dacc60a3a23ea0b432079f7e70ffd455720f3 Merge branch 'master' of github.com:igniterealtime/Smack
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 5483e9592066769d769b5b587a092d1ccef6be87 m LazyStringBuilder: Wrap NPE in RuntimeException
instead of using a Logger.
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 3318a44016b07feab8a3658c36981453cc67510b m XmlStringBuilder: Declare actual return type instead of supertype
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 8086a11c6cc066d974246fece0c04965e27cdd8c m XmlStringBuilder: Use potential length for target StringBuilder
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> fb3a71a14dcd5b43cbf2850ea678603f8b487bdd m Fix ConcurrentModificationException in XmlStringBuilder.appendToXml()
We want to append to appendable, not sb, the LazyStringBuilder we are
currently iterating over,