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

Build: #958 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
3 minutes
Duration
2 minutes
Labels
None
Revision
f732dec6de8d7fd4eef1931b910cde24580f7160
Total tests
365
Successful since
#873 ()

Tests

Code commits

Author Commit Message Commit date
Guus der Kinderen Guus der Kinderen a14a783528aab9438f29bf5f7e6245de3282b450 OF-353: LDAP Remove support for 'enclosed' DNs.
As a resolution for JM-1327, the concept of 'enclosing' DNs with double-quote (") characters was introduced.

The previous commit adds more elaborate escaping of reserved characters, which makes this 'enclosing' redundant. As the code now uses javax.naming.* types, instead of Strings, to represent DNs, it'll be more challenging to restorte the 'enclosing' functionality.

To reduce code complexity, the 'enclosing' functionality (that no longer serves any purpose) is removed in this commit.
Guus der Kinderen Guus der Kinderen 80d3ff37cf28e578cc8909ebea06269c30456c91 OF-353: Allow baseDN to have spaces
The baseDN value is used to compose the connect host(s) URL. This value is a space-separated string of URLs. When a baseDN contains a space character, this character must be escaped, to prevent it from being interpreted as a second connect host.

This commit adds URL encoding to the baseDN when it's used to create the connect host URL.
Guus der Kinderen Guus der Kinderen f326a1566376391169736642db13087ba1e426b5 Javadoc typo fix
Guus der Kinderen Guus der Kinderen e168b8f391e46008e338ab83c05cdd9cc22b47a6 OF-353: LDAP: improve character escaping
This adds additional escaping of LDAP strings, including those defined in RFC-4514.
Guus der Kinderen Guus der Kinderen 8988aefd569bf25d14e8aeac424ebca7daf7f306 OF-353: Prevent redundant boxing.

Jira issues

IssueDescriptionStatus
Unknown Issue TypeJM-1327Could not obtain issue details from Jira
Unknown Issue TypeOF-353Could not obtain issue details from Jira
Unknown Issue TypeRFC-4514Could not obtain issue details from Jira