Generates the latest/greatest Maven-based artifacts for the Openfire project, every night.

Build: #252 was successful Scheduled with changes by dbh <david@davidbharrison.com>

Stages & jobs

  1. Build and Package

  2. Deploy

Code commits

Openfire (master)

  • dbh <david@davidbharrison.com>

    dbh <david@davidbharrison.com> 957541b4a7d77a5fb935648384e65114ea5987e4

    OF-1460, Session Row jspf has a Hazelcast related bug. It assumes that all sessions are LocalClientSessions. But, in a multi-node hazelcast enabled openfire environment, (#997)
    there may be remote (not local) sessions as well.  The bug is a cast of sess to LocalClientSession, but that isn't always appropriate. Session Details and Session Summary jspf pages use this jspf file

    • src/web/session-row.jspf (version 957541b4a7d77a5fb935648384e65114ea5987e4)