Build: #20 was successful Rebuilt by daryl herzmann

Stages & jobs

  1. Default Stage

  2. Deploy

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
26 minutes
Labels
None
Revisions
Smack (master)
edf0bd4038f8280d02f0d93a203718d4e3b23122
Smack (4.2)
d421b2fa1b4c13ae08f5d5d5eef04185ab6e1a14
Total tests
429
Successful since
#2 ()
Number of retries
3

Tests

Code commits

Smack (master)
Author Commit Message Commit date
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> edf0bd4038f8280d02f0d93a203718d4e3b23122 Update README: Add Documentation and Javadoc link
Smack (4.2)
Author Commit Message Commit date
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> d421b2fa1b4c13ae08f5d5d5eef04185ab6e1a14 Fix provided SASL DIGEST-MD5 mechanism
In case the server provided nonce contained one or more equals
characters ("=") the part.split("=") call would return more then the
expected two key/value parts. Hence we simply use part.split("=", 2).

Also made the unit test check for this case.

Fixes SMACK-755

Configuration changes

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

Jira issues

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