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).

Build: #2343 was successful Changes by daryl herzmann <akrherz@iastate.edu>

Code commits

Openfire (master)

  • daryl herzmann <akrherz@iastate.edu>

    daryl herzmann <akrherz@iastate.edu> a711555ef84d6b06e43a8fb2ffc1d49a25818bdd

    Merge pull request #2130 from guusdk/OF-2525_XMLProperties-non-persisting
    OF-2525: Deprecate non-persisting XMLProperties API

  • Guus der Kinderen

    Guus der Kinderen 566575b2a34d04140dd50216549629d133d675ba m

    OF-2525: Deprecate non-persisting XMLProperties API
    This aims to prevent accidental usage of XMLProperties instances that cannot persist changes. This is achieved by deprecating all constructors that create such an instance, replacing them with an aptly named static method.

    • xmppserver/src/main/java/org/jivesoftware/util/JiveGlobals.java (version 566575b2a34d04140dd50216549629d133d675ba)
    • xmppserver/src/main/java/org/jivesoftware/util/XMLProperties.java (version 566575b2a34d04140dd50216549629d133d675ba)
    • xmppserver/src/test/java/org/jivesoftware/util/XMLPropertiesTest.java (version 566575b2a34d04140dd50216549629d133d675ba)