Branch: refs/heads/ee9
Home:
https://github.com/resteasy/Resteasy
Commit: be8e04e1f53c46fefa4ecaddc5b3f6c2d978bc7b
https://github.com/resteasy/Resteasy/commit/be8e04e1f53c46fefa4ecaddc5b3f...
Author: R Searls <rsearls(a)redhat.com>
Date: 2021-05-23 (Sun, 23 May 2021)
Changed paths:
M
arquillian/RESTEASY-1056-jetty-bv11/src/main/java/org/jboss/resteasy/resteasy1056/TestResource.java
M arquillian/RESTEASY-1056-jetty-bv11/src/test/resources/web.xml
M
arquillian/RESTEASY-1630-jetty-resteasy-servlet-initializer/src/main/java/org/jboss/resteasy/resteasy1630/TestResource.java
M
arquillian/RESTEASY-1630-jetty-resteasy-servlet-initializer/src/test/resources/web.xml
M arquillian/RESTEASY-736-jetty/src/test/resources/web.xml
M arquillian/pom.xml
M jboss-modules/pom.xml
M pom.xml
M
providers/jackson2/src/main/java/org/jboss/resteasy/plugins/providers/jackson/PatchMethodFilter.java
M providers/json-binding/pom.xml
M
providers/json-binding/src/main/java/org/jboss/resteasy/plugins/providers/jsonb/AbstractJsonBindingProvider.java
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/tracing/providers/jsonb/JSONBJsonFormatRESTEasyTracingInfo.java
M providers/json-p-ee7/pom.xml
M
providers/json-p-ee7/src/main/java/org/jboss/resteasy/plugins/providers/jsonp/AbstractJsonpProvider.java
M
providers/json-p-ee7/src/main/java/org/jboss/resteasy/plugins/providers/jsonp/JsonArrayProvider.java
M
providers/json-p-ee7/src/main/java/org/jboss/resteasy/plugins/providers/jsonp/JsonObjectProvider.java
M
providers/json-p-ee7/src/main/java/org/jboss/resteasy/plugins/providers/jsonp/JsonStructureProvider.java
M
providers/json-p-ee7/src/main/java/org/jboss/resteasy/plugins/providers/jsonp/JsonValueProvider.java
M
providers/resteasy-atom/src/main/java/org/jboss/resteasy/plugins/providers/atom/AtomFeedProvider.java
M
providers/resteasy-html/src/main/java/org/jboss/resteasy/plugins/providers/html/HtmlRenderableWriter.java
M
providers/resteasy-html/src/main/java/org/jboss/resteasy/plugins/providers/html/HtmlServletDispatcher.java
M
providers/resteasy-html/src/main/java/org/jboss/resteasy/plugins/providers/html/Redirect.java
M
providers/resteasy-html/src/main/java/org/jboss/resteasy/plugins/providers/html/Renderable.java
M
providers/resteasy-html/src/main/java/org/jboss/resteasy/plugins/providers/html/View.java
M
providers/resteasy-validator-provider/src/main/java/org/jboss/resteasy/plugins/validation/AbstractValidatorContextResolver.java
M
providers/resteasy-validator-provider/src/main/java/org/jboss/resteasy/plugins/validation/ConstraintTypeUtilImpl.java
M
providers/resteasy-validator-provider/src/main/java/org/jboss/resteasy/plugins/validation/GeneralValidatorImpl.java
M
providers/resteasy-validator-provider/src/main/java/org/jboss/resteasy/plugins/validation/ResteasyViolationExceptionImpl.java
M
providers/resteasy-validator-provider/src/main/java/org/jboss/resteasy/plugins/validation/ResteasyViolationExceptionMapper.java
M
providers/resteasy-validator-provider/src/main/java/org/jboss/resteasy/plugins/validation/SimpleViolationsContainer.java
M
providers/resteasy-validator-provider/src/main/java/org/jboss/resteasy/plugins/validation/i18n/Messages.java
M resteasy-cdi/src/main/java/org/jboss/resteasy/cdi/CdiConstructorInjector.java
M resteasy-cdi/src/main/java/org/jboss/resteasy/cdi/CdiInjectorFactory.java
M resteasy-cdi/src/main/java/org/jboss/resteasy/cdi/CdiPropertyInjector.java
M resteasy-cdi/src/main/java/org/jboss/resteasy/cdi/JaxrsAnnotatedType.java
M resteasy-cdi/src/main/java/org/jboss/resteasy/cdi/JaxrsInjectionTarget.java
M resteasy-cdi/src/main/java/org/jboss/resteasy/cdi/ResteasyCdiExtension.java
M resteasy-cdi/src/main/java/org/jboss/resteasy/cdi/Utils.java
M resteasy-cdi/src/main/java/org/jboss/resteasy/cdi/i18n/Messages.java
A
resteasy-cdi/src/main/resources/META-INF/services/jakarta.enterprise.inject.spi.Extension
R
resteasy-cdi/src/main/resources/META-INF/services/javax.enterprise.inject.spi.Extension
M resteasy-cdi/src/test/java/org/jboss/resteasy/test/i18n/TestMessagesAbstract.java
M resteasy-client-microprofile-base/pom.xml
M
resteasy-client-microprofile-base/src/main/java/org/jboss/resteasy/microprofile/client/DefaultMediaTypeFilter.java
M
resteasy-client-microprofile-base/src/main/java/org/jboss/resteasy/microprofile/client/InvocationContextImpl.java
M
resteasy-client-microprofile-base/src/main/java/org/jboss/resteasy/microprofile/client/MethodInjectionFilter.java
M
resteasy-client-microprofile-base/src/main/java/org/jboss/resteasy/microprofile/client/ProxyInvocationHandler.java
M
resteasy-client-microprofile-base/src/main/java/org/jboss/resteasy/microprofile/client/RestClientBuilderImpl.java
M
resteasy-client-microprofile-base/src/main/java/org/jboss/resteasy/microprofile/client/RestClientDelegateBean.java
M
resteasy-client-microprofile-base/src/main/java/org/jboss/resteasy/microprofile/client/RestClientExtension.java
M
resteasy-client-microprofile-base/src/main/java/org/jboss/resteasy/microprofile/client/header/ClientHeaderProviders.java
M
resteasy-client-microprofile-base/src/main/java/org/jboss/resteasy/microprofile/client/header/ClientHeadersRequestFilter.java
A
resteasy-client-microprofile-base/src/main/resources/META-INF/services/jakarta.enterprise.inject.spi.Extension
R
resteasy-client-microprofile-base/src/main/resources/META-INF/services/javax.enterprise.inject.spi.Extension
M
resteasy-client-microprofile/src/test/java/org/jboss/resteasy/microprofile/client/ClientHeadersDefaultFactoryCDITest.java
M
resteasy-client-microprofile/src/test/java/org/jboss/resteasy/microprofile/client/ClientHeadersFactoryCDITest.java
M
resteasy-client-microprofile/src/test/java/org/jboss/resteasy/microprofile/client/headers/ClientHeaderFillingTest.java
M resteasy-core-spi/pom.xml
M
resteasy-core-spi/src/main/java/org/jboss/resteasy/api/validation/ResteasyViolationException.java
M
resteasy-core-spi/src/main/java/org/jboss/resteasy/api/validation/SimpleViolationsContainer.java
M
resteasy-core-spi/src/main/java/org/jboss/resteasy/resteasy_jaxrs/i18n/Messages.java
M resteasy-core-spi/src/main/java/org/jboss/resteasy/spi/util/Types.java
M
resteasy-core-spi/src/main/java/org/jboss/resteasy/spi/validation/GeneralValidator.java
M resteasy-core/pom.xml
M resteasy-core/src/main/java/org/jboss/resteasy/core/ContextParameterInjector.java
M
resteasy-core/src/main/java/org/jboss/resteasy/core/interception/jaxrs/JaxrsInterceptorRegistryImpl.java
M resteasy-core/src/main/java/org/jboss/resteasy/core/providerfactory/Utils.java
M
resteasy-core/src/main/java/org/jboss/resteasy/microprofile/config/FilterConfigSource.java
M
resteasy-core/src/main/java/org/jboss/resteasy/microprofile/config/FilterConfigSourceImpl.java
M
resteasy-core/src/main/java/org/jboss/resteasy/microprofile/config/ServletConfigSource.java
M
resteasy-core/src/main/java/org/jboss/resteasy/microprofile/config/ServletConfigSourceImpl.java
M
resteasy-core/src/main/java/org/jboss/resteasy/microprofile/config/ServletContextConfigSource.java
M
resteasy-core/src/main/java/org/jboss/resteasy/microprofile/config/ServletContextConfigSourceImpl.java
M
resteasy-core/src/main/java/org/jboss/resteasy/plugins/interceptors/AcceptEncodingGZIPFilter.java
M
resteasy-core/src/main/java/org/jboss/resteasy/plugins/interceptors/CacheControlFilter.java
M
resteasy-core/src/main/java/org/jboss/resteasy/plugins/interceptors/ClientContentEncodingAnnotationFilter.java
M
resteasy-core/src/main/java/org/jboss/resteasy/plugins/interceptors/GZIPDecodingInterceptor.java
M
resteasy-core/src/main/java/org/jboss/resteasy/plugins/interceptors/GZIPEncodingInterceptor.java
M
resteasy-core/src/main/java/org/jboss/resteasy/plugins/interceptors/MessageSanitizerContainerResponseFilter.java
M
resteasy-core/src/main/java/org/jboss/resteasy/plugins/interceptors/RoleBasedSecurityFeature.java
M
resteasy-core/src/main/java/org/jboss/resteasy/plugins/interceptors/RoleBasedSecurityFilter.java
M
resteasy-core/src/main/java/org/jboss/resteasy/plugins/interceptors/ServerContentEncodingAnnotationFilter.java
M
resteasy-core/src/main/java/org/jboss/resteasy/plugins/providers/JaxrsServerFormUrlEncodedProvider.java
M
resteasy-core/src/main/java/org/jboss/resteasy/plugins/providers/sse/SseEventSinkInterceptor.java
M
resteasy-core/src/main/java/org/jboss/resteasy/plugins/server/servlet/Filter30Dispatcher.java
M
resteasy-core/src/main/java/org/jboss/resteasy/plugins/server/servlet/FilterBootstrap.java
M
resteasy-core/src/main/java/org/jboss/resteasy/plugins/server/servlet/FilterDispatcher.java
M
resteasy-core/src/main/java/org/jboss/resteasy/plugins/server/servlet/HttpRequestFactory.java
M
resteasy-core/src/main/java/org/jboss/resteasy/plugins/server/servlet/HttpResponseFactory.java
M
resteasy-core/src/main/java/org/jboss/resteasy/plugins/server/servlet/HttpServlet30Dispatcher.java
M
resteasy-core/src/main/java/org/jboss/resteasy/plugins/server/servlet/HttpServletDispatcher.java
M
resteasy-core/src/main/java/org/jboss/resteasy/plugins/server/servlet/HttpServletInputMessage.java
M
resteasy-core/src/main/java/org/jboss/resteasy/plugins/server/servlet/HttpServletResponseHeaders.java
M
resteasy-core/src/main/java/org/jboss/resteasy/plugins/server/servlet/HttpServletResponseWrapper.java
M
resteasy-core/src/main/java/org/jboss/resteasy/plugins/server/servlet/ListenerBootstrap.java
M
resteasy-core/src/main/java/org/jboss/resteasy/plugins/server/servlet/ResteasyBootstrap.java
M
resteasy-core/src/main/java/org/jboss/resteasy/plugins/server/servlet/Servlet3AsyncHttpRequest.java
M
resteasy-core/src/main/java/org/jboss/resteasy/plugins/server/servlet/ServletBootstrap.java
M
resteasy-core/src/main/java/org/jboss/resteasy/plugins/server/servlet/ServletContainerDispatcher.java
M
resteasy-core/src/main/java/org/jboss/resteasy/plugins/server/servlet/ServletSecurityContext.java
M
resteasy-core/src/main/java/org/jboss/resteasy/plugins/server/servlet/ServletUtil.java
M
resteasy-core/src/main/java/org/jboss/resteasy/tracing/RESTEasyTracingLoggerImpl.java
M
resteasy-core/src/test/java/org/jboss/resteasy/plugins/server/servlet/ServletUtilTest.java
M resteasy-dependencies-bom/pom.xml
M
resteasy-guice/src/main/java/org/jboss/resteasy/plugins/guice/GuiceResteasyBootstrapServletContextListener.java
M resteasy-guice/src/main/java/org/jboss/resteasy/plugins/guice/RequestScoped.java
M
resteasy-guice/src/main/java/org/jboss/resteasy/plugins/guice/ext/RequestScopeModule.java
M
resteasy-guice/src/test/java/org/jboss/resteasy/plugins/guice/ext/RequestScopeModuleTest.java
M resteasy-jsapi/src/main/java/org/jboss/resteasy/jsapi/JSAPIServlet.java
M resteasy-jsapi/src/main/java/org/jboss/resteasy/jsapi/JSAPIWriter.java
M resteasy-links/pom.xml
M resteasy-links/src/main/java/org/jboss/resteasy/links/ELProvider.java
M resteasy-links/src/main/java/org/jboss/resteasy/links/LinkResource.java
M resteasy-links/src/main/java/org/jboss/resteasy/links/impl/BaseELResolver.java
M resteasy-links/src/main/java/org/jboss/resteasy/links/impl/BeanUtils.java
M
resteasy-links/src/main/java/org/jboss/resteasy/links/impl/EJBConstraintChecker.java
M resteasy-links/src/main/java/org/jboss/resteasy/links/impl/EL.java
M resteasy-links/src/main/java/org/jboss/resteasy/links/impl/ObjectLinksProvider.java
M resteasy-links/src/test/java/org/jboss/resteasy/links/test/JpaIdBook.java
M resteasy-links/src/test/java/org/jboss/resteasy/links/test/SeamELProvider.java
M resteasy-links/src/test/java/org/jboss/resteasy/links/test/SeamFunctionMapper.java
M
resteasy-links/src/test/java/org/jboss/resteasy/links/test/SecureBookStoreMinimal.java
M
resteasy-servlet-initializer/src/main/java/org/jboss/resteasy/plugins/servlet/ResteasyServletInitializer.java
A
resteasy-servlet-initializer/src/main/resources/META-INF/services/jakarta.servlet.ServletContainerInitializer
R
resteasy-servlet-initializer/src/main/resources/META-INF/services/javax.servlet.ServletContainerInitializer
M
resteasy-servlet-initializer/src/test/java/org/jboss/resteasy/plugins/servlet/ResteasyServletInitializerTest.java
M resteasy-spring-web/pom.xml
M resteasy-spring/pom.xml
M
resteasy-spring/src/main/java/org/jboss/resteasy/plugins/spring/SpringBeanProcessorServletAware.java
M
resteasy-spring/src/main/java/org/jboss/resteasy/plugins/spring/SpringContextLoader.java
M
resteasy-spring/src/main/java/org/jboss/resteasy/plugins/spring/SpringContextLoaderListener.java
M
resteasy-spring/src/main/java/org/jboss/resteasy/plugins/spring/SpringContextLoaderSupport.java
M resteasy-spring/src/main/java/org/jboss/resteasy/springmvc/RequestUtil.java
M
resteasy-spring/src/main/java/org/jboss/resteasy/springmvc/ResteasyHandlerAdapter.java
M
resteasy-spring/src/main/java/org/jboss/resteasy/springmvc/ResteasyHandlerMapping.java
M
resteasy-spring/src/main/java/org/jboss/resteasy/springmvc/ResteasyNoResourceFoundView.java
M
resteasy-spring/src/main/java/org/jboss/resteasy/springmvc/ResteasyRequestWrapper.java
M
resteasy-spring/src/main/java/org/jboss/resteasy/springmvc/ResteasySpringDispatcherServlet.java
M resteasy-spring/src/main/java/org/jboss/resteasy/springmvc/ResteasyView.java
M
resteasy-spring/src/main/java/org/jboss/resteasy/springmvc/ResteasyWebArgumentResolver.java
M
resteasy-spring/src/main/java/org/jboss/resteasy/springmvc/ResteasyWebHandlerTemplate.java
M resteasy-wadl/src/main/java/org/jboss/resteasy/wadl/ResteasyWadlServlet.java
M resteasy-wadl/src/main/java/org/jboss/resteasy/wadl/ResteasyWadlServletWriter.java
M security/resteasy-crypto/pom.xml
M
security/resteasy-crypto/src/main/java/org/jboss/resteasy/security/doseta/ClientDigitalSigningHeaderDecoratorFeature.java
M
security/resteasy-crypto/src/main/java/org/jboss/resteasy/security/doseta/ClientDigitalVerificationHeaderDecoratorFeature.java
M
security/resteasy-crypto/src/main/java/org/jboss/resteasy/security/doseta/DigitalSigningInterceptor.java
M
security/resteasy-crypto/src/main/java/org/jboss/resteasy/security/doseta/DigitalVerificationInterceptor.java
M
security/resteasy-crypto/src/main/java/org/jboss/resteasy/security/doseta/ServerDigitalSigningHeaderDecoratorFeature.java
M
security/resteasy-crypto/src/main/java/org/jboss/resteasy/security/doseta/ServerDigitalVerificationHeaderDecoratorFeature.java
M
server-adapters/resteasy-jdk-http/src/test/java/org/jboss/resteasy/test/security/BasicAuthTest.java
M server-adapters/resteasy-netty4-cdi/pom.xml
M
server-adapters/resteasy-netty4-cdi/src/main/java/org/jboss/resteasy/plugins/server/netty/cdi/CdiNettyJaxrsServer.java
M
server-adapters/resteasy-netty4-cdi/src/main/java/org/jboss/resteasy/plugins/server/netty/cdi/CdiRequestDispatcher.java
M
server-adapters/resteasy-netty4-cdi/src/test/java/org/jboss/resteasy/plugins/server/netty/cdi/CdiNettyTest.java
M
server-adapters/resteasy-netty4-cdi/src/test/java/org/jboss/resteasy/plugins/server/netty/cdi/EchoResource.java
M
server-adapters/resteasy-netty4-cdi/src/test/java/org/jboss/resteasy/plugins/server/netty/cdi/SeCdiNettyTest.java
M
server-adapters/resteasy-undertow-spring/src/test/java/org/jboss/resteasy/springmvc/test/spring/AsynchSpringTest.java
M
server-adapters/resteasy-undertow-spring/src/test/java/org/jboss/resteasy/springmvc/test/spring/MyTestInterceptor.java
M
server-adapters/resteasy-undertow-spring/src/test/java/org/jboss/resteasy/springmvc/test/spring/MyTestInterceptorCountController.java
M
server-adapters/resteasy-undertow-spring/src/test/java/org/jboss/resteasy/springmvc/test/view/MyCustomView.java
M server-adapters/resteasy-undertow/pom.xml
M
server-adapters/resteasy-undertow/src/main/java/org/jboss/resteasy/plugins/server/undertow/UndertowJaxrsServer.java
M
server-adapters/resteasy-undertow/src/test/java/org/jboss/resteasy/test/undertow/UndertowParameterTest.java
M
server-adapters/resteasy-vertx/src/test/java/org/jboss/resteasy/test/async/AsyncPreMatchRequestFilter1.java
M
server-adapters/resteasy-vertx/src/test/java/org/jboss/resteasy/test/async/AsyncPreMatchRequestFilter2.java
M
server-adapters/resteasy-vertx/src/test/java/org/jboss/resteasy/test/async/AsyncPreMatchRequestFilter3.java
M
server-adapters/resteasy-vertx/src/test/java/org/jboss/resteasy/test/async/AsyncRequestFilter1.java
M
server-adapters/resteasy-vertx/src/test/java/org/jboss/resteasy/test/async/AsyncRequestFilter2.java
M
server-adapters/resteasy-vertx/src/test/java/org/jboss/resteasy/test/async/AsyncRequestFilter3.java
M
server-adapters/resteasy-vertx/src/test/java/org/jboss/resteasy/test/async/AsyncResponseFilter1.java
M
server-adapters/resteasy-vertx/src/test/java/org/jboss/resteasy/test/async/AsyncResponseFilter2.java
M
server-adapters/resteasy-vertx/src/test/java/org/jboss/resteasy/test/async/AsyncResponseFilter3.java
M
server-adapters/resteasy-vertx/src/test/java/org/jboss/resteasy/test/asyncio/AsyncIOResource.java
M
server-adapters/resteasy-vertx/src/test/java/org/jboss/resteasy/test/asyncio/AsyncIOTest.java
M testsuite/integration-tests-embedded/pom.xml
M
testsuite/integration-tests-embedded/src/test/java/org/jboss/resteasy/embedded/test/core/interceptors/resource/ReaderContextFirstReaderInterceptor.java
M
testsuite/integration-tests-embedded/src/test/java/org/jboss/resteasy/embedded/test/core/interceptors/resource/ReaderContextFirstWriterInterceptor.java
M
testsuite/integration-tests-embedded/src/test/java/org/jboss/resteasy/embedded/test/core/interceptors/resource/ReaderContextSecondReaderInterceptor.java
M
testsuite/integration-tests-embedded/src/test/java/org/jboss/resteasy/embedded/test/core/interceptors/resource/ReaderContextSecondWriterInterceptor.java
M
testsuite/integration-tests-embedded/src/test/java/org/jboss/resteasy/embedded/test/core/validate/NonCDIValidatorFactoryTest.java
M
testsuite/integration-tests-embedded/src/test/java/org/jboss/resteasy/embedded/test/interceptor/resource/PriorityExecutionClientRequestFilter1.java
M
testsuite/integration-tests-embedded/src/test/java/org/jboss/resteasy/embedded/test/interceptor/resource/PriorityExecutionClientRequestFilter2.java
M
testsuite/integration-tests-embedded/src/test/java/org/jboss/resteasy/embedded/test/interceptor/resource/PriorityExecutionClientRequestFilter3.java
M
testsuite/integration-tests-embedded/src/test/java/org/jboss/resteasy/embedded/test/interceptor/resource/PriorityExecutionClientRequestFilterMax.java
M
testsuite/integration-tests-embedded/src/test/java/org/jboss/resteasy/embedded/test/interceptor/resource/PriorityExecutionClientRequestFilterMin.java
M
testsuite/integration-tests-embedded/src/test/java/org/jboss/resteasy/embedded/test/interceptor/resource/PriorityExecutionClientResponseFilter1.java
M
testsuite/integration-tests-embedded/src/test/java/org/jboss/resteasy/embedded/test/interceptor/resource/PriorityExecutionClientResponseFilter2.java
M
testsuite/integration-tests-embedded/src/test/java/org/jboss/resteasy/embedded/test/interceptor/resource/PriorityExecutionClientResponseFilter3.java
M
testsuite/integration-tests-embedded/src/test/java/org/jboss/resteasy/embedded/test/interceptor/resource/PriorityExecutionClientResponseFilterMax.java
M
testsuite/integration-tests-embedded/src/test/java/org/jboss/resteasy/embedded/test/interceptor/resource/PriorityExecutionClientResponseFilterMin.java
M
testsuite/integration-tests-embedded/src/test/java/org/jboss/resteasy/embedded/test/interceptor/resource/PriorityExecutionContainerRequestFilter1.java
M
testsuite/integration-tests-embedded/src/test/java/org/jboss/resteasy/embedded/test/interceptor/resource/PriorityExecutionContainerRequestFilter2.java
M
testsuite/integration-tests-embedded/src/test/java/org/jboss/resteasy/embedded/test/interceptor/resource/PriorityExecutionContainerRequestFilter3.java
M
testsuite/integration-tests-embedded/src/test/java/org/jboss/resteasy/embedded/test/interceptor/resource/PriorityExecutionContainerRequestFilterMax.java
M
testsuite/integration-tests-embedded/src/test/java/org/jboss/resteasy/embedded/test/interceptor/resource/PriorityExecutionContainerRequestFilterMin.java
M
testsuite/integration-tests-embedded/src/test/java/org/jboss/resteasy/embedded/test/interceptor/resource/PriorityExecutionContainerResponseFilter1.java
M
testsuite/integration-tests-embedded/src/test/java/org/jboss/resteasy/embedded/test/interceptor/resource/PriorityExecutionContainerResponseFilter2.java
M
testsuite/integration-tests-embedded/src/test/java/org/jboss/resteasy/embedded/test/interceptor/resource/PriorityExecutionContainerResponseFilter3.java
M
testsuite/integration-tests-embedded/src/test/java/org/jboss/resteasy/embedded/test/interceptor/resource/PriorityExecutionContainerResponseFilterMax.java
M
testsuite/integration-tests-embedded/src/test/java/org/jboss/resteasy/embedded/test/interceptor/resource/PriorityExecutionContainerResponseFilterMin.java
M
testsuite/integration-tests-spring-web/deployment/src/test/java/org/jboss/resteasy/test/spring/web/deployment/resource/TestController.java
M testsuite/integration-tests-spring-web/pom.xml
M
testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/resource/RESTEasy828Resource.java
M testsuite/integration-tests-spring/pom.xml
M testsuite/integration-tests-spring/unit/pom.xml
M
testsuite/integration-tests-spring/unit/src/test/java/org/jboss/resteasy/test/spring/unit/SpringContextLoaderSubclass.java
M
testsuite/integration-tests-spring/unit/src/test/java/org/jboss/resteasy/test/spring/unit/SpringContextLoaderTest.java
M testsuite/integration-tests/pom.xml
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/AsynchBasicTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/AsynchCounterTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/AsyncPreMatchRequestFilter1.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/AsyncPreMatchRequestFilter2.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/AsyncPreMatchRequestFilter3.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/AsyncRequestFilter1.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/AsyncRequestFilter2.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/AsyncRequestFilter3.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/AsyncResponseFilter1.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/AsyncResponseFilter2.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/AsyncResponseFilter3.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/AsyncUnhandledExceptionResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/AsynchBasicResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/UtilitiesTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/EJBEventsTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/EJBTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/AsynchronousResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/AsynchronousStateless.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/AsynchronousStatelessLocal.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/BeanReaderWriterService.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/BeanReaderWriterXFormatProvider.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/CDILocatorResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/DecoratorsBookReader.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/DecoratorsBookReaderDecorator.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/DecoratorsBookReaderInterceptor.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/DecoratorsBookReaderInterceptorDecorator.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/DecoratorsBookWriterDecorator.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/DecoratorsBookWriterInterceptor.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/DecoratorsBookWriterInterceptorDecorator.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/DecoratorsRequestFilterDecorator.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/DecoratorsResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/DecoratorsResourceDecorator.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/DecoratorsResourceInterceptor.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/DecoratorsResponseFilter.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/DecoratorsResponseFilterDecorator.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/DecoratorsTestRequestFilter.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EJBApplication.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EJBBook.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EJBBookReader.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EJBBookReaderImpl.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EJBBookResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EJBBookWriterImpl.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EJBEventsObserver.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EJBEventsObserverImpl.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EJBEventsProcessRead.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EJBEventsProcessReadWrite.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EJBEventsSource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EJBEventsSourceImpl.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EJBLocalResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EJBRemoteResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EjbExceptionUnwrapFooResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EjbExceptionUnwrapFooResourceBean.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EjbExceptionUnwrapLocatingResourceBean.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EjbExceptionUnwrapSimpleResourceBean.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EventResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EventsBookReader.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EventsBookReaderInterceptor.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EventsBookWriter.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EventsBookWriterInterceptor.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EventsProcess.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EventsRead.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EventsReadIntercept.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EventsUnused.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EventsWrite.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/EventsWriteIntercept.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/OutOfBandResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/OutOfBandResourceIntf.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/SingletonRootResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/SingletonSubResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/SingletonTestBean.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/resteasy1082/FooResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/resource/resteasy1082/TestServlet.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/ejb/resource/EJBCDIValidationEJBProxyGreeterResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/ejb/resource/EJBCDIValidationEJBProxyGreeting.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/ejb/resource/EJBCDIValidationSingletonResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/ejb/resource/EJBCDIValidationStatefulResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/ejb/resource/EJBCDIValidationStatelessResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/extensions/BeanExtensionTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/extensions/ScopeExtensionTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/extensions/resource/CDIExtensionsBoston.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/extensions/resource/CDIExtensionsBostonBean.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/extensions/resource/CDIExtensionsBostonBeanExtension.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/extensions/resource/CDIExtensionsBostonHolder.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/extensions/resource/CDIExtensionsResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/extensions/resource/ScopeExtensionObsolescentAfterThreeUses.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/extensions/resource/ScopeExtensionObsolescentAfterTwoUses.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/extensions/resource/ScopeExtensionPlannedObsolescenceContext.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/extensions/resource/ScopeExtensionPlannedObsolescenceExtension.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/extensions/resource/ScopeExtensionPlannedObsolescenceScope.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/extensions/resource/ScopeExtensionResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/generic/resource/ConcreteDecorator.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/generic/resource/ConcreteResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/generic/resource/GenericsProducer.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/generic/resource/HolderBinding.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/generic/resource/ResourceBinding.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/inheritence/resource/CDIInheritenceBookSpecialized.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/inheritence/resource/CDIInheritenceInheritanceResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/inheritence/resource/CDIInheritenceSelectBook.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/inheritence/resource/CDIInheritenceStereotypeAlternative.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/injection/ReverseInjectionTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/ApplicationUser.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/CDIInjectionBook.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/CDIInjectionBookBag.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/CDIInjectionBookBagLocal.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/CDIInjectionBookCollection.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/CDIInjectionBookMDB.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/CDIInjectionBookReader.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/CDIInjectionBookResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/CDIInjectionBookWriter.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/CDIInjectionDependentScoped.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/CDIInjectionNewBean.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/CDIInjectionResourceBinding.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/CDIInjectionResourceProducer.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/CDIInjectionScopeInheritingStereotype.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/CDIInjectionScopeStereotype.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/CDIInjectionStatefulEJB.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/CDIInjectionStereotypedDependentScope.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/ReverseInjectionEJBHolder.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/ReverseInjectionEJBHolderLocal.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/ReverseInjectionEJBHolderRemote.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/ReverseInjectionEJBInterface.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/ReverseInjectionResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/StatefulApplicationScopedEJBwithJaxRsComponents.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/StatefulApplicationScopedEJBwithJaxRsComponentsInterface.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/StatefulDependentScopedEJBwithJaxRsComponents.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/StatefulDependentScopedEJBwithJaxRsComponentsInterface.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/StatefulRequestScopedEJBwithJaxRsComponents.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/StatefulRequestScopedEJBwithJaxRsComponentsInterface.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/StatelessEJBwithJaxRsComponents.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/StatelessEJBwithJaxRsComponentsInterface.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/UserManager.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/UserRepository.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/UserResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/WeldSubdeploymentApplicationResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/WeldSubdeploymentCdiJpaInjectingBean.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/WeldSubdeploymentRequestResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/WeldSubdeploymentStatefulResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/resource/WeldSubdeploymentStatelessResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/InterceptorBook.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/InterceptorBookReaderInterceptor.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/InterceptorBookReaderInterceptorInterceptor.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/InterceptorBookWriterInterceptor.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/InterceptorBookWriterInterceptorInterceptor.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/InterceptorClassInterceptorStereotype.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/InterceptorClassMethodInterceptorStereotype.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/InterceptorFour.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/InterceptorOne.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/InterceptorPostConstructInterceptor.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/InterceptorPreDestroyInterceptor.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/InterceptorRequestFilter.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/InterceptorRequestFilterInterceptor.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/InterceptorResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/InterceptorResponseFilter.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/InterceptorResponseFilterInterceptor.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/InterceptorStereotyped.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/InterceptorThree.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/InterceptorTwo.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/TimerInterceptorResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/resource/TimerInterceptorResourceIntf.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/modules/resource/CDIModulesInjectable.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/modules/resource/CDIModulesInjectableBinder.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/modules/resource/CDIModulesInjectableIntf.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/modules/resource/CDIModulesModulesResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/modules/resource/CDIModulesModulesResourceIntf.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/util/Counter.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/util/CounterBinding.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/util/PersistenceUnitProducer.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/util/Utilities.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/util/UtilityProducer.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/validation/resource/AsyncRootResourceImpl.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/validation/resource/AsyncSubResourceImpl.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/validation/resource/AsyncValidResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/validation/resource/QueryBeanParam.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/validation/resource/RootResourceImpl.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/validation/resource/SubResourceImpl.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/validation/resource/ValidResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/exception/ClientErrorTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/resource/NullEntityResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/context/resource/HttpServletResponseContextResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/CacheControlAnnotationTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/ContextAfterEncoderInterceptor.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/ContextBeforeEncoderInterceptor.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/ContextEncoderInterceptor.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/ContextEndInterceptor.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/ContextService.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/MyFilter.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/resource/PrivateConstructorServiceResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/encoding/resource/SpecialCharactersResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/interceptors/resource/ReaderContextFirstReaderInterceptor.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/interceptors/resource/ReaderContextFirstWriterInterceptor.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/interceptors/resource/ReaderContextSecondReaderInterceptor.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/interceptors/resource/ReaderContextSecondWriterInterceptor.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/servlet/resource/FilterForwardServlet.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/servlet/resource/FilterResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/servlet/resource/ServletConfigExceptionMapper.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/servlet/resource/UndertowServlet.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/smoke/WireSmokeTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/spi/resource/ResourceClassProcessorPriiorityAImplementation.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/spi/resource/ResourceClassProcessorPriiorityBImplementation.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/spi/resource/ResourceClassProcessorPriiorityCImplementation.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/exception/resource/ResponseExceptionMapperRuntimeExceptionMapper.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/FormResourceTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/resource/ResteasyUseContainerFormParamsFilter.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/injection/resource/PostConstructInjectionEJBInterceptor.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/injection/resource/PostConstructInjectionEJBResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/injection/resource/PostConstructInjectionResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/gzip/GzipAbstractTestBase.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/resource/PriorityExecutionClientRequestFilter1.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/resource/PriorityExecutionClientRequestFilter2.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/resource/PriorityExecutionClientRequestFilter3.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/resource/PriorityExecutionClientRequestFilterMax.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/resource/PriorityExecutionClientRequestFilterMin.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/resource/PriorityExecutionClientResponseFilter1.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/resource/PriorityExecutionClientResponseFilter2.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/resource/PriorityExecutionClientResponseFilter3.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/resource/PriorityExecutionClientResponseFilterMax.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/resource/PriorityExecutionClientResponseFilterMin.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/resource/PriorityExecutionContainerRequestFilter1.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/resource/PriorityExecutionContainerRequestFilter2.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/resource/PriorityExecutionContainerRequestFilter3.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/resource/PriorityExecutionContainerRequestFilterMax.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/resource/PriorityExecutionContainerRequestFilterMin.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/resource/PriorityExecutionContainerResponseFilter1.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/resource/PriorityExecutionContainerResponseFilter2.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/resource/PriorityExecutionContainerResponseFilter3.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/resource/PriorityExecutionContainerResponseFilterMax.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/resource/PriorityExecutionContainerResponseFilterMin.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/config/resource/MicroProfileConfigFilter.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/config/resource/MicroProfileConfigResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/config/resource/MicroProfileConfigUseGlobalResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/config/resource/OptionalConfigPropertyInjectionResource.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/JsonpMPtest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/restclient/RestClientProviderPriorityTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/restclient/resource/FollowRedirectsResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/restclient/resource/FollowRedirectsServiceIntf.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/restclient/resource/JsonBindingMPServiceIntf.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/restclient/resource/JsonpMPService.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/restclient/resource/JsonpMPServiceIntf.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/restclient/resource/MPCollectionResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/restclient/resource/MPCollectionServiceIntf.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/restclient/resource/MPSseResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/restclient/resource/QueryParamStyleServiceIntf.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/microprofile/restclient/resource/RestClientProxyRedeployResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/resource/FilterDispatcherForwardServlet.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/resource/FilterDispatcherServlet.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/resource/ReaderWriterHignPriorityCustomerWriter.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/resource/ReaderWriterLowPriorityCustomerWriter.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/resource/ResponseContainerResponseFilter.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/resource/ResponseContainerSecondResponseFilter.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/custom/resource/SetRequestUriRequestFilter.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/datasource/BigSmallDataSourceTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/datasource/CleanFilesDataSourceProviderTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/iioimage/IIOImageProviderTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/resource/ObjectWriterModifierConditionalFilter.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/resource/ObjectWriterModifierFilter.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/jsonfilter/resource/ObjectWriterModifierMultipleFilter.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/GenericResourceResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jaxb/resource/GenericResourceResource2.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jsonb/basic/JsonBindingDebugLoggingTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jsonb/basic/SetMethodWithMoreArgumentsTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jsonb/basic/resource/Cat.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jsonb/basic/resource/Dog.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jsonb/basic/resource/JsonBindingCustomRepeaterProvider.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jsonp/JsonpTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jsonp/resource/JsonpResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/ContextProvidersTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/HeaderFlushedOutputStreamTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/MimeMultipartProviderTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/priority/resource/ProviderPriorityExceptionMapperBBB.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/priority/resource/ProviderPriorityExceptionMapperCCC.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/priority/resource/ProviderPriorityFooParamConverterProviderBBB.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/priority/resource/ProviderPriorityFooParamConverterProviderCCC.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/priority/resource/ProviderPriorityResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/CustomJacksonProvider.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/ExecutorServletContextListener.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/SsePostResourceMethodInvokerTestResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/SseResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/resource/SseBroadcastResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/resource/SseReconnectResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/ResourceLocatorTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/ApplicationScopeObject.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/ParameterSubResClassSub.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/RequestScopedObject.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/resource/ResourceInfoInjectionResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/MultiValuedParamCdiResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/RESTEasyParamBeanCdi.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/resource/RESTEasyParamCdiResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/patch/PatchErrorHandlingTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/patch/StudentPatchTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/MultipleMatrixSegmentsTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/ResourceLocatorRegexCapturingGroupTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/ResourceLocatorRegexNonCapturingGroupTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/ResourceLocatorWithBaseExpressionTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/ResourceLocatorWithBaseNoExpressionTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/UriParamsWithLocatorTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/resource/HttpRequestParameterInjectorParamFactoryImpl.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/resource/BasicAuthBaseResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/resource/BasicAuthBaseResourceAnybody.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/resource/BasicAuthBaseResourceMoreSecured.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ContextProvidersTestBase.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ValidateOnExecutionTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ValidationComplexTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ValidationHibernateI18NTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/resource/ApplicationScopeIRestServiceAppScoped.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/resource/ApplicationScopeIRestServiceReqScoped.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/resource/ApplicationScopeMyDto.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/resource/ApplicationScopeRestServiceAppScoped.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/resource/ApplicationScopeRestServiceReqScoped.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/resource/CDIValidationCoreResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/resource/CDIValidationCoreSubResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/resource/CDIValidationCoreSumConstraint.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/resource/CDIValidationCoreSumValidator.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/resource/CDIValidationSessionBeanProxy.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/resource/CDIValidationSessionBeanResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/resource/MultipleWarResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/resource/MultipleWarSumConstraint.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/resource/MultipleWarSumValidator.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/resource/SessionResourceImpl.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/resource/SessionResourceLocal.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/resource/SessionResourceParent.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/resource/SessionResourceRemote.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/resource/SubresourceValidationQueryBeanParam.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/resource/SubresourceValidationResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/cdi/resource/SubresourceValidationSubResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ejb/resource/EJBParameterViolationsOnlyAbstractDataObject.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ejb/resource/EJBParameterViolationsOnlyDataObject.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ejb/resource/EJBParameterViolationsOnlyResourceIntf.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ejb/resource/EJBParameterViolationsOnlySingletonResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ejb/resource/EJBParameterViolationsOnlyStatefulResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/ejb/resource/EJBParameterViolationsOnlyStatelessResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/EmptyArrayValidationFoo.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/EmptyArrayValidationResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/GetterReturnValueValidatedResourceWithGetterViolation.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ManagedBeanValidationResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/PathSuppressionClassConstraint.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/PathSuppressionClassValidator.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/PathSuppressionResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/TestValidateOnExecutionErrorOneLevel_Class.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/TestValidateOnExecutionErrorOneLevel_Interface.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/TestValidateOnExecutionErrorTwoLevels_Class.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/TestValidateOnExecutionErrorTwoLevels_Interface.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/TestValidateOnExecutionErrorWithGenericMethodSubClass.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/TestValidateOnExecutionErrorWithGenericMethodSuperClass.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/TestValidateOnExecutionErrorWithGenericSupermethod.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/TestValidateOnExecutionInterface.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/TestValidateOnExecutionInterfaceWithGenericSupermethod.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/TestValidateOnExecutionResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/TestValidateOnExecutionSubInterface.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/TestValidateOnExecutionSubResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/TestValidationOnExecuteSubInterface.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationClassConstraint.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationClassValidator.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexA.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexArrayOfStrings.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexB.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexClassConstraint.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexClassConstraint2.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexClassInheritanceSubConstraint.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexClassInheritanceSuperConstraint.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexClassValidator.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexClassValidator2.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexClassValidatorSubInheritance.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexClassValidatorSuperInheritance.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexCrossParameterConstraint.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexCrossParameterValidator.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexFooConstraint.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexFooValidator.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexInterface.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexInterfaceSub.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexListOfArrayOfStrings.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexListOfStrings.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexMapOfListOfArrayOfStrings.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexMapOfStrings.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexOneString.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexOtherGroupConstraint.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexOtherGroupValidator.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexProxyInterface.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexProxyResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexResourceWithAllFivePotentialViolations.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexResourceWithArray.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexResourceWithClassConstraint.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexResourceWithFieldAndProperty.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexResourceWithGraph.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexResourceWithInvalidField.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexResourceWithList.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexResourceWithMap.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexResourceWithMapOfListOfArrayOfStrings.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexResourceWithOtherGroups.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexResourceWithParameters.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexResourceWithProperty.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexResourceWithReturnValues.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexResourceWithSubLocators.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationComplexResourceWithValidField.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationCoreClassConstraint.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationCoreClassValidator.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationCoreFooConstraint.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationCoreFooValidator.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationCoreResourceWithAllViolationTypes.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationCoreResourceWithReturnValues.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationExceptionClassValidator.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationExceptionCrazyConstraint.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationExceptionCrazyValidator.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationExceptionIncorrectConstraint.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationExceptionMapper.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationExceptionOtherConstraint.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationExceptionOtherValidationException.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationExceptionOtherValidationException2.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationExceptionOtherValidationException3.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationExceptionOtherValidator.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationExceptionResourceWithIncorrectConstraint.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationExceptionResourceWithInvalidConstraintGroup.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationExceptionSubResourceWithInvalidOverride.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationFooConstraint.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationFooValidator.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationHibernateI18NResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationNullErrorValueResourceWithNullFieldAndProperty.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationNullErrorValueResourceWithNullParameterAndReturnValue.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationOnGetterNotNullOrOne.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationOnGetterNotNullOrOneStringBeanValidator.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationOnGetterValidateExecutableResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationResourceWithAllViolationTypes.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationResourceWithReturnValues.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationThroughRestResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationXMLClassConstraint.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationXMLClassValidator.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationXMLFooConstraint.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationXMLFooValidator.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ValidationXMLResourceWithAllFivePotentialViolations.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ViolationExceptionConstraint.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ViolationExceptionLengthConstraint.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ViolationExceptionLengthValidator.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ViolationExceptionMinMaxValidator.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ViolationExceptionResourceWithFiveViolations.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/validation/resource/ViolationExceptionResourceWithReturnValues.java
A
testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/resource/param/jakarta.ws.rs.ext.Providers_HeaderDelegateAsProvider
R
testsuite/integration-tests/src/test/resources/org/jboss/resteasy/test/resource/param/javax.ws.rs.ext.Providers_HeaderDelegateAsProvider
M testsuite/microprofile-tck/pom.xml
M testsuite/unit-tests/pom.xml
M
testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/resource/ClientResponseFilterInterceptorReaderOne.java
M
testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/resource/ClientResponseFilterInterceptorReaderTwo.java
M
testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/injection/PostConstructInjectionTest.java
M
testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/injection/SessionBeanInterfaceTest.java
M
testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/injection/WeldInitCDITest.java
M
testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/injection/resource/JaxrsComponentDetectionSubresource.java
M
testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/injection/resource/SessionBeanInterfaceMockBean.java
M
testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/injection/resource/SessionBeanInterfaceMockProcessSessionBean.java
M
testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/interception/resource/PriorityClientRequestFilter1.java
M
testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/interception/resource/PriorityClientRequestFilter2.java
M
testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/interception/resource/PriorityClientRequestFilter3.java
M
testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/interception/resource/PriorityClientResponseFilter1.java
M
testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/interception/resource/PriorityClientResponseFilter2.java
M
testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/interception/resource/PriorityClientResponseFilter3.java
M
testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/interception/resource/PriorityContainerResponseFilter1.java
M
testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/interception/resource/PriorityContainerResponseFilter2.java
M
testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/interception/resource/PriorityContainerResponseFilter3.java
M
testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/providers/AtomProviderModelTest.java
M
testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/providers/PriorityEqualityTest.java
M
testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/providers/validation/NoFieldValidationEJBTest.java
A xtmp-bouncycastle/bcjmail-jdk15on-169b08.jar
A xtmp-bouncycastle/bcpkix-jdk15on-169b08.jar
A xtmp-bouncycastle/bcprov-jdk15on-169b08.jar
A xtmp-bouncycastle/bcutil-jdk15on-169b08.jar
Log Message:
-----------
ee9 updates. Compilable code; Large percentage of tests run