Build: #19 did not start Changes by Florian Schmaus <flo@geekplace.eu>

Stages & jobs

  1. Default Stage

  2. Deploy

Build result summary

Details

Queued
Status
Reason for not building is unknown
Labels
None
Revisions
Smack (master)
c636e72a9d3f0327005cd0b3dacbc264f268b3d9
Smack (4.2)
16ede9806a7350cda4b8aecd44e3965613f16ce9

Code commits

Smack (master)
Author Commit Message Commit date
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> c636e72a9d3f0327005cd0b3dacbc264f268b3d9 Change behavior of send()/publish() in LeafNode
Previously publish() was "asynchronously" in that sense that the response
of the IQ as *not* awaited, and send() would wait for the
responses. It makes no sense to have that functionality this way.

Instead we now make publish() to the right thing, i.e., wait for an IQ
result, make send() a proxy for publish(), and mark send() deprecated.

In the future, there may be a publishAsync() method which returns a
Future instance.
Smack (4.2)
Author Commit Message Commit date
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 16ede9806a7350cda4b8aecd44e3965613f16ce9 Add PubSubManaer.supportsAutomaticNodeCreation()
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> e73cef8000241288b26986323f9c7e9da65875fb Add PubSubManager.tryToPublishAndPossibleAutoCreate(String, I)
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 8466a5af1a038c4d952b8fe85299a868e00d5b3c Improve MUCs subject changed notification filter
Filter also messages with bodies or thread element.
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> a887cde1ce62498b9ca8c183f2e67ed2dbfb235d Allow MUC room subject changes from the MUCs bare JID
Fixes SMACK-754.

Configuration changes

Some of the jobs or stages referenced by this result no longer exist.

Restarting failed/incomplete builds only is not possible as some of the affected jobs no longer exist.

Jira issues

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