Branch: refs/heads/3.6
Home:
https://github.com/resteasy/Resteasy
Commit: 7de7c68759abfce941ebf748e527c1d772795bba
https://github.com/resteasy/Resteasy/commit/7de7c68759abfce941ebf748e527c...
Author: Stéphane Épardaud <stef(a)inforealm.org>
Date: 2018-06-11 (Mon, 11 Jun 2018)
Changed paths:
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/ResourceMethodInvoker.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/AsyncRequestFilterTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/AsyncRequestFilterResource.java
Log Message:
-----------
[RESTEASY-1915] Async filter bugfix (#1530)
* Test bug with async filters when resource method return type is not void/Response
* Fix bug with async filters when ressource method does not return void/Response
Commit: 523376d21c70178aeef1cb90fdcdd1980b8f00fd
https://github.com/resteasy/Resteasy/commit/523376d21c70178aeef1cb90fdcdd...
Author: Jim Ma <ema(a)redhat.com>
Date: 2018-06-11 (Mon, 11 Jun 2018)
Changed paths:
M
resteasy-client/src/main/jaxrs21/org/jboss/resteasy/plugins/providers/sse/client/SseEventSourceImpl.java
Log Message:
-----------
[RESTEASY-1917]:EventSource name isn't used to set thread name
Commit: 47b9ba694b46d33b2c8d2c73a09fcabafcdce7da
https://github.com/resteasy/Resteasy/commit/47b9ba694b46d33b2c8d2c73a09fc...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2018-06-11 (Mon, 11 Jun 2018)
Changed paths:
M docbook/reference/en/en-US/master.xml
M docbook/reference/en/en-US/modules/Migration_to_3.1.xml
R docbook/reference/en/en-US/modules/Seam.xml
Log Message:
-----------
Removing stale/out-of-date docs
Commit: 36a56f4ddc699e2af02e17ddb4b30b5eeb9473b9
https://github.com/resteasy/Resteasy/commit/36a56f4ddc699e2af02e17ddb4b30...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2018-06-11 (Mon, 11 Jun 2018)
Changed paths:
M docbook/reference/en/en-US/modules/Configuring_Individual_JAX-RS_Resource_Beans.xml
Log Message:
-----------
Fix version reference
Commit: 9f72b001d513fbb2b7f1df1520f16a9c61391682
https://github.com/resteasy/Resteasy/commit/9f72b001d513fbb2b7f1df1520f16...
Author: Stéphane Épardaud <stef(a)inforealm.org>
Date: 2018-06-11 (Mon, 11 Jun 2018)
Changed paths:
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/AsyncResponseConsumer.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/CompletionStageResponseTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/RxCompletionStageServerAsyncTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/resource/ExceptionThrowingFilter.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/resource/FilterException.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/resource/RxCompletionStageResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/rx/resource/RxCompletionStageResourceImpl.java
Log Message:
-----------
[RESTEASY-1921] Async filter exception bug (#1538)
* AsyncResponseConsumer: catch any sort of exception in listener
Otherwise it may get through and be silently ignored by CompletionStage because it
ignores exceptions thrown by exception handlers
* If writing an exception throws (by a filter) make sure we handle it
and log an error and send a response
* Improve UndertowTestRunner
* CompletionStageResponseTest: don't assume exception will be thrown by container
We can't guarantee that it will, in an async situation, so just be content with the
status code
* Test filters that throw exceptions in async responses
Compare:
https://github.com/resteasy/Resteasy/compare/0e992df73027...9f72b001d513
**NOTE:** This service been marked for deprecation:
https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from
GitHub.com on January 31st, 2019.