Verifies the integrety of the projects, as builds are executed immediately after a code change was detected. This plan provides no artifiacts (use a nightly build instead).

Build: #2586 was successful Changes by daryl herzmann

Code commits

Openfire (master)

  • 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)