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: #38 was successful Changes by Guus der Kinderen

Code commits

Plan Repository

  • Guus der Kinderen

    Guus der Kinderen 9e833b059209d6ebf4aa72275308b4bd7c83575e

    TINDER-80: New unit test that assert pre-modification behavior.

    • src/test/java/org/xmpp/forms/DataFormTest.java (version 9e833b059209d6ebf4aa72275308b4bd7c83575e)
  • Guus der Kinderen

    Guus der Kinderen bef99c006ba35f92fef55cca1e781464e363b0ab

    TINDER-80: Remove FastDateFormat
    FastDateFormat served a purpose back in the day where CPU cycles were very scarse. The implemenation (based on a third party project that doesn't seem to be around any longer) has some issues.

    This commit removes the FastDateFormat, replacing it with DateTimeFormatter, which is also thread safe.

    • src/main/java/org/jivesoftware/util/FastDateFormat.java (version bef99c006ba35f92fef55cca1e781464e363b0ab)
    • src/main/java/org/xmpp/forms/DataForm.java (version bef99c006ba35f92fef55cca1e781464e363b0ab)