[resteasy-commits] [resteasy/Resteasy] 41d10b: [RESTEASY-1775] SseImpl should return a new SseBro...

GitHub noreply at github.com
Tue Jan 9 16:59:54 EST 2018


  Branch: refs/heads/master
  Home:   https://github.com/resteasy/Resteasy
  Commit: 41d10b55d8b47589f9597a9f5aa563348847483e
      https://github.com/resteasy/Resteasy/commit/41d10b55d8b47589f9597a9f5aa563348847483e
  Author: NicoNes <nicolas.nesmon at gmail.com>
  Date:   2018-01-09 (Tue, 09 Jan 2018)

  Changed paths:
    M resteasy-jaxrs/src/main/java/org/jboss/resteasy/plugins/providers/sse/SseImpl.java
    M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/AnotherSseResource.java
    M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/SseApplication.java
    M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/SseResource.java
    M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/SseTest.java

  Log Message:
  -----------
  [RESTEASY-1775] SseImpl should return a new SseBroadcaster instance instead of a singleton (#1375)

* newBroadcaster() should return a new SseBroadcaster instance

Signed-off-by: NicoNes <nicolas.nesmon at gmail.com>

* Fix SseBroadcaster test

Signed-off-by: NicoNes <nicolas.nesmon at gmail.com>




More information about the resteasy-commits mailing list