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

Build: #1112 failed Scheduled with changes by Guus der Kinderen and daryl herzmann <akrherz@iastate.edu>

Stages & jobs

  1. Build and Package

  2. Deploy

  3. copy nightlies to website

Build result summary

Details

Completed
Queue duration
4 minutes
Duration
55 seconds
Labels
None
Revision
5b10a785248422d77be216d6535eb6097dc217e5
Total tests
427
Fixed in
#1113 (Scheduled)

Tests

Responsible

  • daryl herzmann daryl herzmann Automatically assigned
  • Guus der Kinderen Guus der Kinderen Automatically assigned

Code commits

Author Commit Message Commit date
daryl herzmann <akrherz@iastate.edu> daryl herzmann <akrherz@iastate.edu> 5b10a785248422d77be216d6535eb6097dc217e5 Merge pull request #1591 from guusdk/OF-158_Make-room-defaults-configurable
OF-158: Make room default settings use configurable service defaults.
daryl herzmann <akrherz@iastate.edu> daryl herzmann <akrherz@iastate.edu> eadd16056413f9c97437da9f02132f5d2a322ead Merge pull request #1621 from guusdk/OF-2008_autosetup-usrs
OF-2008: Allow users to be provisioned through autosetup
Guus der Kinderen Guus der Kinderen 72afcf63042e71f4ef8783080bad944d7067fe64 OF-2008: Allow users to be provisioned through autosetup
Guus der Kinderen Guus der Kinderen 6a014142999a2705b869f50daa0eb6cba8fa6929 m OF-158: Make room default settings use configurable service defaults.
MUC services have configurable default settings to be applied to new rooms. These defaults are already used when an end-user creates a room (through XMPP).

This commit takes applies the same settings to the room creation form that is in the Admin console, with one exemption: rooms created in the admin console are always persistent.

Note that it's possible to configure Openfire with more than one MUC service. If that's the case, selecting the MUC service in which the room is to be created is part of the room creation form. As at that point, the to-be-used service is still unknown, the (other) default values that are used on the same form are based on the first available service. That seems to be an acceptable trade-off, given the limited amount of installs that have more than one MUC service.
Guus der Kinderen Guus der Kinderen 7a82bb29eb94f9843fd4145fa0f364c14bce6287 m Admin Console: Apply JSTL to 'default room settings' page
Replaces JSP constructs with more structured JSTL equivalent. This commit should introduce no functional changes.

Tests

New test failures 1
Status Test View job Duration
Collapse Failed FlattenNestedGroupsTest testNormalUsersOfGroupsNoPosix
Run Maven < 1 sec
org.jivesoftware.openfire.group.GroupNotFoundException: Group with name admins not found.
	at org.jivesoftware.openfire.ldap.FlattenNestedGroupsTest.testNormalUsersOfGroups(FlattenNestedGroupsTest.java:164)
	at org.jivesoftware.openfire.ldap.FlattenNestedGroupsTest.testNormalUsersOfGroupsNoPosix(FlattenNestedGroupsTest.java:139)
Caused by: javax.naming.CommunicationException: connection closed
	at org.jivesoftware.openfire.ldap.FlattenNestedGroupsTest.testNormalUsersOfGroups(FlattenNestedGroupsTest.java:164)
	at org.jivesoftware.openfire.ldap.FlattenNestedGroupsTest.testNormalUsersOfGroupsNoPosix(FlattenNestedGroupsTest.java:139)
Caused by: java.io.IOException: connection closed
	at org.jivesoftware.openfire.ldap.FlattenNestedGroupsTest.testNormalUsersOfGroups(FlattenNestedGroupsTest.java:164)
(1 more lines...)

Jira issues

IssueDescriptionStatus
Unknown Issue TypeOF-158Could not obtain issue details from Jira
Unknown Issue TypeOF-2008Could not obtain issue details from Jira