@ -212,9 +212,9 @@ public final class AotServices<T> implements Iterable<T> {
@@ -212,9 +212,9 @@ public final class AotServices<T> implements Iterable<T> {
@ -66,8 +66,8 @@ public abstract class AbstractBeanDefinitionParser implements BeanDefinitionPars
@@ -66,8 +66,8 @@ public abstract class AbstractBeanDefinitionParser implements BeanDefinitionPars
@ -288,8 +288,8 @@ public abstract class CacheAspectSupport extends AbstractCacheInvoker
@@ -288,8 +288,8 @@ public abstract class CacheAspectSupport extends AbstractCacheInvoker
@ -85,8 +85,8 @@ public class NameMatchCacheOperationSource implements CacheOperationSource, Seri
@@ -85,8 +85,8 @@ public class NameMatchCacheOperationSource implements CacheOperationSource, Seri
@ -201,8 +201,8 @@ public class StandardBeanExpressionResolver implements BeanExpressionResolver {
@@ -201,8 +201,8 @@ public class StandardBeanExpressionResolver implements BeanExpressionResolver {
try{
intmaxLength=Integer.parseInt(value.trim());
Assert.isTrue(maxLength>0,()->"Value ["+maxLength+"] for system property ["
+MAX_SPEL_EXPRESSION_LENGTH_PROPERTY_NAME+"] must be positive");
Assert.isTrue(maxLength>0,()->"Value ["+maxLength+"] for system property ["+
MAX_SPEL_EXPRESSION_LENGTH_PROPERTY_NAME+"] must be positive");
@ -48,8 +48,8 @@ public class DefaultScheduledTaskObservationConvention implements ScheduledTaskO
@@ -48,8 +48,8 @@ public class DefaultScheduledTaskObservationConvention implements ScheduledTaskO
@ -108,8 +108,8 @@ public class RuntimeHintsInvocationsAssert extends AbstractAssert<RuntimeHintsIn
@@ -108,8 +108,8 @@ public class RuntimeHintsInvocationsAssert extends AbstractAssert<RuntimeHintsIn
@ -122,8 +122,8 @@ public class MockSpringFactoriesLoader extends SpringFactoriesLoader {
@@ -122,8 +122,8 @@ public class MockSpringFactoriesLoader extends SpringFactoriesLoader {
@ -102,8 +102,8 @@ public class DefaultMethodReference implements MethodReference {
@@ -102,8 +102,8 @@ public class DefaultMethodReference implements MethodReference {
@ -71,8 +71,8 @@ public class ResourceRegionEncoder extends AbstractEncoder<ResourceRegion> {
@@ -71,8 +71,8 @@ public class ResourceRegionEncoder extends AbstractEncoder<ResourceRegion> {
.withMessageContaining("Unable to instantiate factory class "
+"[org.springframework.core.io.support.MultipleConstructorArgsDummyFactory] for factory type [org.springframework.core.io.support.DummyFactory]")
.withMessageContaining("Unable to instantiate factory class "+
"[org.springframework.core.io.support.MultipleConstructorArgsDummyFactory] for factory type [org.springframework.core.io.support.DummyFactory]")
.havingRootCause().withMessageContaining("Class [org.springframework.core.io.support.MultipleConstructorArgsDummyFactory] has no suitable constructor");
@ -293,10 +293,10 @@ class JmsNamespaceHandlerTests {
@@ -293,10 +293,10 @@ class JmsNamespaceHandlerTests {
assertThat(context.containsComponentDefinition("listener1")).as("Parser should have registered a component named 'listener1'").isTrue();
assertThat(context.containsComponentDefinition("listener2")).as("Parser should have registered a component named 'listener2'").isTrue();
assertThat(context.containsComponentDefinition("listener3")).as("Parser should have registered a component named 'listener3'").isTrue();
assertThat(context.containsComponentDefinition(DefaultMessageListenerContainer.class.getName()+"#0")).as("Parser should have registered a component named '"
assertThat(context.containsComponentDefinition(DefaultMessageListenerContainer.class.getName()+"#0")).as("Parser should have registered a component named '"+
assertThat(context.containsComponentDefinition(JmsMessageEndpointManager.class.getName()+"#0")).as("Parser should have registered a component named '"+
@ -71,8 +71,8 @@ public class MessagingException extends NestedRuntimeException {
@@ -71,8 +71,8 @@ public class MessagingException extends NestedRuntimeException {
@ -202,8 +202,8 @@ public class MappingJackson2MessageConverter extends AbstractMessageConverter {
@@ -202,8 +202,8 @@ public class MappingJackson2MessageConverter extends AbstractMessageConverter {
}
// Do not log warning for serializer not found (note: different message wording on Jackson 2.9)
@ -176,8 +176,8 @@ public class GenericMessagingTemplate extends AbstractDestinationResolvingMessag
@@ -176,8 +176,8 @@ public class GenericMessagingTemplate extends AbstractDestinationResolvingMessag
@ -538,8 +538,8 @@ public abstract class AbstractStompBrokerRelayIntegrationTests {
@@ -538,8 +538,8 @@ public abstract class AbstractStompBrokerRelayIntegrationTests {
@ -55,8 +57,8 @@ public class DelegatingSmartContextLoader extends AbstractDelegatingSmartContext
@@ -55,8 +57,8 @@ public class DelegatingSmartContextLoader extends AbstractDelegatingSmartContext
@ -39,9 +39,9 @@ public class WebDelegatingSmartContextLoader extends AbstractDelegatingSmartCont
@@ -39,9 +39,9 @@ public class WebDelegatingSmartContextLoader extends AbstractDelegatingSmartCont
@ -55,8 +55,8 @@ public class WebDelegatingSmartContextLoader extends AbstractDelegatingSmartCont
@@ -55,8 +55,8 @@ public class WebDelegatingSmartContextLoader extends AbstractDelegatingSmartCont
assertThat(ProfileValueUtils.isTestEnabledInThisEnvironment(profileValueSource,testMethod,testClass)).as("Test method ["+testMethod+"] should be enabled for ProfileValueSource ["+profileValueSource
assertThat(ProfileValueUtils.isTestEnabledInThisEnvironment(profileValueSource,testMethod,testClass)).as("Test method ["+testMethod+"] should be disabled for ProfileValueSource ["+profileValueSource
@ -98,8 +98,7 @@ public class BeforeAndAfterTransactionAnnotationTests extends AbstractTransactio
@@ -98,8 +98,7 @@ public class BeforeAndAfterTransactionAnnotationTests extends AbstractTransactio
@Before
publicvoidbefore(){
assertShouldBeInTransaction();
longexpected=(this.inTransaction?1
:0);
longexpected=(this.inTransaction?1:0);
assertThat(countRowsInPersonTable(jdbcTemplate)).as("Verifying the number of rows in the person table before a test method.").isEqualTo(expected);
@ -42,8 +42,9 @@ public class ClassPathResourceSpringJUnit4ClassRunnerAppCtxTests extends SpringJ
@@ -42,8 +42,9 @@ public class ClassPathResourceSpringJUnit4ClassRunnerAppCtxTests extends SpringJ
@ -99,8 +99,7 @@ public class JUnit4SpringContextWebTests extends AbstractJUnit4SpringContextTest
@@ -99,8 +99,7 @@ public class JUnit4SpringContextWebTests extends AbstractJUnit4SpringContextTest
assertThat(webRequest).as("ServletWebRequest should have been autowired from the WAC.").isNotNull();
@ -416,14 +416,13 @@ final class MultipartParser extends BaseSubscriber<DataBuffer> {
@@ -416,14 +416,13 @@ final class MultipartParser extends BaseSubscriber<DataBuffer> {
@ -212,8 +212,8 @@ public class PartEventHttpMessageReader extends LoggingCodecSupport implements H
@@ -212,8 +212,8 @@ public class PartEventHttpMessageReader extends LoggingCodecSupport implements H
@ -163,9 +163,8 @@ final class PartGenerator extends BaseSubscriber<MultipartParser.Token> {
@@ -163,9 +163,8 @@ final class PartGenerator extends BaseSubscriber<MultipartParser.Token> {
returntrue;
}
else{
logger.warn("Could not switch from "+oldState+
" to "+newState+"; current state:"
+this.state.get());
logger.warn("Could not switch from "+oldState+" to "+newState+
@ -321,9 +321,9 @@ public class InvocableHandlerMethod extends HandlerMethod {
@@ -321,9 +321,9 @@ public class InvocableHandlerMethod extends HandlerMethod {
@ -342,9 +342,9 @@ public class InvocableHandlerMethod extends HandlerMethod {
@@ -342,9 +342,9 @@ public class InvocableHandlerMethod extends HandlerMethod {
@ -360,9 +360,9 @@ public class InvocableHandlerMethod extends HandlerMethod {
@@ -360,9 +360,9 @@ public class InvocableHandlerMethod extends HandlerMethod {
@ -382,9 +382,9 @@ public class InvocableHandlerMethod extends HandlerMethod {
@@ -382,9 +382,9 @@ public class InvocableHandlerMethod extends HandlerMethod {
@ -245,8 +245,8 @@ public class HttpEntityMethodProcessor extends AbstractMessageConverterMethodPro
@@ -245,8 +245,8 @@ public class HttpEntityMethodProcessor extends AbstractMessageConverterMethodPro
@ -41,8 +41,8 @@ public class SockJsMessageDeliveryException extends SockJsException {
@@ -41,8 +41,8 @@ public class SockJsMessageDeliveryException extends SockJsException {