[resteasy/Resteasy] 371efc: [RESTEASY-2526] Fix by using asyncutil lib for asy...
by Stéphane Épardaud
Branch: refs/heads/master
Home: https://github.com/resteasy/Resteasy
Commit: 371efcc2c54452eb03a4eb7f9b1f9cbaafc4863a
https://github.com/resteasy/Resteasy/commit/371efcc2c54452eb03a4eb7f9b1f9...
Author: Stéphane Épardaud <stef(a)epardaud.fr>
Date: 2020-04-24 (Fri, 24 Apr 2020)
Changed paths:
M jboss-modules/build.xml
M jboss-modules/pom.xml
A jboss-modules/src/main/resources/modules/com/ibm/async/asyncutil/main/module.xml
M jboss-modules/src/main/resources/modules/org/jboss/resteasy/resteasy-jaxrs/main/module.xml
M resteasy-core/pom.xml
M resteasy-core/src/main/java/org/jboss/resteasy/plugins/providers/FileRangeWriter.java
M resteasy-core/src/main/java/org/jboss/resteasy/plugins/providers/ProviderHelper.java
M resteasy-dependencies-bom/pom.xml
M server-adapters/resteasy-undertow/src/test/java/org/jboss/resteasy/test/undertow/AsyncIOResource.java
M server-adapters/resteasy-undertow/src/test/java/org/jboss/resteasy/test/undertow/AsyncIOTest.java
Log Message:
-----------
[RESTEASY-2526] Fix by using asyncutil lib for async loops (#2368)
4 years, 8 months
[resteasy/Resteasy] 372973: [RESTEASY-2495] made HeaderParamProcessor aware of...
by rsearls
Branch: refs/heads/master
Home: https://github.com/resteasy/Resteasy
Commit: 372973748aa2342cbcaa8fa6c1d307d5c22d7601
https://github.com/resteasy/Resteasy/commit/372973748aa2342cbcaa8fa6c1d30...
Author: R Searls <rsearls(a)redhat.com>
Date: 2020-04-24 (Fri, 24 Apr 2020)
Changed paths:
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/HeaderParamParamConverterTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/HeaderParamMyClass.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/HeaderParamParamConverterProvider.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/HeaderParamParamConverterTestService.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/HeaderParamParamConverterTestServiceImpl.java
Log Message:
-----------
[RESTEASY-2495] made HeaderParamProcessor aware of ParamConverter and provided testcase
4 years, 8 months
[resteasy/Resteasy] 6cbb60: [RESTEASY-2562] Incorrect status code when WebAppl...
by Anil Gursel
Branch: refs/heads/master
Home: https://github.com/resteasy/Resteasy
Commit: 6cbb603c063e5d2080b89aa83ecc9402ce7e02f0
https://github.com/resteasy/Resteasy/commit/6cbb603c063e5d2080b89aa83ecc9...
Author: Anil Gursel <anilgursel(a)users.noreply.github.com>
Date: 2020-04-24 (Fri, 24 Apr 2020)
Changed paths:
M resteasy-core/src/main/java/org/jboss/resteasy/core/StringParameterInjector.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/constructor/ResourceConstructorParamsTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/constructor/resource/ConstructorCookieParamWAEResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/constructor/resource/ConstructorQueryParamWAEResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/constructor/resource/Item2.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/constructor/resource/Item2ParamConverterProvider.java
Log Message:
-----------
[RESTEASY-2562] Incorrect status code when WebApplicationException is… (#2365)
* [RESTEASY-2562] Incorrect status code when WebApplicationException is thrown while parsing @*Param
* [RESTEASY-2562] Checkstyle - make arg final
4 years, 8 months