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

Code commits

Openfire (master)

  • Guus der Kinderen

    Guus der Kinderen 6229c5d9434019461e8feacb642c1efb802796e9

    Modifications to logging for item retrieval.

    • xmppserver/src/main/java/org/jivesoftware/openfire/pubsub/CachingPubsubPersistenceProvider.java (version 6229c5d9434019461e8feacb642c1efb802796e9)
  • Guus der Kinderen

    Guus der Kinderen a3eeedae33b7e18f0507f7699b5220376174e6d7

    OF-2080: Prevent caching null item
    When an item is being requested that does not exist, the existing code for the CachingPubsubPersistenceProvider attempts to cache null, which is not allowed.

    This modification simply skips caching the value. We could consider adding an Optional (to reflect the negative lookup), but that needs additional checking. I'm not sure if it'd work with the async persistence of content that's implemented in this class.

    • xmppserver/src/main/java/org/jivesoftware/openfire/pubsub/CachingPubsubPersistenceProvider.java (version a3eeedae33b7e18f0507f7699b5220376174e6d7)