Branch: refs/heads/master
Home:
https://github.com/resteasy/Resteasy
Commit: 576d7dd4a4a26b01a84e51f72d08c0c700fdf4e2
https://github.com/resteasy/Resteasy/commit/576d7dd4a4a26b01a84e51f72d08c...
Author: NicoNes <nicolas.nesmon(a)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(a)gmail.com>
Commit: 5fe6f32fe95e847407634d2a4fe058030c1bdb78
https://github.com/resteasy/Resteasy/commit/5fe6f32fe95e847407634d2a4fe05...
Author: NicoNes <nicolas.nesmon(a)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(a)gmail.com>
Commit: 3cbd7dbe573d8e1d6ae6f4276047e428ada3c61a
https://github.com/resteasy/Resteasy/commit/3cbd7dbe573d8e1d6ae6f4276047e...
Author: NicoNes <nicolas.nesmon(a)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(a)gmail.com>
Commit: c0dfeabf52aff9c8259efb7e8a3b80f1e55481af
https://github.com/resteasy/Resteasy/commit/c0dfeabf52aff9c8259efb7e8a3b8...
Author: NicoNes <nicolas.nesmon(a)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(a)gmail.com>
Commit: f00cf7e222a952df17bfec8c71582467a90bbfa5
https://github.com/resteasy/Resteasy/commit/f00cf7e222a952df17bfec8c71582...
Author: NicoNes <nicolas.nesmon(a)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(a)gmail.com>
Commit: 0fc1dcb526e235e2013b4bdaed5e9eb7037244ef
https://github.com/resteasy/Resteasy/commit/0fc1dcb526e235e2013b4bdaed5e9...
Author: NicoNes <nicolas.nesmon(a)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(a)gmail.com>
Compare:
https://github.com/resteasy/Resteasy/compare/f3924c60b496...0fc1dcb526e2