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: #1665 was successful Changes by daryl herzmann <akrherz@iastate.edu>

Code commits

Openfire (master)

  • daryl herzmann <akrherz@iastate.edu>

    daryl herzmann <akrherz@iastate.edu> cd48c884f34b6705c79b2ff14b27d38f23d62cf1

    Merge pull request #1222 from GregDThomas/plugin-logging-improvements
    Allow plugins to have their own log4j2.xml file

  • daryl herzmann <akrherz@iastate.edu>

    daryl herzmann <akrherz@iastate.edu> f1867bc84f650aafdbe57bc52be001606add75d7

    Merge pull request #1221 from GregDThomas/logging-improvements
    Stop embedding log4j2.xml in the startup.jar

  • GregDThomas <greg.d.thomas@gmail.com>

    GregDThomas <greg.d.thomas@gmail.com> 1238cde8e2c8b7b572588716a1b2cdc7d63cda95 m

    Add some synchronization to avoid a rare stack trace when two loggers try to initialise at the "same" time

    • xmppserver/src/main/java/org/jivesoftware/openfire/container/PluginManager.java (version 1238cde8e2c8b7b572588716a1b2cdc7d63cda95)
  • GregDThomas <greg.d.thomas@gmail.com>

    GregDThomas <greg.d.thomas@gmail.com> db344807ba0f045d4a1dd16920c2d5cf6db814a0 m

    Allow plugins to have their own log4j2.xml file (and thus their own logging context)

    • xmppserver/src/main/java/org/jivesoftware/openfire/container/PluginManager.java (version db344807ba0f045d4a1dd16920c2d5cf6db814a0)
  • GregDThomas <greg.d.thomas@gmail.com>

    GregDThomas <greg.d.thomas@gmail.com> 291c2a402f851b20fde91b4462470e68af116a64 m

    Stop embedding log4j2.xml in the startup.jar This allows admin's to configure logging by editing log4j2.xml directly rather than edit the file embedded in startup.jar. It does require an additional parameter to be passed when starting the server, though.

    • distribution/src/assembly/basic-distribution.xml (version 291c2a402f851b20fde91b4462470e68af116a64)
    • distribution/src/bin/extra/openfire-launchd-wrapper.sh (version 291c2a402f851b20fde91b4462470e68af116a64)
    • distribution/src/bin/extra/redhat/openfire (version 291c2a402f851b20fde91b4462470e68af116a64)
    • distribution/src/bin/openfire.bat (version 291c2a402f851b20fde91b4462470e68af116a64)
    • distribution/src/bin/openfire.sh (version 291c2a402f851b20fde91b4462470e68af116a64)
    • distribution/src/bin/openfirectl (version 291c2a402f851b20fde91b4462470e68af116a64)
    • distribution/src/installer/openfire.install4j (version 291c2a402f851b20fde91b4462470e68af116a64)
    • distribution/src/resources/log4j2.xml (version 291c2a402f851b20fde91b4462470e68af116a64)
    • starter/pom.xml (version 291c2a402f851b20fde91b4462470e68af116a64)