Build: #2084 was successful Scheduled with changes by daryl herzmann

Stages & jobs

  1. Build and Package

  2. Copy to Website

Code commits

Openfire (master)

  • daryl herzmann

    daryl herzmann 3e0f992c3a55ff56f0087ce27da6108e93242ba1

    Merge pull request #2483 from guusdk/OF-2825_Fix-for-self
    OF-2825: Allow self to query for disco#info

  • Guus der Kinderen

    Guus der Kinderen da92f1c66d82f1d547a8c39abc601bf0e9c6906e m

    OF-2825: Allow self to query for disco#info
    The previous fix for OF-2825 erroneously prevented a user to query for its own disco#info.

    • xmppserver/src/main/java/org/jivesoftware/openfire/disco/IQDiscoInfoHandler.java (version da92f1c66d82f1d547a8c39abc601bf0e9c6906e)
  • daryl herzmann

    daryl herzmann 4f7666117875312e7b31d1229c9d9c38d3323366

    Merge pull request #2467 from guusdk/OF-2834_bouncycastle-update
    OF-2834: Bump BouncyCastle from 1.76 to 1.78.1

  • daryl herzmann

    daryl herzmann 75b32e457f59ac3fafc391ae895ea96e09ad010d

    Merge pull request #2479 from guusdk/OF-2840_XMPPDateTimeFormat-parsing
    OF-2840: Minor improvements to XMPPDateTimeFormat parsing

  • Guus der Kinderen

    Guus der Kinderen 78dc4192a4fc8b74528247999b865c2d5692fd81 m

    OF-2840: Minor improvements to XMPPDateTimeFormat parsing
    Parsing should return null values (rather than throw an Exception) when null or empty values input values are used (to be more fault-tolerant).
    A parsing exception's message should include the offending value (to help diagnostics).

    • xmppserver/src/main/java/org/jivesoftware/util/XMPPDateTimeFormat.java (version 78dc4192a4fc8b74528247999b865c2d5692fd81)
    • xmppserver/src/test/java/org/jivesoftware/util/XMPPDateTimeFormatTest.java (version 78dc4192a4fc8b74528247999b865c2d5692fd81)
  • Guus der Kinderen

    Guus der Kinderen eed8ba82e313e3589d7d0e18bfe18415b17a4ad8 m

    OF-2834: Bump BouncyCastle from 1.76 to 1.78.1
    The OWASP dep-scan tool (https://github.com/owasp-dep-scan/dep-scan) has identified various CVEs related to the version of the BouncyCastle dependency that we're currently using. This commit updates the library to resolve that issue.

    • pom.xml (version eed8ba82e313e3589d7d0e18bfe18415b17a4ad8)