[resteasy/Resteasy] 6761ea: RESTEASY-1423: Respect private & no-store cache co...
by GitHub
Branch: refs/heads/master
Home: https://github.com/resteasy/Resteasy
Commit: 6761eac46cf59882b29aeda8f86d3d87e4481730
https://github.com/resteasy/Resteasy/commit/6761eac46cf59882b29aeda8f86d3...
Author: Matthias <dxtr66(a)gmail.com>
Date: 2016-08-30 (Tue, 30 Aug 2016)
Changed paths:
M resteasy-cache/resteasy-cache-core/src/main/java/org/jboss/resteasy/plugins/cache/server/ServerCacheInterceptor.java
M testsuite/integration-tests/pom.xml
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cache/ServerCacheInterceptorTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cache/resource/ServerCacheInterceptorResource.java
Log Message:
-----------
RESTEASY-1423: Respect private & no-store cache control flags (#853)
* RESTEASY-1423: Respect private & no-store cache control flags
* add check to ServerCacheInterceptor for private & no-store flag
* add org.mockito for easier unit testing
* add unit test for ServerCacheInterceptor
* RESTEASY-1423: remove mockito dependency & unit test
* RESTEASY-1423: add integration test for ServerCacheInterceptor
8 years, 1 month
[resteasy/Resteasy] 35653c: RESTEASY-1405: Support InputPart form parameters f...
by GitHub
Branch: refs/heads/master
Home: https://github.com/resteasy/Resteasy
Commit: 35653c17626305489c3311b0314c524823c0ee36
https://github.com/resteasy/Resteasy/commit/35653c17626305489c3311b0314c5...
Author: Chris Rankin <rankincj(a)googlemail.com>
Date: 2016-08-30 (Tue, 30 Aug 2016)
Changed paths:
M providers/multipart/src/main/java/org/jboss/resteasy/plugins/providers/multipart/MultipartFormAnnotationReader.java
Log Message:
-----------
RESTEASY-1405: Support InputPart form parameters for @MultipartForm.
Commit: 54c8c0bf6b48ad0774f4d88eff0e82474ed3793e
https://github.com/resteasy/Resteasy/commit/54c8c0bf6b48ad0774f4d88eff0e8...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2016-08-30 (Tue, 30 Aug 2016)
Changed paths:
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/Resteasy1405Test.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/resteasy1405/ByFieldForm.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/resteasy1405/BySetterForm.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/resteasy1405/InputData.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/resteasy1405/MyResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/resteasy1405/OutputData.java
Log Message:
-----------
[RESTEASY-1405] Adding testcase to new integration testsuite location
Commit: 4d5cad136d9ed1b080f06d2213dc90461d071de0
https://github.com/resteasy/Resteasy/commit/4d5cad136d9ed1b080f06d2213dc9...
Author: Alessio Soldano <soldano.servizi(a)email.it>
Date: 2016-08-30 (Tue, 30 Aug 2016)
Changed paths:
M providers/multipart/src/main/java/org/jboss/resteasy/plugins/providers/multipart/MultipartFormAnnotationReader.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/Resteasy1405Test.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/resteasy1405/ByFieldForm.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/resteasy1405/BySetterForm.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/resteasy1405/InputData.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/resteasy1405/MyResource.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/resteasy1405/OutputData.java
Log Message:
-----------
Merge pull request #908 from asoldano/my-RESTEASY-1405
resteasy 1405 (same as #844 but rebased on current master)
Compare: https://github.com/resteasy/Resteasy/compare/f3ff9188c78a...4d5cad136d9e
8 years, 1 month
[resteasy/Resteasy] ba570b: [RESTEASY-1287, JBEAP-2963] RESTEasy-Spring is una...
by GitHub
Branch: refs/heads/master
Home: https://github.com/resteasy/Resteasy
Commit: ba570b0c921d32014b2bbc3c0ac44091ffc5da1b
https://github.com/resteasy/Resteasy/commit/ba570b0c921d32014b2bbc3c0ac44...
Author: Martin Stefanko <xstefank(a)users.noreply.github.com>
Date: 2016-08-30 (Tue, 30 Aug 2016)
Changed paths:
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/plugins/server/servlet/ResteasyBootstrap.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/spi/ResteasyDeployment.java
M resteasy-spring/src/main/java/org/jboss/resteasy/plugins/spring/SpringBeanProcessor.java
M resteasy-spring/src/main/java/org/jboss/resteasy/plugins/spring/SpringContextLoaderSupport.java
M resteasy-spring/src/main/java/org/jboss/resteasy/plugins/spring/i18n/Messages.java
M testsuite/integration-tests-spring/unit/src/test/java/org/jboss/resteasy/test/spring/unit/SpringContextLoaderTest.java
Log Message:
-----------
[RESTEASY-1287, JBEAP-2963] RESTEasy-Spring is unable to set mediaTypeMappings in ResteasyDeployment by bean settings (#893)
8 years, 1 month