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: #2194 was successful Changes by Danny Jackson <danny.jackson@surevine.com>

Code commits

Openfire (master)

  • Danny Jackson <danny.jackson@surevine.com>

    Danny Jackson <danny.jackson@surevine.com> 031feecae3110fde793c55fccd4aef00f566a1d2

    Trivial changes as my first contribution. Not related to a specific task.
    Various Code Quality Improvements:

    AbstractConnection - changes public constructor of abstract class to protected (Constructors of abstract classes can only be called in constructors of their subclasses. So there is no point in making them public.)

    AccessModel - switched static and final positions to fit java convention

    AuditManagerImpl - Explicitly specifies type of iterator is returned

    JDBCAdminProvider- Removes use of deprecated function and utilises the new method of doing this

    • xmppserver/src/main/java/org/jivesoftware/database/AbstractConnection.java (version 031feecae3110fde793c55fccd4aef00f566a1d2)
    • xmppserver/src/main/java/org/jivesoftware/openfire/admin/JDBCAdminProvider.java (version 031feecae3110fde793c55fccd4aef00f566a1d2)
    • xmppserver/src/main/java/org/jivesoftware/openfire/audit/spi/AuditManagerImpl.java (version 031feecae3110fde793c55fccd4aef00f566a1d2)
    • xmppserver/src/main/java/org/jivesoftware/openfire/pubsub/models/AccessModel.java (version 031feecae3110fde793c55fccd4aef00f566a1d2)