Branch: refs/heads/master
Home:
https://github.com/resteasy/Resteasy
Commit: 90365685858842ea9ee3a942f0d427488440e88f
https://github.com/resteasy/Resteasy/commit/90365685858842ea9ee3a942f0d42...
Author: Wei Nan Li <l.weinan(a)gmail.com>
Date: 2019-03-11 (Mon, 11 Mar 2019)
Changed paths:
M resteasy-dependencies-bom/pom.xml
M resteasy-spring/pom.xml
M resteasy-spring/src/main/resources/springmvc-resteasy.xml
R
resteasy-spring/src/test/java/org/jboss/resteasy/client/spring/test/BasicSpringTest.java
R
resteasy-spring/src/test/java/org/jboss/resteasy/springmvc/test/client/BasicResource.java
R
resteasy-spring/src/test/java/org/jboss/resteasy/springmvc/test/client/BasicSpringTest.java
R
resteasy-spring/src/test/java/org/jboss/resteasy/springmvc/test/jaxb/BasicJaxbObject.java
R
resteasy-spring/src/test/java/org/jboss/resteasy/springmvc/test/resources/BasicResourceImpl.java
R
resteasy-spring/src/test/java/org/jboss/resteasy/springmvc/test/resources/CounterResource.java
R
resteasy-spring/src/test/java/org/jboss/resteasy/springmvc/test/resources/TypeMappingResource.java
R
resteasy-spring/src/test/java/org/jboss/resteasy/springmvc/test/spring/AsynchSpringTest.java
R
resteasy-spring/src/test/java/org/jboss/resteasy/springmvc/test/spring/MyTestInterceptor.java
R
resteasy-spring/src/test/java/org/jboss/resteasy/springmvc/test/spring/MyTestInterceptorCountController.java
R
resteasy-spring/src/test/java/org/jboss/resteasy/springmvc/test/spring/MyTestJaxbController.java
R
resteasy-spring/src/test/java/org/jboss/resteasy/springmvc/test/view/MyCustomView.java
R
resteasy-spring/src/test/java/org/jboss/resteasy/test/i18n/I18nMessages_enTestCase.java
R
resteasy-spring/src/test/java/org/jboss/resteasy/test/i18n/I18nMessages_xxTestCase.java
R
resteasy-spring/src/test/java/org/jboss/resteasy/test/i18n/TestMessagesAbstract.java
R resteasy-spring/src/test/java/org/jboss/resteasy/test/i18n/TestMessagesParent.java
R resteasy-spring/src/test/resources/WEB-INF/applicationContext.xml
R resteasy-spring/src/test/resources/WEB-INF/web.xml
R resteasy-spring/src/test/resources/i18n/Messages.i18n_en.properties
R resteasy-spring/src/test/resources/i18n/Messages.i18n_xx.properties
R resteasy-spring/src/test/resources/javaconfig/WEB-INF/web.xml
R resteasy-spring/src/test/resources/javaconfig/index.html
R resteasy-spring/src/test/resources/spring-bean-processor-test-client.xml
R resteasy-spring/src/test/resources/spring-bean-processor-test.xml
R resteasy-spring/src/test/resources/spring-request-scope-test-server.xml
R resteasy-spring/src/test/resources/spring-test-async-server.xml
R resteasy-spring/src/test/resources/spring-test-async.xml
R resteasy-spring/src/test/resources/spring-test-client.xml
R resteasy-spring/src/test/resources/spring-test-client2.xml
R resteasy-spring/src/test/resources/spring-test-server.xml
R resteasy-spring/src/test/resources/spring-typemapping-test-server.xml
M server-adapters/pom.xml
A server-adapters/resteasy-undertow-spring/pom.xml
A
server-adapters/resteasy-undertow-spring/src/main/java/org/jboss/resteasy/plugins/server/undertow/spring/UndertowJaxrsSpringServer.java
A
server-adapters/resteasy-undertow-spring/src/test/java/org/jboss/resteasy/springmvc/test/client/BasicResource.java
A
server-adapters/resteasy-undertow-spring/src/test/java/org/jboss/resteasy/springmvc/test/client/BasicSpringTest.java
A
server-adapters/resteasy-undertow-spring/src/test/java/org/jboss/resteasy/springmvc/test/jaxb/BasicJaxbObject.java
A
server-adapters/resteasy-undertow-spring/src/test/java/org/jboss/resteasy/springmvc/test/resources/BasicResourceImpl.java
A
server-adapters/resteasy-undertow-spring/src/test/java/org/jboss/resteasy/springmvc/test/resources/CounterResource.java
A
server-adapters/resteasy-undertow-spring/src/test/java/org/jboss/resteasy/springmvc/test/resources/TypeMappingResource.java
A
server-adapters/resteasy-undertow-spring/src/test/java/org/jboss/resteasy/springmvc/test/spring/AsynchSpringTest.java
A
server-adapters/resteasy-undertow-spring/src/test/java/org/jboss/resteasy/springmvc/test/spring/MyTestInterceptor.java
A
server-adapters/resteasy-undertow-spring/src/test/java/org/jboss/resteasy/springmvc/test/spring/MyTestInterceptorCountController.java
A
server-adapters/resteasy-undertow-spring/src/test/java/org/jboss/resteasy/springmvc/test/spring/MyTestJaxbController.java
A
server-adapters/resteasy-undertow-spring/src/test/java/org/jboss/resteasy/springmvc/test/view/MyCustomView.java
A
server-adapters/resteasy-undertow-spring/src/test/java/org/jboss/resteasy/test/undertow/ApplicationContextTest.java
A
server-adapters/resteasy-undertow-spring/src/test/java/org/jboss/resteasy/test/undertow/BasicTest.java
A server-adapters/resteasy-undertow-spring/src/test/resources/spring-servlet.xml
A
server-adapters/resteasy-undertow-spring/src/test/resources/spring-test-async-server.xml
M
server-adapters/resteasy-undertow/src/main/java/org/jboss/resteasy/plugins/server/undertow/UndertowJaxrsServer.java
Log Message:
-----------
[RESTEASY-2009] - Restore / migrate to Undertow excluded tests in resteasy-spring
(#1916)
* RESTEASY-2009
Restore / migrate to Undertow excluded tests in resteasy-spring
* add resteasy-undertow-spring
* move test to resteasy-undertow-spring
* add UndertowJaxrsServer
* basic test
* update tests
* fix tests
* fix all the tests
* remote unused imports
* remove resteasy-spring tests because it is moved to resteasy-undertow-spring
* close the client; using jaxrs client instead of resteasy provided version; remove
useless comments
* close client