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

Build: #464 was successful Manual run by daryl herzmann

Stages & jobs

  1. Build and Package

  2. Deploy

  3. copy nightlies to website

Code commits

Openfire (master)

  • dbh <david@davidbharrison.com>

    dbh <david@davidbharrison.com> 45ba67c7015e86a29f6b3576e4a867d1de65c3ec

    OF-1585 Add MUCRoom Get Chat History endpoint (#1128)
    * Added MUCRoom Get Chat History endpoint,  GET /chatrooms/{roomName}/chathistory
    Add logging for MUCRoomController and UserServiceController

    * OF-1585 Add Logging Enable/Disable, Update Changelog

    * Fixed custom property name for Service Logging Enabled to be consistent with others in the same plugin

    * Changed date from "tbc." (which was there previously) to 08/13/2018

    * Change version from  "1.3.5-SNAPHOT" to "1.3.5"

    • src/plugins/restAPI/changelog.html (version 45ba67c7015e86a29f6b3576e4a867d1de65c3ec)
    • src/plugins/restAPI/plugin.xml (version 45ba67c7015e86a29f6b3576e4a867d1de65c3ec)
    • src/plugins/restAPI/pom.xml (version 45ba67c7015e86a29f6b3576e4a867d1de65c3ec)
    • src/plugins/restAPI/readme.html (version 45ba67c7015e86a29f6b3576e4a867d1de65c3ec)
    • src/plugins/restAPI/src/java/org/jivesoftware/openfire/plugin/rest/RESTServicePlugin.java (version 45ba67c7015e86a29f6b3576e4a867d1de65c3ec)
    • src/plugins/restAPI/src/java/org/jivesoftware/openfire/plugin/rest/controller/MUCRoomController.java (version 45ba67c7015e86a29f6b3576e4a867d1de65c3ec)
    • src/plugins/restAPI/src/java/org/jivesoftware/openfire/plugin/rest/controller/UserServiceController.java (version 45ba67c7015e86a29f6b3576e4a867d1de65c3ec)
    • src/plugins/restAPI/src/java/org/jivesoftware/openfire/plugin/rest/entity/MUCRoomMessageEntities.java (version 45ba67c7015e86a29f6b3576e4a867d1de65c3ec)
    • src/plugins/restAPI/src/java/org/jivesoftware/openfire/plugin/rest/entity/MUCRoomMessageEntity.java (version 45ba67c7015e86a29f6b3576e4a867d1de65c3ec)
    • src/plugins/restAPI/src/java/org/jivesoftware/openfire/plugin/rest/service/MUCRoomService.java (version 45ba67c7015e86a29f6b3576e4a867d1de65c3ec)
    • src/plugins/restAPI/src/web/rest-api.jsp (version 45ba67c7015e86a29f6b3576e4a867d1de65c3ec)