[resteasy/Resteasy] aec215: [RESTEASY-1696] ignore @PreMatching on ClientReque...
by GitHub
Branch: refs/heads/master
Home: https://github.com/resteasy/Resteasy
Commit: aec215371fb3e6f667d0acc1f538729d47a6d2af
https://github.com/resteasy/Resteasy/commit/aec215371fb3e6f667d0acc1f5387...
Author: rsearls <rsearls(a)localhost.localdomain>
Date: 2017-08-25 (Fri, 25 Aug 2017)
Changed paths:
M resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/internal/ClientConfiguration.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/ThreadLocalResteasyProviderFactory.java
A resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/interception/jaxrs/ClientRequestFilterRegistry.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/resteasy_jaxrs/i18n/LogMessages.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/spi/ResteasyProviderFactory.java
M resteasy-legacy/src/main/java/org/jboss/resteasy/spi/old/ResteasyProviderFactory.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/PreMatchingClientRequestFilterTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/resource/PreMatchingClientRequestFilterImpl.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/resource/PreMatchingClientResource.java
Log Message:
-----------
[RESTEASY-1696] ignore @PreMatching on ClientRequestFilter and give a warning msg
7 years, 1 month
[resteasy/Resteasy] 352a85: [RESTEASY-1566] (#1251)
by GitHub
Branch: refs/heads/master
Home: https://github.com/resteasy/Resteasy
Commit: 352a85db97f59b9ccb220aa50be6e4590f24dea8
https://github.com/resteasy/Resteasy/commit/352a85db97f59b9ccb220aa50be6e...
Author: Ron Sigal <rsigal(a)redhat.com>
Date: 2017-08-22 (Tue, 22 Aug 2017)
Changed paths:
M docbook/reference/en/en-US/modules/StringConverter.xml
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/StringParameterInjector.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/MultiValuedParamTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/DateParamConverter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/MultiValuedCookieParam.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/MultiValuedCookieParamConverter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/MultiValuedParam.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/MultiValuedParamConverter.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/MultiValuedParamConverterProvider.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/MultiValuedParamResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/MultiValuedParamResourceClient.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/MultiValuedPathParam.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/MultiValuedPathParamConverter.java
Log Message:
-----------
[RESTEASY-1566] (#1251)
I've merged the code from https://github.com/resteasy/Resteasy/pull/1093
into master branch, along with documentation in StringConverter.xml in
the User Guide.
7 years, 1 month
[resteasy/Resteasy] bc4e1b: [RESTEASY-1701] First run for async response provi...
by GitHub
Branch: refs/heads/master
Home: https://github.com/resteasy/Resteasy
Commit: bc4e1b36a6e99c45ee7266f39343dfd3f4be10c5
https://github.com/resteasy/Resteasy/commit/bc4e1b36a6e99c45ee7266f39343d...
Author: Stéphane Épardaud <stef(a)inforealm.org>
Date: 2017-08-22 (Tue, 22 Aug 2017)
Changed paths:
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/ResourceMethodInvoker.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/ThreadLocalResteasyProviderFactory.java
A resteasy-jaxrs/src/main/java/org/jboss/resteasy/plugins/providers/CompletionStageProvider.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/resteasy_jaxrs/i18n/Messages.java
A resteasy-jaxrs/src/main/java/org/jboss/resteasy/spi/AsyncResponseProvider.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/spi/ResteasyProviderFactory.java
M resteasy-jaxrs/src/main/resources/META-INF/services/javax.ws.rs.ext.Providers
Log Message:
-----------
[RESTEASY-1701] First run for async response provider (#1246)
7 years, 1 month