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: #601 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
4133eb175cf1d95b52aee7c539eb792d0e962b75
Total tests
724
Successful since
#574 ()

Tests

Code commits

Author Commit Message Commit date
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 4133eb175cf1d95b52aee7c539eb792d0e962b75 Replace XPP3 by XmlPullParser interface wrapping StAX and XPP3
Introducing Smack's own XmlPullParser interface which tries to stay as
compatible as possible to XPP3. The interface is used to either wrap
StAX's XMLStreamReader if Smack is used on Java SE, and XPP3's
XmlPullParser if Smack is used on on Android.

Fixes SMACK-591.

Also introduce JUnit 5 and non-strict javadoc projects.
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> b3646abecdc882011d7245b37dc72927fab29c22 XMPPTCPConnection: Move openStream() call from writer into reader thread
and also call notifyConnectionError() on exception thrown by
openStream().

In hindsight I wonder why openStream() was ever called in the writer
thread, as it only caused unnecessary synchronization overhead, as can
be seen by the initialOpenStreamSend synchronization point.
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> ae2c57f56be614eb5be73c25141afc12b7e39315 Fix XML in MamResultProviderTest
Add missing whitespace between XML attributes.
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 4e7cd832204090fdcb3126b579a43642a1bdb35d Fix (Privacy|Time)ProviderTest
XML attributes must be separated by a whitespace.

Jira issues

IssueDescriptionStatus
Unknown Issue TypeSMACK-591Could not obtain issue details from Jira