[resteasy/Resteasy] a244e5: RESTEASY-2159 Review multipart provider documentat...
by Ron Sigal
Branch: refs/heads/3.8
Home: https://github.com/resteasy/Resteasy
Commit: a244e5c8bbc32493e589d0bb711e4b02f5be25c3
https://github.com/resteasy/Resteasy/commit/a244e5c8bbc32493e589d0bb711e4...
Author: 阿男 <l.weinan(a)gmail.com>
Date: 2019-06-14 (Fri, 14 Jun 2019)
Changed paths:
M docbook/reference/en/en-US/modules/Multipart.xml
Log Message:
-----------
RESTEASY-2159 Review multipart provider documentation (#2033)
* fix the programlisting / fix indentation
* fix brackets
* use section instead of sect1, fix some code and formatting errors
* update pwd
* fix format
* update doc
* update multipart output section
Commit: 8daff6b5221c7d14ecba0cdcffa665766982dba3
https://github.com/resteasy/Resteasy/commit/8daff6b5221c7d14ecba0cdcffa66...
Author: Georgios Andrianakis <geoand(a)gmail.com>
Date: 2019-06-14 (Fri, 14 Jun 2019)
Changed paths:
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/spi/ResteasyDeployment.java
Log Message:
-----------
Fix name of local variable
Commit: 8fa45476d2ba56a344ff40bf75a5d369e6116215
https://github.com/resteasy/Resteasy/commit/8fa45476d2ba56a344ff40bf75a5d...
Author: 阿男 <l.weinan(a)gmail.com>
Date: 2019-06-14 (Fri, 14 Jun 2019)
Changed paths:
M docbook/reference/en/en-US/modules/RESTEasy_Spring_Integration.xml
M server-adapters/resteasy-undertow/pom.xml
Log Message:
-----------
RESTEASY-2253 - add "Undertow Embedded Spring Container" section into… (#2042)
* RESTEASY-2253 - add "Undertow Embedded Spring Container" section into document.
cleanup the format
* fix format
* added undertow section
Commit: 40269fe1847a3f07c872ec1d7641582271c2c64d
https://github.com/resteasy/Resteasy/commit/40269fe1847a3f07c872ec1d76415...
Author: Tomas Terem <tterem(a)redhat.com>
Date: 2019-06-14 (Fri, 14 Jun 2019)
Changed paths:
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/DynamicFeatureTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/resource/AddDynamicFeature.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/resource/DynamicFeatureResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/resource/GreetingInterceptor.java
Log Message:
-----------
[RESTEASY-2251] Test for DynamicFeature
Commit: 73463d616c4080adac937b2ace267320ef4f5534
https://github.com/resteasy/Resteasy/commit/73463d616c4080adac937b2ace267...
Author: thilagasanthosh <thilagavathia(a)gmail.com>
Date: 2019-06-14 (Fri, 14 Jun 2019)
Changed paths:
M resteasy-dependencies-bom/pom.xml
M resteasy-jaxrs/pom.xml
Log Message:
-----------
[RESTEASY-2272] Moved to an Apache-2.0 licensed version of the JCIP annotations (#2044)
Commit: 31709b922b3e0e12065d45f04f9a89de5abef64a
https://github.com/resteasy/Resteasy/commit/31709b922b3e0e12065d45f04f9a8...
Author: NicoNes <nicolas.nesmon(a)gmail.com>
Date: 2019-06-14 (Fri, 14 Jun 2019)
Changed paths:
M profiling-tests/src/test/java/org/jboss/resteasy/test/profiling/InMemoryClientEngine.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/client/core/executors/InMemoryClientExecutor.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/interception/PreMatchContainerRequestContext.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/mock/MockHttpRequest.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/specimpl/ResteasyHttpHeaders.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/specimpl/UnmodifiableMultivaluedMap.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/spi/InternalDispatcher.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/ResteasyHttpHeadersTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/UnmodifiableMultivaluedMapTest.java
Log Message:
-----------
[RESTEASY-2268] ResteasyHttpHeaders does not follow JAX-RS spec concerning modifiability (#2063)
* ResteasyHttpHeaders.getRequestHeaders() and ResteasyHttpHeaders.getRequestHeader() must return not modifiable collection
Signed-off-by: NicoNes <nicolas.nesmon(a)gmail.com>
* Fix formatting
Signed-off-by: NicoNes <nicolas.nesmon(a)gmail.com>
* ContainerRequestContext.getHeaders() must return a mutable map
Signed-off-by: NicoNes <nicolas.nesmon(a)gmail.com>
* HttpRequest.getMutableHeaders() should be used anywhere we have to edit request headers
Signed-off-by: NicoNes <nicolas.nesmon(a)gmail.com>
Commit: e687a2cd69f28c2be5add9894c2107eb2a5cebee
https://github.com/resteasy/Resteasy/commit/e687a2cd69f28c2be5add9894c210...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2019-06-14 (Fri, 14 Jun 2019)
Changed paths:
M resteasy-dependencies-bom/pom.xml
Log Message:
-----------
[RESTEASY-2278] Upgrade undertow to 2.0.21.Final (#2070)
Commit: 3817c2d75e3894bfda2bf605a8f5e62676772498
https://github.com/resteasy/Resteasy/commit/3817c2d75e3894bfda2bf605a8f5e...
Author: Ron Sigal <rsigal(a)redhat.com>
Date: 2019-06-14 (Fri, 14 Jun 2019)
Changed paths:
M docbook/reference/en/en-US/modules/MicroProfile_Rest_Client.xml
Log Message:
-----------
[RESTEASY-2267] Update user guide chapter on MicroProfile config.
Compare: https://github.com/resteasy/Resteasy/compare/edd6ec73d23c...3817c2d75e38
5 years, 8 months
[resteasy/Resteasy] d796e1: [RESTEASY-2246] Dynamic features should be resolv...
by NicoNes
Branch: refs/heads/master
Home: https://github.com/resteasy/Resteasy
Commit: d796e1d24260999ea0dbd599e77824a8d0ca58eb
https://github.com/resteasy/Resteasy/commit/d796e1d24260999ea0dbd599e7782...
Author: NicoNes <nicolas.nesmon(a)gmail.com>
Date: 2019-06-14 (Fri, 14 Jun 2019)
Changed paths:
M resteasy-core-spi/src/main/java/org/jboss/resteasy/spi/interception/JaxrsInterceptorRegistryListener.java
M resteasy-core/src/main/java/org/jboss/resteasy/core/MessageBodyParameterInjector.java
M resteasy-core/src/main/java/org/jboss/resteasy/core/ResourceMethodInvoker.java
M resteasy-core/src/main/java/org/jboss/resteasy/core/interception/jaxrs/JaxrsInterceptorRegistryImpl.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/DynamicFeatureTest.java
Log Message:
-----------
[RESTEASY-2246] Dynamic features should be resolved once for each resource method (#2056)
* [RESTEASY-2251] Test for DynamicFeature
* Fix DynamicFeature.configure() multiple invocations
Signed-off-by: NicoNes <nicolas.nesmon(a)gmail.com>
* Fix DynamicFeature.configure() multiple invocations
Signed-off-by: NicoNes <nicolas.nesmon(a)gmail.com>
5 years, 8 months
[resteasy/Resteasy] 361567: [RESTEASY-2268] ResteasyHttpHeaders does not follo...
by NicoNes
Branch: refs/heads/master
Home: https://github.com/resteasy/Resteasy
Commit: 3615672eac918c04ea13e95ad04d063ca93565c3
https://github.com/resteasy/Resteasy/commit/3615672eac918c04ea13e95ad04d0...
Author: NicoNes <nicolas.nesmon(a)gmail.com>
Date: 2019-06-10 (Mon, 10 Jun 2019)
Changed paths:
M profiling-tests/src/test/java/org/jboss/resteasy/test/profiling/InMemoryClientEngine.java
M resteasy-core/src/main/java/org/jboss/resteasy/core/InternalDispatcher.java
M resteasy-core/src/main/java/org/jboss/resteasy/core/interception/jaxrs/PreMatchContainerRequestContext.java
M resteasy-core/src/main/java/org/jboss/resteasy/mock/MockHttpRequest.java
M resteasy-core/src/main/java/org/jboss/resteasy/specimpl/ResteasyHttpHeaders.java
M resteasy-core/src/main/java/org/jboss/resteasy/specimpl/UnmodifiableMultivaluedMap.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/ResteasyHttpHeadersTest.java
A testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/util/UnmodifiableMultivaluedMapTest.java
Log Message:
-----------
[RESTEASY-2268] ResteasyHttpHeaders does not follow JAX-RS spec concerning modifiability (#2063)
* ResteasyHttpHeaders.getRequestHeaders() and ResteasyHttpHeaders.getRequestHeader() must return not modifiable collection
Signed-off-by: NicoNes <nicolas.nesmon(a)gmail.com>
* Fix formatting
Signed-off-by: NicoNes <nicolas.nesmon(a)gmail.com>
* ContainerRequestContext.getHeaders() must return a mutable map
Signed-off-by: NicoNes <nicolas.nesmon(a)gmail.com>
* HttpRequest.getMutableHeaders() should be used anywhere we have to edit request headers
Signed-off-by: NicoNes <nicolas.nesmon(a)gmail.com>
5 years, 8 months