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

Build: #81 was successful Scheduled with changes by 3 people

Stages & jobs

  1. Build and Package

  2. Deploy

Build result summary

Details

Completed
Queue duration
7 minutes
Duration
7 minutes
Labels
None
Revision
a6437046d29956dc26386881a950fbbe47d50c1c
Total tests
211
Successful since
#1 ()

Tests

Code commits

Author Commit Message Commit date
Josh Gitlin <jgitlin@goboomtown.com> Josh Gitlin <jgitlin@goboomtown.com> a6437046d29956dc26386881a950fbbe47d50c1c Fixing NullPointerException caused by having a mix of valid Groups and NULLs inside the result of getGroupsFromKeys
Guus der Kinderen Guus der Kinderen cc20210e16342e69ec0ca85a24feb8c437bf6fc7 OF-1339: Merge websocket plugin with Openfire core.
Guus der Kinderen Guus der Kinderen c184295ac53009ba35480c4b8e78a39e1cab9aa0 OF-1339: Prepare websocket plugin for merge into core.
Openfire 4.2.0 will have the functionality that's now in the websocket plugin. As a result,
this plugin should not be used in Openfire 4.2.0. To facilitate this, we've defined a new concept
of 'priorToServerVersion' in OF-1353.

This commit defines that the plugin should only be used in Openfire instances prior to version 4.2.0.
Guus der Kinderen Guus der Kinderen a542b323bf767dfeec17d18a8de1b1f5302b2763 OF-1362: Update version number of websocket plugin.
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;
   }

Jira issues

IssueDescriptionStatus
Unknown Issue TypeOF-1339Could not obtain issue details from Jira
Unknown Issue TypeOF-1353Could not obtain issue details from Jira
Unknown Issue TypeOF-1362Could not obtain issue details from Jira