[resteasy-commits] [resteasy/Resteasy] 576d7d: OutboundSseEventImpl.Builder should use MediaType....

GitHub noreply at github.com
Wed Dec 6 12:11:54 EST 2017


  Branch: refs/heads/master
  Home:   https://github.com/resteasy/Resteasy
  Commit: 576d7dd4a4a26b01a84e51f72d08c0c700fdf4e2
      https://github.com/resteasy/Resteasy/commit/576d7dd4a4a26b01a84e51f72d08c0c700fdf4e2
  Author: NicoNes <nicolas.nesmon at gmail.com>
  Date:   2017-12-06 (Wed, 06 Dec 2017)

  Changed paths:
    M resteasy-jaxrs/src/main/java/org/jboss/resteasy/plugins/providers/sse/OutboundSseEventImpl.java
    A resteasy-jaxrs/src/main/java/org/jboss/resteasy/plugins/providers/sse/OutboundSseEventImplTest.java

  Log Message:
  -----------
  OutboundSseEventImpl.Builder should use MediaType.TEXT_PLAIN as default media type

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


  Commit: 5fe6f32fe95e847407634d2a4fe058030c1bdb78
      https://github.com/resteasy/Resteasy/commit/5fe6f32fe95e847407634d2a4fe058030c1bdb78
  Author: NicoNes <nicolas.nesmon at gmail.com>
  Date:   2017-12-06 (Wed, 06 Dec 2017)

  Changed paths:
    M resteasy-jaxrs/src/main/java/org/jboss/resteasy/plugins/providers/sse/OutboundSseEventImpl.java
    M resteasy-jaxrs/src/main/java/org/jboss/resteasy/plugins/providers/sse/OutboundSseEventImplTest.java

  Log Message:
  -----------
  OutboundSseEventImpl.Builder should throw NullPointerException instead of
IllegalArgumentException

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


  Commit: 3cbd7dbe573d8e1d6ae6f4276047e428ada3c61a
      https://github.com/resteasy/Resteasy/commit/3cbd7dbe573d8e1d6ae6f4276047e428ada3c61a
  Author: NicoNes <nicolas.nesmon at gmail.com>
  Date:   2017-12-06 (Wed, 06 Dec 2017)

  Changed paths:
    M resteasy-jaxrs/src/main/java/org/jboss/resteasy/plugins/providers/sse/OutboundSseEventImpl.java
    M resteasy-jaxrs/src/main/java/org/jboss/resteasy/plugins/providers/sse/OutboundSseEventImplTest.java

  Log Message:
  -----------
  OutboundSseEventImpl.Builder should throw IllegalArgumentException if
neither comment nor data ar set

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


  Commit: c0dfeabf52aff9c8259efb7e8a3b80f1e55481af
      https://github.com/resteasy/Resteasy/commit/c0dfeabf52aff9c8259efb7e8a3b80f1e55481af
  Author: NicoNes <nicolas.nesmon at gmail.com>
  Date:   2017-12-06 (Wed, 06 Dec 2017)

  Changed paths:
    M resteasy-jaxrs/src/main/java/org/jboss/resteasy/plugins/providers/sse/OutboundSseEventImpl.java

  Log Message:
  -----------
  Use constant SseEvent.RECONNECT_NOT_SET

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


  Commit: f00cf7e222a952df17bfec8c71582467a90bbfa5
      https://github.com/resteasy/Resteasy/commit/f00cf7e222a952df17bfec8c71582467a90bbfa5
  Author: NicoNes <nicolas.nesmon at gmail.com>
  Date:   2017-12-06 (Wed, 06 Dec 2017)

  Changed paths:
    M resteasy-jaxrs/src/main/java/org/jboss/resteasy/plugins/providers/sse/OutboundSseEventImpl.java
    M resteasy-jaxrs/src/main/java/org/jboss/resteasy/plugins/providers/sse/OutboundSseEventImplTest.java

  Log Message:
  -----------
  Builder.data(Object data) method should use the GenericEntity informations
to set both type and genericType

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


  Commit: 0fc1dcb526e235e2013b4bdaed5e9eb7037244ef
      https://github.com/resteasy/Resteasy/commit/0fc1dcb526e235e2013b4bdaed5e9eb7037244ef
  Author: NicoNes <nicolas.nesmon at gmail.com>
  Date:   2017-12-06 (Wed, 06 Dec 2017)

  Changed paths:
    M resteasy-jaxrs/src/main/java/org/jboss/resteasy/plugins/providers/sse/OutboundSseEventImpl.java

  Log Message:
  -----------
  Fix data.getClass().getClass() into data.getClass()

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


Compare: https://github.com/resteasy/Resteasy/compare/f3924c60b496...0fc1dcb526e2


More information about the resteasy-commits mailing list