[resteasy/Resteasy] 974a35: [RESTEASY-2967] Remove the Google Guice integration.
by James R. Perkins
Branch: refs/heads/main
Home: https://github.com/resteasy/Resteasy
Commit: 974a35e265597d5c35af7dc2595c95a0dc0162f1
https://github.com/resteasy/Resteasy/commit/974a35e265597d5c35af7dc2595c9...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2021-07-29 (Thu, 29 Jul 2021)
Changed paths:
M distribution/assembly.xml
M distribution/pom.xml
M docbook/reference/en/en-US/master.xml
R docbook/reference/en/en-US/modules/Guice.xml
M docbook/reference/en/en-US/modules/I18N.xml
M pom.xml
M resteasy-bom/pom.xml
M resteasy-dependencies-bom/pom.xml
R resteasy-guice/pom.xml
R resteasy-guice/src/main/java/org/jboss/resteasy/plugins/guice/GuiceResourceFactory.java
R resteasy-guice/src/main/java/org/jboss/resteasy/plugins/guice/GuiceResteasyBootstrapServletContextListener.java
R resteasy-guice/src/main/java/org/jboss/resteasy/plugins/guice/ModuleProcessor.java
R resteasy-guice/src/main/java/org/jboss/resteasy/plugins/guice/RequestScoped.java
R resteasy-guice/src/main/java/org/jboss/resteasy/plugins/guice/ext/JaxrsModule.java
R resteasy-guice/src/main/java/org/jboss/resteasy/plugins/guice/ext/RequestScopeModule.java
R resteasy-guice/src/main/java/org/jboss/resteasy/plugins/guice/ext/ResponseBuilderProvider.java
R resteasy-guice/src/main/java/org/jboss/resteasy/plugins/guice/ext/UriBuilderProvider.java
R resteasy-guice/src/main/java/org/jboss/resteasy/plugins/guice/ext/VariantListBuilderProvider.java
R resteasy-guice/src/main/java/org/jboss/resteasy/plugins/guice/i18n/LogMessages.java
R resteasy-guice/src/main/java/org/jboss/resteasy/plugins/guice/i18n/Messages.java
R resteasy-guice/src/test/java/org/jboss/resteasy/plugins/guice/GuiceContextTest.java
R resteasy-guice/src/test/java/org/jboss/resteasy/plugins/guice/GuiceProviderTest.java
R resteasy-guice/src/test/java/org/jboss/resteasy/plugins/guice/ResourceTest.java
R resteasy-guice/src/test/java/org/jboss/resteasy/plugins/guice/ext/JaxrsModuleTest.java
R resteasy-guice/src/test/java/org/jboss/resteasy/plugins/guice/ext/RequestScopeModuleTest.java
R resteasy-guice/src/test/java/org/jboss/resteasy/test/i18n/I18nMessages_enTestCase.java
R resteasy-guice/src/test/java/org/jboss/resteasy/test/i18n/I18nMessages_xxTestCase.java
R resteasy-guice/src/test/java/org/jboss/resteasy/test/i18n/TestMessagesAbstract.java
R resteasy-guice/src/test/java/org/jboss/resteasy/test/i18n/TestMessagesParent.java
R resteasy-guice/src/test/resources/i18n/Messages.i18n_en.properties
R resteasy-guice/src/test/resources/i18n/Messages.i18n_xx.properties
Log Message:
-----------
[RESTEASY-2967] Remove the Google Guice integration.
https://issues.redhat.com/browse/RESTEASY-2967
Commit: 8e64b0650e0066ac1b73299affac3facd182a988
https://github.com/resteasy/Resteasy/commit/8e64b0650e0066ac1b73299affac3...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2021-07-29 (Thu, 29 Jul 2021)
Changed paths:
M distribution/assembly.xml
M distribution/pom.xml
M docbook/reference/en/en-US/master.xml
R docbook/reference/en/en-US/modules/Guice.xml
M docbook/reference/en/en-US/modules/I18N.xml
M pom.xml
M resteasy-bom/pom.xml
M resteasy-dependencies-bom/pom.xml
R resteasy-guice/pom.xml
R resteasy-guice/src/main/java/org/jboss/resteasy/plugins/guice/GuiceResourceFactory.java
R resteasy-guice/src/main/java/org/jboss/resteasy/plugins/guice/GuiceResteasyBootstrapServletContextListener.java
R resteasy-guice/src/main/java/org/jboss/resteasy/plugins/guice/ModuleProcessor.java
R resteasy-guice/src/main/java/org/jboss/resteasy/plugins/guice/RequestScoped.java
R resteasy-guice/src/main/java/org/jboss/resteasy/plugins/guice/ext/JaxrsModule.java
R resteasy-guice/src/main/java/org/jboss/resteasy/plugins/guice/ext/RequestScopeModule.java
R resteasy-guice/src/main/java/org/jboss/resteasy/plugins/guice/ext/ResponseBuilderProvider.java
R resteasy-guice/src/main/java/org/jboss/resteasy/plugins/guice/ext/UriBuilderProvider.java
R resteasy-guice/src/main/java/org/jboss/resteasy/plugins/guice/ext/VariantListBuilderProvider.java
R resteasy-guice/src/main/java/org/jboss/resteasy/plugins/guice/i18n/LogMessages.java
R resteasy-guice/src/main/java/org/jboss/resteasy/plugins/guice/i18n/Messages.java
R resteasy-guice/src/test/java/org/jboss/resteasy/plugins/guice/GuiceContextTest.java
R resteasy-guice/src/test/java/org/jboss/resteasy/plugins/guice/GuiceProviderTest.java
R resteasy-guice/src/test/java/org/jboss/resteasy/plugins/guice/ResourceTest.java
R resteasy-guice/src/test/java/org/jboss/resteasy/plugins/guice/ext/JaxrsModuleTest.java
R resteasy-guice/src/test/java/org/jboss/resteasy/plugins/guice/ext/RequestScopeModuleTest.java
R resteasy-guice/src/test/java/org/jboss/resteasy/test/i18n/I18nMessages_enTestCase.java
R resteasy-guice/src/test/java/org/jboss/resteasy/test/i18n/I18nMessages_xxTestCase.java
R resteasy-guice/src/test/java/org/jboss/resteasy/test/i18n/TestMessagesAbstract.java
R resteasy-guice/src/test/java/org/jboss/resteasy/test/i18n/TestMessagesParent.java
R resteasy-guice/src/test/resources/i18n/Messages.i18n_en.properties
R resteasy-guice/src/test/resources/i18n/Messages.i18n_xx.properties
Log Message:
-----------
Merge pull request #2878 from jamezp/RESTEASY-2967
[RESTEASY-2967] Remove the Google Guice integration.
Compare: https://github.com/resteasy/Resteasy/compare/30519d4c50d3...8e64b0650e00
3 years, 2 months
[resteasy/Resteasy] 30519d: RESTEASY-2979 remove spring components (#2877)
by 阿男
Branch: refs/heads/main
Home: https://github.com/resteasy/Resteasy
Commit: 30519d4c50d3d04432c8769d78ef8a16bd99daa0
https://github.com/resteasy/Resteasy/commit/30519d4c50d3d04432c8769d78ef8...
Author: 阿男 <l.weinan(a)gmail.com>
Date: 2021-07-29 (Thu, 29 Jul 2021)
Changed paths:
M jboss-modules/build.xml
M jboss-modules/pom.xml
M pom.xml
M resteasy-bom/pom.xml
R resteasy-spring-web/pom.xml
R resteasy-spring-web/src/main/java/org/jboss/resteasy/spi/metadata/SpringResourceBuilder.java
R resteasy-spring-web/src/main/java/org/jboss/resteasy/spring/web/ResponseEntityContainerResponseFilter.java
R resteasy-spring-web/src/main/java/org/jboss/resteasy/spring/web/ResponseEntityFeature.java
R resteasy-spring-web/src/main/java/org/jboss/resteasy/spring/web/ResponseStatusContainerResponseFilter.java
R resteasy-spring-web/src/main/java/org/jboss/resteasy/spring/web/ResponseStatusFeature.java
R resteasy-spring/WEB-INF/applicationContext.xml
R resteasy-spring/pom.xml
R resteasy-spring/src/main/java/org/jboss/resteasy/client/spring/RestClientProxyFactoryBean.java
R resteasy-spring/src/main/java/org/jboss/resteasy/plugins/spring/AsyncronousDispatcherManager.java
R resteasy-spring/src/main/java/org/jboss/resteasy/plugins/spring/BeanNameFilter.java
R resteasy-spring/src/main/java/org/jboss/resteasy/plugins/spring/OptionalValueBeanFactory.java
R resteasy-spring/src/main/java/org/jboss/resteasy/plugins/spring/ResourceRegistrationFilter.java
R resteasy-spring/src/main/java/org/jboss/resteasy/plugins/spring/ResteasyClientInitializer.java
R resteasy-spring/src/main/java/org/jboss/resteasy/plugins/spring/ResteasyRegistration.java
R resteasy-spring/src/main/java/org/jboss/resteasy/plugins/spring/SpringBeanProcessor.java
R resteasy-spring/src/main/java/org/jboss/resteasy/plugins/spring/SpringBeanProcessorServletAware.java
R resteasy-spring/src/main/java/org/jboss/resteasy/plugins/spring/SpringContextLoader.java
R resteasy-spring/src/main/java/org/jboss/resteasy/plugins/spring/SpringContextLoaderListener.java
R resteasy-spring/src/main/java/org/jboss/resteasy/plugins/spring/SpringContextLoaderSupport.java
R resteasy-spring/src/main/java/org/jboss/resteasy/plugins/spring/SpringResourceFactory.java
R resteasy-spring/src/main/java/org/jboss/resteasy/plugins/spring/i18n/LogMessages.java
R resteasy-spring/src/main/java/org/jboss/resteasy/plugins/spring/i18n/Messages.java
R resteasy-spring/src/main/java/org/jboss/resteasy/propertyeditor/mediatype/editor/MediaTypeEditor.java
R resteasy-spring/src/main/java/org/jboss/resteasy/springmvc/JettyLifecycleManager.java
R resteasy-spring/src/main/java/org/jboss/resteasy/springmvc/RequestUtil.java
R resteasy-spring/src/main/java/org/jboss/resteasy/springmvc/ResteasyHandlerAdapter.java
R resteasy-spring/src/main/java/org/jboss/resteasy/springmvc/ResteasyHandlerMapping.java
R resteasy-spring/src/main/java/org/jboss/resteasy/springmvc/ResteasyNoResourceFoundView.java
R resteasy-spring/src/main/java/org/jboss/resteasy/springmvc/ResteasyRequestWrapper.java
R resteasy-spring/src/main/java/org/jboss/resteasy/springmvc/ResteasySpringDispatcherServlet.java
R resteasy-spring/src/main/java/org/jboss/resteasy/springmvc/ResteasyView.java
R resteasy-spring/src/main/java/org/jboss/resteasy/springmvc/ResteasyWebArgumentResolver.java
R resteasy-spring/src/main/java/org/jboss/resteasy/springmvc/ResteasyWebHandlerTemplate.java
R resteasy-spring/src/main/java/org/jboss/resteasy/springmvc/annotation/RestfulData.java
R resteasy-spring/src/main/resources/springmvc-resteasy.xml
M server-adapters/pom.xml
R testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/utils/TestUtilSpring.java
M testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/utils/maven/MavenUtil.java
R testsuite/integration-tests-spring-web/deployment/pom.xml
R testsuite/integration-tests-spring-web/deployment/src/test/java/org/jboss/resteasy/test/spring/web/deployment/SpringWebTest.java
R testsuite/integration-tests-spring-web/deployment/src/test/java/org/jboss/resteasy/test/spring/web/deployment/resource/Greeting.java
R testsuite/integration-tests-spring-web/deployment/src/test/java/org/jboss/resteasy/test/spring/web/deployment/resource/GreetingControllerWithNoRequestMapping.java
R testsuite/integration-tests-spring-web/deployment/src/test/java/org/jboss/resteasy/test/spring/web/deployment/resource/ResponseEntityController.java
R testsuite/integration-tests-spring-web/deployment/src/test/java/org/jboss/resteasy/test/spring/web/deployment/resource/ResponseStatusController.java
R testsuite/integration-tests-spring-web/deployment/src/test/java/org/jboss/resteasy/test/spring/web/deployment/resource/SomeClass.java
R testsuite/integration-tests-spring-web/deployment/src/test/java/org/jboss/resteasy/test/spring/web/deployment/resource/TestController.java
R testsuite/integration-tests-spring-web/deployment/src/test/resources/arquillian.xml
R testsuite/integration-tests-spring-web/deployment/src/test/resources/jboss-deployment-structure.xml
R testsuite/integration-tests-spring-web/deployment/src/test/resources/org/jboss/resteasy/test/spring/web/deployment/module/module.xml
R testsuite/integration-tests-spring-web/deployment/src/test/resources/org/jboss/resteasy/test/spring/web/deployment/web.xml
R testsuite/integration-tests-spring-web/pom.xml
R testsuite/integration-tests-spring/deployment/pom.xml
R testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/AddSpringResteasyAsResourceRootTest.java
R testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/ContactsDependenciesInDeploymentTest.java
R testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/ContextRefreshDependenciesInDeploymentTest.java
R testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/JavaConfigDependenciesInDeploymentTest.java
R testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/JaxrsWithSpringMVCTest.java
R testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/RequestScopedBeanDependenciesInDeploymentTest.java
R testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/SpringBeanProcessorDependenciesInDeploymentTest.java
R testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/SpringLocatingResourceDependenciesInDeploymentTest.java
R testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/SpringWebappContextDependenciesInDeploymentTest.java
R testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/TypeMappingDependenciesInDeploymentTest.java
R testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/Contact.java
R testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/ContactService.java
R testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/Contacts.java
R testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/ContactsResource.java
R testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/ContextRefreshResource.java
R testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/ContextRefreshTrigger.java
R testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/Greeting.java
R testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/GreetingController.java
R testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/JavaConfigBeanConfiguration.java
R testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/JavaConfigResource.java
R testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/JavaConfigService.java
R testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/JaxrsApplication.java
R testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/NumbersResource.java
R testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/RequestScopedBeanBean.java
R testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/RequestScopedBeanBeanFactoryBean.java
R testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/RequestScopedBeanInnerBean.java
R testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/RequestScopedBeanInnerBeanImpl.java
R testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/RequestScopedBeanQualifierInjectorFactoryImpl.java
R testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/RequestScopedBeanTestBean.java
R testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/RequestScopedBeanTestBeanResource.java
R testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/SpringBeanProcessorCounter.java
R testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/SpringBeanProcessorCustomer.java
R testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/SpringBeanProcessorCustomerParamConverter.java
R testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/SpringBeanProcessorCustomerParamConverterProvider.java
R testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/SpringBeanProcessorCustomerService.java
R testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/SpringBeanProcessorMyBean.java
R testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/SpringBeanProcessorMyBeanFactoryBean.java
R testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/SpringBeanProcessorMyInnerBean.java
R testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/SpringBeanProcessorMyIntercepted.java
R testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/SpringBeanProcessorMyInterceptedResource.java
R testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/SpringBeanProcessorMyInterceptor.java
R testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/SpringBeanProcessorMyPrototypedResource.java
R testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/SpringBeanProcessorMyResource.java
R testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/SpringBeanProcessorMyWriter.java
R testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/SpringBeanProcessorResourceConfiguration.java
R testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/SpringBeanProcessorScannedResource.java
R testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/SpringBeanProcessorSpringBeanProcessorMyInnerBeanImpl.java
R testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/SpringLocatingLocatingResource.java
R testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/SpringLocatingSimpleResource.java
R testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/SpringWebappContextResource.java
R testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/TestResource.java
R testsuite/integration-tests-spring/deployment/src/test/java/org/jboss/resteasy/test/spring/deployment/resource/TypeMappingResource.java
R testsuite/integration-tests-spring/deployment/src/test/resources/arquillian.xml
R testsuite/integration-tests-spring/deployment/src/test/resources/org/jboss/resteasy/test/spring/deployment/applicationContext.xml
R testsuite/integration-tests-spring/deployment/src/test/resources/org/jboss/resteasy/test/spring/deployment/contacts/springmvc-servlet.xml
R testsuite/integration-tests-spring/deployment/src/test/resources/org/jboss/resteasy/test/spring/deployment/contacts/web.xml
R testsuite/integration-tests-spring/deployment/src/test/resources/org/jboss/resteasy/test/spring/deployment/contextRefresh/applicationContext.xml
R testsuite/integration-tests-spring/deployment/src/test/resources/org/jboss/resteasy/test/spring/deployment/javaConfig/web.xml
R testsuite/integration-tests-spring/deployment/src/test/resources/org/jboss/resteasy/test/spring/deployment/jaxrsWithSpringMVC/spring-servlet.xml
R testsuite/integration-tests-spring/deployment/src/test/resources/org/jboss/resteasy/test/spring/deployment/jaxrsWithSpringMVC/web.xml
R testsuite/integration-tests-spring/deployment/src/test/resources/org/jboss/resteasy/test/spring/deployment/mvc-dispatcher-servlet/applicationContext.xml
R testsuite/integration-tests-spring/deployment/src/test/resources/org/jboss/resteasy/test/spring/deployment/mvc-dispatcher-servlet/mvc-dispatcher-servlet.xml
R testsuite/integration-tests-spring/deployment/src/test/resources/org/jboss/resteasy/test/spring/deployment/mvc-dispatcher-servlet/web.xml
R testsuite/integration-tests-spring/deployment/src/test/resources/org/jboss/resteasy/test/spring/deployment/requestScopedBean/spring-request-scope-test-server.xml
R testsuite/integration-tests-spring/deployment/src/test/resources/org/jboss/resteasy/test/spring/deployment/springBeanProcessor/spring-bean-processor-test.xml
R testsuite/integration-tests-spring/deployment/src/test/resources/org/jboss/resteasy/test/spring/deployment/springLocatingResource/applicationContext.xml
R testsuite/integration-tests-spring/deployment/src/test/resources/org/jboss/resteasy/test/spring/deployment/springWebAppContext/applicationContext.xml
R testsuite/integration-tests-spring/deployment/src/test/resources/org/jboss/resteasy/test/spring/deployment/typeMapping/spring-typemapping-test-server.xml
R testsuite/integration-tests-spring/deployment/src/test/resources/org/jboss/resteasy/test/spring/deployment/web-no-mvc-no-listener.xml
R testsuite/integration-tests-spring/deployment/src/test/resources/org/jboss/resteasy/test/spring/deployment/web.xml
R testsuite/integration-tests-spring/inmodule/pom.xml
R testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/AddSpringResteasyAsResourceRootInModuleTest.java
R testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/ContactsTest.java
R testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/ContextRefreshTest.java
R testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/JavaConfigTest.java
R testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/RESTEasy828Test.java
R testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/RequestScopedBeanTest.java
R testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/SpringBeanProcessorTest.java
R testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/SpringLocatingResourceTest.java
R testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/SpringMvcHttpResponseCodesTest.java
R testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/SpringWebappContextTest.java
R testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/TypeMappingTest.java
R testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/Contact.java
R testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/ContactService.java
R testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/Contacts.java
R testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/ContactsResource.java
R testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/ContextRefreshResource.java
R testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/ContextRefreshTrigger.java
R testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/JavaConfigBeanConfiguration.java
R testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/JavaConfigResource.java
R testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/JavaConfigService.java
R testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/RESTEasy828Resource.java
R testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/RequestScopedBeanBean.java
R testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/RequestScopedBeanBeanFactoryBean.java
R testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/RequestScopedBeanInnerBean.java
R testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/RequestScopedBeanInnerBeanImpl.java
R testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/RequestScopedBeanQualifierInjectorFactoryImpl.java
R testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/RequestScopedBeanTestBean.java
R testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/RequestScopedBeanTestBeanResource.java
R testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/SpringBeanProcessorCounter.java
R testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/SpringBeanProcessorCustomer.java
R testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/SpringBeanProcessorCustomerParamConverter.java
R testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/SpringBeanProcessorCustomerParamConverterProvider.java
R testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/SpringBeanProcessorCustomerService.java
R testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/SpringBeanProcessorMyBean.java
R testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/SpringBeanProcessorMyBeanFactoryBean.java
R testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/SpringBeanProcessorMyInnerBean.java
R testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/SpringBeanProcessorMyIntercepted.java
R testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/SpringBeanProcessorMyInterceptedResource.java
R testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/SpringBeanProcessorMyInterceptor.java
R testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/SpringBeanProcessorMyPrototypedResource.java
R testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/SpringBeanProcessorMyResource.java
R testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/SpringBeanProcessorMyWriter.java
R testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/SpringBeanProcessorResourceConfiguration.java
R testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/SpringBeanProcessorScannedResource.java
R testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/SpringBeanProcessorSpringBeanProcessorMyInnerBeanImpl.java
R testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/SpringLocatingLocatingResource.java
R testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/SpringLocatingSimpleResource.java
R testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/SpringMvcHttpResponseCodesPerson.java
R testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/SpringMvcHttpResponseCodesResource.java
R testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/SpringWebappContextResource.java
R testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/TestResource.java
R testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/TypeMappingResource.java
R testsuite/integration-tests-spring/inmodule/src/test/resources/arquillian.xml
R testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/applicationContext.xml
R testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/contacts/springmvc-servlet.xml
R testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/contacts/web.xml
R testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/contextRefresh/applicationContext.xml
R testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/javaConfig/web.xml
R testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/module/module.xml
R testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/mvc-dispatcher-servlet/applicationContext.xml
R testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/mvc-dispatcher-servlet/mvc-dispatcher-servlet.xml
R testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/mvc-dispatcher-servlet/web.xml
R testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/requestScopedBean/spring-request-scope-test-server.xml
R testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/resteasy828/applicationContext.xml
R testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/resteasy828/web.xml
R testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/roles.properties
R testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/springBeanProcessor/spring-bean-processor-test.xml
R testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/springLocatingResource/applicationContext.xml
R testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/springLocatingResource/web.xml
R testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/springMvcHttpResponseCodes/applicationContext.xml
R testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/springMvcHttpResponseCodes/jboss-web.xml
R testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/springMvcHttpResponseCodes/mvc-dispatcher-servlet.xml
R testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/springMvcHttpResponseCodes/web-secure.xml
R testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/springWebAppContext/applicationContext.xml
R testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/typeMapping/spring-typemapping-test-server.xml
R testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/users.properties
R testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/web-no-mvc-no-listener.xml
R testsuite/integration-tests-spring/inmodule/src/test/resources/org/jboss/resteasy/test/spring/inmodule/web.xml
R testsuite/integration-tests-spring/pom.xml
R testsuite/integration-tests-spring/unit/pom.xml
R testsuite/integration-tests-spring/unit/src/test/java/org/jboss/resteasy/test/spring/unit/MediaTypePropertyEditorTest.java
R testsuite/integration-tests-spring/unit/src/test/java/org/jboss/resteasy/test/spring/unit/SpringContextLoaderSubclass.java
R testsuite/integration-tests-spring/unit/src/test/java/org/jboss/resteasy/test/spring/unit/SpringContextLoaderTest.java
M testsuite/pom.xml
Log Message:
-----------
RESTEASY-2979 remove spring components (#2877)
* remove spring components
* change spring GAV of resteasy-spring components
* remove all spring components
3 years, 2 months
[resteasy/Resteasy] 16dcc0: Prepare for 4.7.1.Final release
by James R. Perkins
Branch: refs/heads/4.7
Home: https://github.com/resteasy/Resteasy
Commit: 16dcc09627d669cdf1fe17d0b61d9166fffc8852
https://github.com/resteasy/Resteasy/commit/16dcc09627d669cdf1fe17d0b61d9...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2021-07-23 (Fri, 23 Jul 2021)
Changed paths:
M arquillian/RESTEASY-1056-jetty-bv11/pom.xml
M arquillian/RESTEASY-1630-jetty-resteasy-servlet-initializer/pom.xml
M arquillian/RESTEASY-736-jetty/pom.xml
M arquillian/pom.xml
M distribution/pom.xml
M distribution/src-distribution/pom.xml
M docbook/pom.xml
M docbook/reference/en/en-US/master.xml
M docbook/reference/en/en-US/modules/Cache_NoCache_CacheControl.xml
M docbook/reference/en/en-US/modules/Installation_Configuration.xml
M docbook/reference/en/en-US/modules/Json-p.xml
M docbook/reference/en/en-US/modules/Links.xml
M docbook/reference/en/en-US/modules/RESTEasy_Embedded_Container.xml
M docbook/reference/en/en-US/modules/RESTEasy_Spring_Integration.xml
M docbook/reference/en/en-US/modules/signature.xml
M docbook/reference/en/en-US/modules/smime.xml
M jboss-modules/pom.xml
M pom.xml
M profiling-tests/pom.xml
M providers/fastinfoset/pom.xml
M providers/jackson2/pom.xml
M providers/jaxb/pom.xml
M providers/json-binding/pom.xml
M providers/json-p-ee7/pom.xml
M providers/multipart/pom.xml
M providers/pom.xml
M providers/resteasy-atom/pom.xml
M providers/resteasy-html/pom.xml
M providers/resteasy-validator-provider/pom.xml
M resteasy-bom/pom.xml
M resteasy-cache/pom.xml
M resteasy-cache/resteasy-cache-core/pom.xml
M resteasy-cdi/pom.xml
M resteasy-client-api/pom.xml
M resteasy-client-jetty/pom.xml
M resteasy-client-microprofile-base/pom.xml
M resteasy-client-microprofile/pom.xml
M resteasy-client-reactor-netty/pom.xml
M resteasy-client-vertx/pom.xml
M resteasy-client/pom.xml
M resteasy-core-spi/pom.xml
M resteasy-core/pom.xml
M resteasy-dependencies-bom/pom.xml
M resteasy-guice/pom.xml
M resteasy-jsapi/pom.xml
M resteasy-links/pom.xml
M resteasy-reactive-context/pom.xml
M resteasy-reactor/pom.xml
M resteasy-rxjava2/pom.xml
M resteasy-servlet-initializer/pom.xml
M resteasy-spring-web/pom.xml
M resteasy-spring/pom.xml
M resteasy-stats/pom.xml
M resteasy-upgrade-guide/pom.xml
M resteasy-wadl-undertow-connector/pom.xml
M resteasy-wadl/pom.xml
M security/jose-jwt/pom.xml
M security/pom.xml
M security/resteasy-crypto/pom.xml
M server-adapters/pom.xml
M server-adapters/resteasy-jdk-http/pom.xml
M server-adapters/resteasy-netty4-cdi/pom.xml
M server-adapters/resteasy-netty4/pom.xml
M server-adapters/resteasy-reactor-netty/pom.xml
M server-adapters/resteasy-undertow-spring/pom.xml
M server-adapters/resteasy-undertow/pom.xml
M server-adapters/resteasy-vertx/pom.xml
M testsuite/arquillian-utils/pom.xml
M testsuite/integration-tests-embedded/pom.xml
M testsuite/integration-tests-spring-web/deployment/pom.xml
M testsuite/integration-tests-spring-web/pom.xml
M testsuite/integration-tests-spring/deployment/pom.xml
M testsuite/integration-tests-spring/inmodule/pom.xml
M testsuite/integration-tests-spring/pom.xml
M testsuite/integration-tests-spring/unit/pom.xml
M testsuite/integration-tests/pom.xml
M testsuite/microprofile-tck/pom.xml
M testsuite/pom.xml
M testsuite/unit-tests/pom.xml
Log Message:
-----------
Prepare for 4.7.1.Final release
Commit: b15b3b1b94ca68c2611cb325543954cad04e1e9e
https://github.com/resteasy/Resteasy/commit/b15b3b1b94ca68c2611cb32554395...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2021-07-23 (Fri, 23 Jul 2021)
Changed paths:
M arquillian/RESTEASY-1056-jetty-bv11/pom.xml
M arquillian/RESTEASY-1630-jetty-resteasy-servlet-initializer/pom.xml
M arquillian/RESTEASY-736-jetty/pom.xml
M arquillian/pom.xml
M distribution/pom.xml
M distribution/src-distribution/pom.xml
M docbook/pom.xml
M docbook/reference/en/en-US/master.xml
M docbook/reference/en/en-US/modules/Cache_NoCache_CacheControl.xml
M docbook/reference/en/en-US/modules/Installation_Configuration.xml
M docbook/reference/en/en-US/modules/Json-p.xml
M docbook/reference/en/en-US/modules/Links.xml
M docbook/reference/en/en-US/modules/RESTEasy_Embedded_Container.xml
M docbook/reference/en/en-US/modules/RESTEasy_Spring_Integration.xml
M docbook/reference/en/en-US/modules/signature.xml
M docbook/reference/en/en-US/modules/smime.xml
M jboss-modules/pom.xml
M pom.xml
M profiling-tests/pom.xml
M providers/fastinfoset/pom.xml
M providers/jackson2/pom.xml
M providers/jaxb/pom.xml
M providers/json-binding/pom.xml
M providers/json-p-ee7/pom.xml
M providers/multipart/pom.xml
M providers/pom.xml
M providers/resteasy-atom/pom.xml
M providers/resteasy-html/pom.xml
M providers/resteasy-validator-provider/pom.xml
M resteasy-bom/pom.xml
M resteasy-cache/pom.xml
M resteasy-cache/resteasy-cache-core/pom.xml
M resteasy-cdi/pom.xml
M resteasy-client-api/pom.xml
M resteasy-client-jetty/pom.xml
M resteasy-client-microprofile-base/pom.xml
M resteasy-client-microprofile/pom.xml
M resteasy-client-reactor-netty/pom.xml
M resteasy-client-vertx/pom.xml
M resteasy-client/pom.xml
M resteasy-core-spi/pom.xml
M resteasy-core/pom.xml
M resteasy-dependencies-bom/pom.xml
M resteasy-guice/pom.xml
M resteasy-jsapi/pom.xml
M resteasy-links/pom.xml
M resteasy-reactive-context/pom.xml
M resteasy-reactor/pom.xml
M resteasy-rxjava2/pom.xml
M resteasy-servlet-initializer/pom.xml
M resteasy-spring-web/pom.xml
M resteasy-spring/pom.xml
M resteasy-stats/pom.xml
M resteasy-upgrade-guide/pom.xml
M resteasy-wadl-undertow-connector/pom.xml
M resteasy-wadl/pom.xml
M security/jose-jwt/pom.xml
M security/pom.xml
M security/resteasy-crypto/pom.xml
M server-adapters/pom.xml
M server-adapters/resteasy-jdk-http/pom.xml
M server-adapters/resteasy-netty4-cdi/pom.xml
M server-adapters/resteasy-netty4/pom.xml
M server-adapters/resteasy-reactor-netty/pom.xml
M server-adapters/resteasy-undertow-spring/pom.xml
M server-adapters/resteasy-undertow/pom.xml
M server-adapters/resteasy-vertx/pom.xml
M testsuite/arquillian-utils/pom.xml
M testsuite/integration-tests-embedded/pom.xml
M testsuite/integration-tests-spring-web/deployment/pom.xml
M testsuite/integration-tests-spring-web/pom.xml
M testsuite/integration-tests-spring/deployment/pom.xml
M testsuite/integration-tests-spring/inmodule/pom.xml
M testsuite/integration-tests-spring/pom.xml
M testsuite/integration-tests-spring/unit/pom.xml
M testsuite/integration-tests/pom.xml
M testsuite/microprofile-tck/pom.xml
M testsuite/pom.xml
M testsuite/unit-tests/pom.xml
Log Message:
-----------
Next is 4.7.2
Compare: https://github.com/resteasy/Resteasy/compare/b213ee0aba58...b15b3b1b94ca
3 years, 2 months
[resteasy/Resteasy] 16dcc0: Prepare for 4.7.1.Final release
by James R. Perkins
Branch: refs/tags/4.7.1.Final
Home: https://github.com/resteasy/Resteasy
Commit: 16dcc09627d669cdf1fe17d0b61d9166fffc8852
https://github.com/resteasy/Resteasy/commit/16dcc09627d669cdf1fe17d0b61d9...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2021-07-23 (Fri, 23 Jul 2021)
Changed paths:
M arquillian/RESTEASY-1056-jetty-bv11/pom.xml
M arquillian/RESTEASY-1630-jetty-resteasy-servlet-initializer/pom.xml
M arquillian/RESTEASY-736-jetty/pom.xml
M arquillian/pom.xml
M distribution/pom.xml
M distribution/src-distribution/pom.xml
M docbook/pom.xml
M docbook/reference/en/en-US/master.xml
M docbook/reference/en/en-US/modules/Cache_NoCache_CacheControl.xml
M docbook/reference/en/en-US/modules/Installation_Configuration.xml
M docbook/reference/en/en-US/modules/Json-p.xml
M docbook/reference/en/en-US/modules/Links.xml
M docbook/reference/en/en-US/modules/RESTEasy_Embedded_Container.xml
M docbook/reference/en/en-US/modules/RESTEasy_Spring_Integration.xml
M docbook/reference/en/en-US/modules/signature.xml
M docbook/reference/en/en-US/modules/smime.xml
M jboss-modules/pom.xml
M pom.xml
M profiling-tests/pom.xml
M providers/fastinfoset/pom.xml
M providers/jackson2/pom.xml
M providers/jaxb/pom.xml
M providers/json-binding/pom.xml
M providers/json-p-ee7/pom.xml
M providers/multipart/pom.xml
M providers/pom.xml
M providers/resteasy-atom/pom.xml
M providers/resteasy-html/pom.xml
M providers/resteasy-validator-provider/pom.xml
M resteasy-bom/pom.xml
M resteasy-cache/pom.xml
M resteasy-cache/resteasy-cache-core/pom.xml
M resteasy-cdi/pom.xml
M resteasy-client-api/pom.xml
M resteasy-client-jetty/pom.xml
M resteasy-client-microprofile-base/pom.xml
M resteasy-client-microprofile/pom.xml
M resteasy-client-reactor-netty/pom.xml
M resteasy-client-vertx/pom.xml
M resteasy-client/pom.xml
M resteasy-core-spi/pom.xml
M resteasy-core/pom.xml
M resteasy-dependencies-bom/pom.xml
M resteasy-guice/pom.xml
M resteasy-jsapi/pom.xml
M resteasy-links/pom.xml
M resteasy-reactive-context/pom.xml
M resteasy-reactor/pom.xml
M resteasy-rxjava2/pom.xml
M resteasy-servlet-initializer/pom.xml
M resteasy-spring-web/pom.xml
M resteasy-spring/pom.xml
M resteasy-stats/pom.xml
M resteasy-upgrade-guide/pom.xml
M resteasy-wadl-undertow-connector/pom.xml
M resteasy-wadl/pom.xml
M security/jose-jwt/pom.xml
M security/pom.xml
M security/resteasy-crypto/pom.xml
M server-adapters/pom.xml
M server-adapters/resteasy-jdk-http/pom.xml
M server-adapters/resteasy-netty4-cdi/pom.xml
M server-adapters/resteasy-netty4/pom.xml
M server-adapters/resteasy-reactor-netty/pom.xml
M server-adapters/resteasy-undertow-spring/pom.xml
M server-adapters/resteasy-undertow/pom.xml
M server-adapters/resteasy-vertx/pom.xml
M testsuite/arquillian-utils/pom.xml
M testsuite/integration-tests-embedded/pom.xml
M testsuite/integration-tests-spring-web/deployment/pom.xml
M testsuite/integration-tests-spring-web/pom.xml
M testsuite/integration-tests-spring/deployment/pom.xml
M testsuite/integration-tests-spring/inmodule/pom.xml
M testsuite/integration-tests-spring/pom.xml
M testsuite/integration-tests-spring/unit/pom.xml
M testsuite/integration-tests/pom.xml
M testsuite/microprofile-tck/pom.xml
M testsuite/pom.xml
M testsuite/unit-tests/pom.xml
Log Message:
-----------
Prepare for 4.7.1.Final release
3 years, 2 months
[resteasy/Resteasy] cc730f: [RESTEASY-2837] Update ClientWebApplicationExcepti...
by James R. Perkins
Branch: refs/heads/4.7
Home: https://github.com/resteasy/Resteasy
Commit: cc730f36f9deb626f035a8a0b65086de54782749
https://github.com/resteasy/Resteasy/commit/cc730f36f9deb626f035a8a0b6508...
Author: Marek Kopecky <mkopecky(a)redhat.com>
Date: 2021-07-23 (Fri, 23 Jul 2021)
Changed paths:
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/exception/ClientWebApplicationExceptionMicroProfileProxyTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/exception/ClientWebApplicationExceptionResteasyProxyTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/exception/ClientWebApplicationExceptionTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/exception/resource/ClientWebApplicationExceptionMicroProfileProxyResource.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/exception/resource/ClientWebApplicationExceptionProxyResourceInterface.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/exception/resource/ClientWebApplicationExceptionResource.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/exception/resource/ClientWebApplicationExceptionResteasyProxyResource.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/ClosedResponseHandlingTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/resource/ClosedResponseHandlingResource.java
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/client/exception/webapplicationexception_web.xml
Log Message:
-----------
[RESTEASY-2837] Update ClientWebApplicationException tests to work on servers without MP Config
Commit: ef6c5647cb35c28bfa665987c43f6036c59ed043
https://github.com/resteasy/Resteasy/commit/ef6c5647cb35c28bfa665987c43f6...
Author: Marek Kopecky <mkopecky(a)redhat.com>
Date: 2021-07-23 (Fri, 23 Jul 2021)
Changed paths:
M testsuite/integration-tests/pom.xml
Log Message:
-----------
[RESTEASY-2837] Parametrize resteasy-client-microprofile
Commit: 4fa52639adbba3fbbb01610acce60b68cd8dc1fa
https://github.com/resteasy/Resteasy/commit/4fa52639adbba3fbbb01610acce60...
Author: Marek Kopecky <mkopecky(a)redhat.com>
Date: 2021-07-23 (Fri, 23 Jul 2021)
Changed paths:
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/AsynchronousCdiTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/InjectionTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/MDBInjectionTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/TimerInterceptorTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/restclient/HeaderPropagator.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/restclient/HelloResource.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/restclient/RestClientProxyTest.java
Log Message:
-----------
[RESTEASY-2837] Set testable deployment parameter for weld deployments
Commit: dbb14468fc292a2fe425ffbed6a0534fabcc7813
https://github.com/resteasy/Resteasy/commit/dbb14468fc292a2fe425ffbed6a05...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2021-07-23 (Fri, 23 Jul 2021)
Changed paths:
M testsuite/integration-tests/pom.xml
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/AsynchronousCdiTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/InjectionTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/MDBInjectionTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/TimerInterceptorTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/exception/ClientWebApplicationExceptionMicroProfileProxyTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/exception/ClientWebApplicationExceptionResteasyProxyTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/exception/ClientWebApplicationExceptionTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/exception/resource/ClientWebApplicationExceptionMicroProfileProxyResource.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/exception/resource/ClientWebApplicationExceptionProxyResourceInterface.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/exception/resource/ClientWebApplicationExceptionResource.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/exception/resource/ClientWebApplicationExceptionResteasyProxyResource.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/ClosedResponseHandlingTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/resource/ClosedResponseHandlingResource.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/restclient/HeaderPropagator.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/restclient/HelloResource.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/restclient/RestClientProxyTest.java
A testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/client/exception/webapplicationexception_web.xml
Log Message:
-----------
Merge pull request #2871 from jamezp/backports
Various Backports from main
Compare: https://github.com/resteasy/Resteasy/compare/d8b634934928...dbb14468fc29
3 years, 2 months