Build: #1919 was successful Scheduled with changes by akrherz <akrherz@iastate.edu> and Guus der Kinderen

Stages & jobs

  1. Build and Package

  2. Copy to Website

Code commits

Openfire (master)

  • Guus der Kinderen

    Guus der Kinderen e18b13e260c05f88be1b64b24293e172877e092a

    OF-2775: Ensure that RSS dates are parsed in English locale
    Prior to this change, the dates from Ignite's RSS feed were parsed in the system locale. When that is not English, the RSS feed would fail to be visible as a result of a parsing error.

    • xmppserver/src/main/java/org/jivesoftware/admin/servlet/BlogPostServlet.java (version e18b13e260c05f88be1b64b24293e172877e092a)
    • xmppserver/src/test/java/org/jivesoftware/admin/servlet/BlogPostServletTest.java (version e18b13e260c05f88be1b64b24293e172877e092a)
  • akrherz <akrherz@iastate.edu>

    akrherz <akrherz@iastate.edu> 8a43773f4568d5f3827acc8987005cb6e294da24

    mnt: standarize igniterealtime archiva address

    • plugins/pom.xml (version 8a43773f4568d5f3827acc8987005cb6e294da24)
    • pom.xml (version 8a43773f4568d5f3827acc8987005cb6e294da24)
    • test.gradle (version 8a43773f4568d5f3827acc8987005cb6e294da24)
  • akrherz <akrherz@iastate.edu>

    akrherz <akrherz@iastate.edu> eafbcd389147e447290b16f9b655bf1063570fc8

    ci: add backport GHA
    label a PR with "backport 4.8" to have this workflow create a PR
    to the specified branch, after the original PR is merged.

    • .github/workflows/backport.yml (version eafbcd389147e447290b16f9b655bf1063570fc8)
  • Guus der Kinderen

    Guus der Kinderen 81f497723d79b7bd556fa86724aea1f0baf6b618

    OF-2774: Fix whitespace ping / keepalive
    By placing the whitespace ping handlers beyond the XMPP Decoder, the white space (that needs to be acted on) was not detected (it got normalized away by the XMPP decoder).

    This commit places the whitespace ping handlers in front of the XMPP Decoder, so that they can properly detect the whitespace data.

    • xmppserver/src/main/java/org/jivesoftware/openfire/nio/NettySessionInitializer.java (version 81f497723d79b7bd556fa86724aea1f0baf6b618)
    • xmppserver/src/main/java/org/jivesoftware/openfire/spi/NettyServerInitializer.java (version 81f497723d79b7bd556fa86724aea1f0baf6b618)