Run manually for releases

Build: #3 was successful Manual run by Guus der Kinderen

Code commits

Openfire (master)

  • dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 73b3e312234d849e55534931eee141e92de2bcba

    Bump postgresql from 42.2.25 to 42.3.3 in /build/ci/updater
    Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.25 to 42.3.3.
    - [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
    - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.2.25...REL42.3.3)

    ---
    updated-dependencies:
    - dependency-name: org.postgresql:postgresql
      dependency-type: direct:production
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    • build/ci/updater/pom.xml (version 73b3e312234d849e55534931eee141e92de2bcba)
  • dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 9e72d6f9a2068c340fbcb304ffda0384a70cbb7f

    Bump postgresql from 42.2.25 to 42.3.3 in /xmppserver
    Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.25 to 42.3.3.
    - [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
    - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.2.25...REL42.3.3)

    ---
    updated-dependencies:
    - dependency-name: org.postgresql:postgresql
      dependency-type: direct:production
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    • xmppserver/pom.xml (version 9e72d6f9a2068c340fbcb304ffda0384a70cbb7f)
  • Neustradamus <104737+Neustradamus@users.noreply.github.com>

    Neustradamus <104737+Neustradamus@users.noreply.github.com> cab25341aa99889ec79cd518a8b6868265febebe

    Update slf4j to 1.7.36
    https://www.slf4j.org/news.html

    • pom.xml (version cab25341aa99889ec79cd518a8b6868265febebe)
  • Guus der Kinderen

    Guus der Kinderen a00c0cb17b7f91136fb8611a419bdc420195c14f

    OF-2379: Explicitly order pubsub items by creation date

    • xmppserver/src/main/java/org/jivesoftware/openfire/pubsub/InMemoryPubSubPersistenceProvider.java (version a00c0cb17b7f91136fb8611a419bdc420195c14f)
    • xmppserver/src/main/java/org/jivesoftware/openfire/pubsub/PubSubPersistenceProvider.java (version a00c0cb17b7f91136fb8611a419bdc420195c14f)
  • Guus der Kinderen

    Guus der Kinderen dda6f4a456344c06a810980bc79b7f5a40bdb981

    OF-2390: Increase default frequency for MUC ghost detection.
    The intent of this change is to increase the maximum timeout of IQ Ping requests used in MUC ghost detection. This has been hard-coded to be 25% of the frequency.

    A more flexible solution would involve adding a new property that controls the IQ Ping timeout (instead of using the hardcoded 25%), but that'd take some more effort to implement. This change here will have comparable effects, without needing to worry if we'd have to expose a new property on the admin console, etc.

    • xmppserver/src/main/java/org/jivesoftware/openfire/muc/spi/MultiUserChatServiceImpl.java (version dda6f4a456344c06a810980bc79b7f5a40bdb981)
  • Guus der Kinderen

    Guus der Kinderen 29bde184fac77571d710beadb1cc285a42ace15d

    OF-2390: Add warning to admin console for to low ghost detection
    When Openfire is configured to remove occupants as MUC ghosts for a value that is shorter than the Stream Management maximum detach time, then detached users run a considerable amount of risk to be misidentified as ghosts. This commit adds a warning to the admin console when such a configuration exists. The warning might not be fully accurate (as there's no telling what maximum detach time remote users have), but can be expected to be 'generally ok'.

    • i18n/src/main/resources/openfire_i18n.properties (version 29bde184fac77571d710beadb1cc285a42ace15d)
    • xmppserver/src/main/webapp/muc-tasks.jsp (version 29bde184fac77571d710beadb1cc285a42ace15d)
  • Guus der Kinderen

    Guus der Kinderen a1aa8196b0d53820ab6dbd518b704e6a2b4c2958

    OF-113: Limit lenght of group name/description to database restrictions
    The database allows for up to 50 characters for a group name, and up to 255 for a description. The admin panel should not allow the end-user to provide longer values.

    • xmppserver/src/main/webapp/group-create.jsp (version a1aa8196b0d53820ab6dbd518b704e6a2b4c2958)
    • xmppserver/src/main/webapp/group-edit.jsp (version a1aa8196b0d53820ab6dbd518b704e6a2b4c2958)
  • Guus der Kinderen

    Guus der Kinderen be4ad9b627b0b6c5f82b8f4eea0603e3f48f9354

    OF-2392: Add log4j config to Install4j Launcher named 'openfire'.

    • distribution/src/installer/openfire.install4j (version be4ad9b627b0b6c5f82b8f4eea0603e3f48f9354)