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: #2232 was successful

Job: Build was successful

Stages & jobs

  1. Default Stage

Code commits

Openfire (master)

  • daryl herzmann <akrherz@iastate.edu>

    daryl herzmann <akrherz@iastate.edu> 8fa2cf89c3c7bba6222a630c5b2c27064b79c4f8

    Merge pull request #1949 from guusdk/OF-2354_SystemProperty-lists-csv-space
    OF-2354: Allow whitespace around comma-separated string values for list

  • Guus der Kinderen

    Guus der Kinderen 1d13607de314a9b485ec4537fa88bc48e241a934 m

    OF-2354: Allow whitespace around comma-separated string values for list
    When reading a comma-separated string to be parsed as a list of strings, whitespace surrounding the comma's should be ignored.

    eg: "user@example.org, user@example.com" should be parsed as two values that contain no whitespace.

    • xmppserver/src/main/java/org/jivesoftware/util/SystemProperty.java (version 1d13607de314a9b485ec4537fa88bc48e241a934)
    • xmppserver/src/test/java/org/jivesoftware/util/SystemPropertyTest.java (version 1d13607de314a9b485ec4537fa88bc48e241a934)