This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git.
from f00c45d Cache the class objects for the dynamically loaded providers
to avoid repeated (and expensive) class.forName calls
new eb64a65 More PMD work
new 7e11da7 More test assertion cleanup
The 14689 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../cxf/interceptor/LoggingInInterceptorTest.java | 11 +++++----
.../core/classloader/PlugInClassLoaderTest.java | 8 +++----
.../cxf/jca/core/logging/LoggerHelperTest.java | 5 +++--
...AssociatedManagedConnectionFactoryImplTest.java | 5 +++--
.../cxf/jca/cxf/ResourceAdapterImplTest.java | 5 +++--
.../handlers/AbstractInvocationHandlerTest.java | 6 ++---
.../handlers/InvokingInvocationHandlerTest.java | 7 +++---
.../ObjectMethodInvocationHandlerTest.java | 13 +++++------
.../apache/cxf/binding/coloc/ColocUtilTest.java | 11 ++++-----
.../cxf/binding/corba/utils/ContextUtilsTest.java | 6 ++---
.../soap/MustUnderstandInterceptorTest.java | 23 ++++++++-----------
.../interceptor/XMLMessageInInterceptorTest.java | 9 ++++----
.../interceptor/XMLMessageOutInterceptorTest.java | 5 +++--
.../cxf/aegis/type/basic/DynamicProxyTest.java | 4 ++--
.../java/org/apache/cxf/jaxws/JaxWsClientTest.java | 2 +-
.../cxf/management/jmx/MBServerConnectorTest.java | 7 +++---
.../http_jetty/spring/ApplicationContextTest.java | 4 ++--
.../server/spring/ApplicationContextTest.java | 4 ++--
.../spring/ApplicationContextTest.java | 4 ++--
.../apache/cxf/ws/rm/DestinationSequenceTest.java | 2 +-
.../java/org/apache/cxf/ws/rm/RMEndpointTest.java | 11 ++++-----
.../cxf/ws/rm/soap/RMSoapOutInterceptorTest.java | 6 ++---
.../ws/rm/soap/RetransmissionQueueImplTest.java | 4 ++--
.../cxf/sts/token/validator/SCTValidatorTest.java | 4 ++--
.../cxf/systest/jaxrs/JAXRSSoapBookTest.java | 6 ++---
.../cxf/systest/jaxws/JaxWsClientThreadTest.java | 26 ++++++++++++----------
.../oauth2/grants/IntrospectionServiceTest.java | 8 +++----
.../systest/exception/GenericExceptionTest.java | 2 +-
.../ManualHttpMulitplexClientServerTest.java | 3 ++-
.../factory_pattern/MultiplexClientServerTest.java | 5 +++--
.../MultiplexHttpAddressClientServerTest.java | 3 ++-
.../jaxws/wsdl11/JAXWSDefinitionBuilderTest.java | 4 ++--
.../apache/cxf/tools/wsdlto/jaxws/CodeGenTest.java | 4 ++--
33 files changed, 115 insertions(+), 112 deletions(-)