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

Job: Build was successful

Stages & jobs

  1. Default Stage

Code commits

Openfire (master)

  • Guus der Kinderen

    Guus der Kinderen d28997e8fd41324bb4be32908303783929c63f65

    Add some context to logged messages in StanzaHandler

    • xmppserver/src/main/java/org/jivesoftware/openfire/net/StanzaHandler.java (version d28997e8fd41324bb4be32908303783929c63f65)
  • Guus der Kinderen

    Guus der Kinderen d62edf3984a889de69e311ec3cb25d99a3a8c8f8

    OF-2663: Ignore disco/info errors sent over S2S
    This prevents very loud errors being logged.

    • xmppserver/src/main/java/org/jivesoftware/openfire/disco/IQDiscoInfoHandler.java (version d62edf3984a889de69e311ec3cb25d99a3a8c8f8)
  • Guus der Kinderen

    Guus der Kinderen d56b99a79c8c4a9710bed455686e3fce4a5665ee

    OF-2730: Change the way channels are closed
    As per Alex' suggestion: When closing the channel we switched to using `ctx.channel().close();` rather than calling `close` directly on the context:
    `ctx.close()` starts to flow through the `ChannelPipeline` from the point of the `ChannelHandlerContext` while `ctx.channel().close()` will start from the tail of the `ChannelPipeline` all the time.

    • xmppserver/src/main/java/org/jivesoftware/openfire/nio/NettyOutboundConnectionHandler.java (version d56b99a79c8c4a9710bed455686e3fce4a5665ee)