Nightly Distribution of the master branch

Build: #1711 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
7 minutes
Labels
None
Revision
8b0de5ff85ceb52cfc71d9ac95ff2a211f7e2873
Total tests
745
Successful since
#1685 ()

Tests

Code commits

Author Commit Message Commit date
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 8b0de5ff85ceb52cfc71d9ac95ff2a211f7e2873 Introduce TLSUtils.setEnabledTlsProtocolsToRecommended(B builder)
And deprecate no longer recommended methods.

Thanks to Milan Kral <milan.kral@azet.sk> for the initial PR which
triggered this commit.
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 69e9f3c04429d9b97d385e31161f9e412ae84433 Remove deprecated GroupChatInvitation.getFrom()
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 0967019a5f75a272d12718a58c8fee274ebfe0bf Remove deprecated Forwarded.getForwardedPacket()
This method was deprecated with 1cd268a8f ("Deprecate
Forwarded.getForwardedPacket()").
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 07da9ffb4810a3518fe3e38e3c619eac32298413 Do not have Stanza.getExtension(String, String) return a generic type
Returning a generic would allow for

List<ExtensionElement> list = stanza.getExtension("foo", "bar");

to compile (Note the we are calling getExtension(), not
getExtension*s*()).

Users are encouraged to use the type safe getExtension(Class<? extends
ExtensionElement) variant instead.

Fixes SMACK-825.
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 62916b849016cb958e1d2886dff04d4c017e92b4 Improve exception message of XmppElementUtil.getQNameFor()

Jira issues

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