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: #1337 was successful Changes by Dele Olajide <dele@traderlynk.com>

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
2 minutes
Labels
None
Agent
Default Agent
Revision
bb9d52c02b3dd9989469fe5cf9fa40235bfb85b6
Total tests
200
Successful since
#1153 ()

Tests

Code commits

Author Commit Message Commit date
Dele Olajide <dele@traderlynk.com> Dele Olajide <dele@traderlynk.com> bb9d52c02b3dd9989469fe5cf9fa40235bfb85b6 websocket plugin has been broken since Openfire 4.1.4. This PR implements the missing code and fixes the issue
    @Override
   public ConnectionConfiguration getConfiguration()
   {
       // TODO Here we run into an issue with the ConnectionConfiguration introduced in Openfire 4:
       //      it is not extensible in the sense that unforeseen connection types can be added.
       //      For now, null is returned, as this object is likely to be unused (its lifecycle is
       //      not managed by a ConnectionListener instance).
       return null;
   }