[resteasy/Resteasy] 166c2a: RESTEASY-1841
by GitHub
Branch: refs/heads/3.5
Home: https://github.com/resteasy/Resteasy
Commit: 166c2abb965b6b5291bd490e4ccaf45f365dab1c
https://github.com/resteasy/Resteasy/commit/166c2abb965b6b5291bd490e4ccaf...
Author: Weinan Li <l.weinan(a)gmail.com>
Date: 2018-04-13 (Fri, 13 Apr 2018)
Changed paths:
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/multipart/Jackson2MultipartFormTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/multipart/JsonForm.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/multipart/JsonFormResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/multipart/JsonUser.java
Log Message:
-----------
RESTEASY-1841
Create code example to show how to inject JSON format data into @MultipartForm parameter correctly
Commit: 0dfb6aa39ea88044b0d435a795f8ddd37479cd90
https://github.com/resteasy/Resteasy/commit/0dfb6aa39ea88044b0d435a795f8d...
Author: Weinan Li <l.weinan(a)gmail.com>
Date: 2018-04-13 (Fri, 13 Apr 2018)
Changed paths:
M docbook/pom.xml
M docbook/reference/en/en-US/master.xml
M docbook/reference/en/en-US/modules/Multipart.xml
Log Message:
-----------
RESTEASY-1842
Commit: 057be151d1243b6ed945cb4ba283089c27541af6
https://github.com/resteasy/Resteasy/commit/057be151d1243b6ed945cb4ba2830...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2018-04-13 (Fri, 13 Apr 2018)
Changed paths:
M providers/jackson2/src/main/java/org/jboss/resteasy/plugins/providers/jackson/PatchMethodFilter.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/spi/BadRequestException.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/patch/PatchErrorHandlingTest.java
Log Message:
-----------
[RESTEASY-1823] Patch response codes not found, bad request, conflict are not propagated in the response
Commit: 00f39f592a6da1bfc428f703fcc800c49bde14a4
https://github.com/resteasy/Resteasy/commit/00f39f592a6da1bfc428f703fcc80...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2018-04-13 (Fri, 13 Apr 2018)
Changed paths:
M providers/json-binding/src/main/java/org/jboss/resteasy/plugins/providers/jsonb/JsonBindingProvider.java
M providers/json-binding/src/main/java/org/jboss/resteasy/plugins/providers/jsonb/i18n/Messages.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/spi/ReaderException.java
Log Message:
-----------
Less verbose logging
Commit: 374032cfefba8952b4f22847190d1dbd62423a7f
https://github.com/resteasy/Resteasy/commit/374032cfefba8952b4f22847190d1...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2018-04-13 (Fri, 13 Apr 2018)
Changed paths:
M providers/json-binding/pom.xml
Log Message:
-----------
[RESTEASY-1827] Fix org.glassfish:javax.json dependency scope
Commit: 8038b794297a92705dd2308ddb361f00842b00fd
https://github.com/resteasy/Resteasy/commit/8038b794297a92705dd2308ddb361...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2018-04-13 (Fri, 13 Apr 2018)
Changed paths:
M pom.xml
M resteasy-cache/resteasy-cache-core/pom.xml
M resteasy-dependencies-bom/pom.xml
Log Message:
-----------
[RESTEASY-1844] Move to jettison 1.4.0 and jboss-marshalling-osgi 2.0.5.Final (due to JBMAR-216)
Commit: dc710830a384532c6259da232332e7b8d08e65f2
https://github.com/resteasy/Resteasy/commit/dc710830a384532c6259da232332e...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2018-04-13 (Fri, 13 Apr 2018)
Changed paths:
M resteasy-cache/resteasy-cache-core/pom.xml
Log Message:
-----------
[RESTEASY-1844] No need for dep version in resteasy-cache-core when resteasy-dependencies pom is pusblished on repo
Compare: https://github.com/resteasy/Resteasy/compare/aa425b662f00...dc710830a384
6 years, 8 months
[resteasy/Resteasy] c3c9eb: RESTEASY-1841
by GitHub
Branch: refs/heads/master
Home: https://github.com/resteasy/Resteasy
Commit: c3c9eb6dd3fba2a41823ba538f5c72292871eec6
https://github.com/resteasy/Resteasy/commit/c3c9eb6dd3fba2a41823ba538f5c7...
Author: Weinan Li <l.weinan(a)gmail.com>
Date: 2018-04-09 (Mon, 09 Apr 2018)
Changed paths:
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/multipart/Jackson2MultipartFormTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/multipart/JsonForm.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/multipart/JsonFormResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/multipart/JsonUser.java
Log Message:
-----------
RESTEASY-1841
Create code example to show how to inject JSON format data into @MultipartForm parameter correctly
6 years, 8 months