Verifies the integrety of the projects, as builds are executed immediately after a code change was detected. This plan provides no artifiacts (use a nightly build instead).

Code commits

Openfire (master)

  • Roman Soldatow <Redor@users.noreply.github.com>

    Roman Soldatow <Redor@users.noreply.github.com> c8e682ae4225f239f83c960d50bf90571ba86e39

    Merge pull request #1145 from dbh/REST-ChatHistory-NPE-On-RoomNotFound
    Safety checks around MUC Room Get ChatHistory.  Return 404 if room do…

  • dharrison <dharrison@psionline.com>

    dharrison <dharrison@psionline.com> 9bd910981a684143516c4048dd78354b54a36a3a

    Safety checks around MUC Room Get ChatHistory.  Return 404 if room does not exist. Check for null and empty string props on a message.

    • src/plugins/restAPI/changelog.html (version 9bd910981a684143516c4048dd78354b54a36a3a)
    • src/plugins/restAPI/plugin.xml (version 9bd910981a684143516c4048dd78354b54a36a3a)
    • src/plugins/restAPI/pom.xml (version 9bd910981a684143516c4048dd78354b54a36a3a)
    • src/plugins/restAPI/src/java/org/jivesoftware/openfire/plugin/rest/controller/MUCRoomController.java (version 9bd910981a684143516c4048dd78354b54a36a3a)
    • src/plugins/restAPI/src/java/org/jivesoftware/openfire/plugin/rest/service/MUCRoomService.java (version 9bd910981a684143516c4048dd78354b54a36a3a)