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

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

Stages & jobs

  1. Build and Package

  2. Deploy

  3. copy nightlies to website

Build result summary

Details

Completed
Queue duration
7 minutes
Duration
4 minutes
Labels
None
Revision
68814df767687190b22f9aff881711c225a6694c
Total tests
472
Successful since
#1548 ()

Tests

Code commits

Author Commit Message Commit date
mightymop <totzkotz@gmail.com> mightymop <totzkotz@gmail.com> 68814df767687190b22f9aff881711c225a6694c fix: OF-2337
fixes an issue where pep events were not send to contacts
Danny Jackson <danny.jackson@surevine.com> Danny Jackson <danny.jackson@surevine.com> 2ad4b01b6211f87a02a7b9292aa43239a673818e OF-264 Add group selection field in Create New User page
Updates the create user page to include an option for assigning a group directly from that first page.
This implementation uses a text field expecting the exact name of a group, could potentially be improved with a dropdown list of available groups.
Danny Jackson <danny.jackson@surevine.com> Danny Jackson <danny.jackson@surevine.com> 77e3ca0190e80a9288989a7f27ba6138035f111d OF-264
Updates group field to only be present on creating a user if there is already an existing group
DJDANNY123 <34899057+DJDANNY123@users.noreply.github.com> DJDANNY123 <34899057+DJDANNY123@users.noreply.github.com> 3fc36b405b81cb960a10d9c06d617b30cd4760f8 OF-2158 Update notifications should include cluster node reference
Updates the updates notifications to include the hostname of the node which have plugins to be updated.

Tidies up an iterator in the same method

Co-authored-by: Danny Jackson <danny.jackson@surevine.com>
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

Jira issues

IssueDescriptionStatus
Unknown Issue TypeOF-264Could not obtain issue details from Jira
Unknown Issue TypeOF-2158Could not obtain issue details from Jira
Unknown Issue TypeOF-2337Could not obtain issue details from Jira