Nightly Distribution of the master branch

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

Stages & jobs

  1. Default Stage

  2. Deploy

Build result summary

Details

Completed
Queue duration
2 minutes
Duration
4 minutes
Labels
None
Revision
4a3dda93af36eaad492c9543655ac78d7c9798d4
Fixed in
#1669 (Changes by Florian Schmaus <flo@geekplace.eu>)
No failed test found. A possible compilation error occurred.

Responsible

  • Florian Schmaus Florian Schmaus Automatically assigned

Code commits

Author Commit Message Commit date
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 4a3dda93af36eaad492c9543655ac78d7c9798d4 Merge pull request #315 from adiaholic/doc-fix-in-index
Minor changes in documentation.
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.
adiaholic <adityaborikar2@gmail.com> adiaholic <adityaborikar2@gmail.com> 1554a335187ad7f8ad122fb446808011d3592931 m Changed XEP-031 to XEP-0131
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.

Jira issues

IssueDescriptionStatus
Unknown Issue TypeSMACK-591Could not obtain issue details from Jira
Unknown Issue TypeXEP-031Could not obtain issue details from Jira
Unknown Issue TypeXEP-0116Could not obtain issue details from Jira
Unknown Issue TypeXEP-0131Could not obtain issue details from Jira
Unknown Issue TypeXEP-0166Could not obtain issue details from Jira