Generates the latest/greatest Maven-based artifacts for the Openfire project, every night.

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

Stages & jobs

  1. Build and Package

  2. Deploy

  3. copy nightlies to website

Build result summary

Details

Completed
Queue duration
24 minutes
Duration
51 minutes
Labels
None
Revision
ca49f0bf61aa5b10838267592a909501dbc639c0
Total tests
1396
Successful since
#2466 ()

Tests

Code commits

Author Commit Message Commit date
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'.
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.

Jira issues

IssueDescriptionStatus
Unknown Issue TypeOF-2798Could not obtain issue details from Jira
Unknown Issue TypeOF-2800Could not obtain issue details from Jira