Build: #2080 was successful Scheduled with changes by Guus der Kinderen

Code commits

Openfire (master)

  • Guus der Kinderen

    Guus der Kinderen ca49f0bf61aa5b10838267592a909501dbc639c0

    OF-2800: Guard against surplus Exceptions when closing transactional connection
    All other methods that close database resources perform a null-check. This commit applies the same check when closing a transactional connection.

    This prevents (additional) NullPointerExceptions from being logged when a transactional connection that could not be obtained (and thus is null) is 'closed'.

    • xmppserver/src/main/java/org/jivesoftware/database/DbConnectionManager.java (version ca49f0bf61aa5b10838267592a909501dbc639c0)
  • Guus der Kinderen

    Guus der Kinderen 552254e5330e8ca39362a3159f0f2a28189d64fd

    OF-2798: Plugin Admin console should list load problems
    When a plugin fails to load correctly, the admin console page that shows installed plugins should clearly indicate this.

    Notably, this change will show a warning when a plugin was installed, but failed to execute its database installation or update script.

    • i18n/src/main/resources/openfire_i18n.properties (version 552254e5330e8ca39362a3159f0f2a28189d64fd)
    • i18n/src/main/resources/openfire_i18n_nl.properties (version 552254e5330e8ca39362a3159f0f2a28189d64fd)
    • xmppserver/src/main/java/org/jivesoftware/openfire/container/PluginManager.java (version 552254e5330e8ca39362a3159f0f2a28189d64fd)
    • xmppserver/src/main/webapp/plugin-admin.jsp (version 552254e5330e8ca39362a3159f0f2a28189d64fd)