Branch: refs/heads/master
Home:
https://github.com/resteasy/Resteasy
Commit: cb95b891e98dca9d5af495aac1ac7b4781cb6510
https://github.com/resteasy/Resteasy/commit/cb95b891e98dca9d5af495aac1ac7...
Author: Stéphane Épardaud <stef(a)epardaud.fr>
Date: 2019-10-21 (Mon, 21 Oct 2019)
Changed paths:
M
providers/multipart/src/main/java/org/jboss/resteasy/plugins/providers/multipart/MultipartFormAnnotationReader.java
M
providers/multipart/src/main/java/org/jboss/resteasy/plugins/providers/multipart/MultipartFormAnnotationWriter.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/ContextProvidersTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/resource/ContextProvidersCustomerFormNewAnnotationOnField.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/resource/ContextProvidersCustomerFormNewAnnotationOnSetter.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/resource/ContextProvidersResource.java
Log Message:
-----------
[RESTEASY-2379] Multipart new annotations (#2191)
* Made the multipart work with the new FormParam annotations
* Test the new FormParam annotations on multipart