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: #2562 was successful 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)