@ -32,7 +32,7 @@ public class NonUniqueCacheException extends RuntimeException {
@@ -32,7 +32,7 @@ public class NonUniqueCacheException extends RuntimeException {
@ -326,7 +326,7 @@ public class ConfigurationPropertiesReportEndpoint implements ApplicationContext
@@ -326,7 +326,7 @@ public class ConfigurationPropertiesReportEndpoint implements ApplicationContext
catch(Exceptionex){
if(logger.isDebugEnabled()){
logger.debug("Skipping '"+writer.getFullName()+"' on '"+pojo.getClass().getName()
+"' as an exception "+"was thrown when retrieving its value",ex);
+"' as an exception was thrown when retrieving its value",ex);
@ -35,7 +35,7 @@ public final class MissingParametersException extends InvalidEndpointRequestExce
@@ -35,7 +35,7 @@ public final class MissingParametersException extends InvalidEndpointRequestExce
@ -113,7 +113,7 @@ public class JmxEndpointExporter implements InitializingBean, DisposableBean, Be
@@ -113,7 +113,7 @@ public class JmxEndpointExporter implements InitializingBean, DisposableBean, Be
privatevoidunregister(ObjectNameobjectName){
try{
if(logger.isDebugEnabled()){
logger.debug("Unregister endpoint with ObjectName '"+objectName+"' "+"from the JMX domain");
logger.debug("Unregister endpoint with ObjectName '"+objectName+"' from the JMX domain");
@ -62,7 +62,7 @@ public class DiskSpaceHealthIndicator extends AbstractHealthIndicator {
@@ -62,7 +62,7 @@ public class DiskSpaceHealthIndicator extends AbstractHealthIndicator {
builder.up();
}
else{
logger.warn(String.format("Free disk space below threshold. "+"Available: %d bytes (threshold: %s)",
logger.warn(String.format("Free disk space below threshold. Available: %d bytes (threshold: %s)",
@ -207,7 +207,7 @@ public class AutoConfigurationImportSelector implements DeferredImportSelector,
@@ -207,7 +207,7 @@ public class AutoConfigurationImportSelector implements DeferredImportSelector,
@ -177,7 +177,7 @@ public class HttpMessageConverters implements Iterable<HttpMessageConverter<?>>
@@ -177,7 +177,7 @@ public class HttpMessageConverters implements Iterable<HttpMessageConverter<?>>
@ -145,7 +145,7 @@ public class CacheAutoConfigurationTests extends AbstractCacheAutoConfigurationT
@@ -145,7 +145,7 @@ public class CacheAutoConfigurationTests extends AbstractCacheAutoConfigurationT
@ -182,7 +182,7 @@ public class CacheAutoConfigurationTests extends AbstractCacheAutoConfigurationT
@@ -182,7 +182,7 @@ public class CacheAutoConfigurationTests extends AbstractCacheAutoConfigurationT
@ -209,7 +209,7 @@ public class CacheAutoConfigurationTests extends AbstractCacheAutoConfigurationT
@@ -209,7 +209,7 @@ public class CacheAutoConfigurationTests extends AbstractCacheAutoConfigurationT
@ -288,7 +288,7 @@ public class CacheAutoConfigurationTests extends AbstractCacheAutoConfigurationT
@@ -288,7 +288,7 @@ public class CacheAutoConfigurationTests extends AbstractCacheAutoConfigurationT
@ -437,7 +437,7 @@ public class CacheAutoConfigurationTests extends AbstractCacheAutoConfigurationT
@@ -437,7 +437,7 @@ public class CacheAutoConfigurationTests extends AbstractCacheAutoConfigurationT
@ -541,7 +541,7 @@ public class CacheAutoConfigurationTests extends AbstractCacheAutoConfigurationT
@@ -541,7 +541,7 @@ public class CacheAutoConfigurationTests extends AbstractCacheAutoConfigurationT
@ -626,7 +626,7 @@ public class CacheAutoConfigurationTests extends AbstractCacheAutoConfigurationT
@@ -626,7 +626,7 @@ public class CacheAutoConfigurationTests extends AbstractCacheAutoConfigurationT
@ -57,7 +57,7 @@ public class EhCache2CacheAutoConfigurationTests extends AbstractCacheAutoConfig
@@ -57,7 +57,7 @@ public class EhCache2CacheAutoConfigurationTests extends AbstractCacheAutoConfig
@ -52,7 +52,7 @@ public class InstallCommand extends OptionParsingCommand {
@@ -52,7 +52,7 @@ public class InstallCommand extends OptionParsingCommand {
@ -135,7 +135,7 @@ public class DependencyManagementBomTransformation extends AnnotatedNodeASTTrans
@@ -135,7 +135,7 @@ public class DependencyManagementBomTransformation extends AnnotatedNodeASTTrans
reportError("@DependencyManagementBom requires an inline constant that is a "+"string or a string array",
reportError("@DependencyManagementBom requires an inline constant that is a string or a string array",
valueExpression);
returnCollections.emptyList();
}
@ -148,7 +148,7 @@ public class DependencyManagementBomTransformation extends AnnotatedNodeASTTrans
@@ -148,7 +148,7 @@ public class DependencyManagementBomTransformation extends AnnotatedNodeASTTrans
expressions.add((ConstantExpression)expression);
}
else{
reportError("Each entry in the array must be an "+"inline string constant",expression);
reportError("Each entry in the array must be an inline string constant",expression);
@ -84,7 +84,7 @@ public class DevToolsPropertyDefaultsPostProcessor implements EnvironmentPostPro
@@ -84,7 +84,7 @@ public class DevToolsPropertyDefaultsPostProcessor implements EnvironmentPostPro
@ -104,7 +104,7 @@ public class RemoteClientConfiguration implements InitializingBean {
@@ -104,7 +104,7 @@ public class RemoteClientConfiguration implements InitializingBean {
@ -59,7 +59,7 @@ final class ClassLoaderFilesResourcePatternResolver implements ResourcePatternRe
@@ -59,7 +59,7 @@ final class ClassLoaderFilesResourcePatternResolver implements ResourcePatternRe
@ -88,8 +88,8 @@ public class SpringBootContextLoader extends AbstractContextLoader {
@@ -88,8 +88,8 @@ public class SpringBootContextLoader extends AbstractContextLoader {
@ -244,7 +244,7 @@ public class SpringBootContextLoader extends AbstractContextLoader {
@@ -244,7 +244,7 @@ public class SpringBootContextLoader extends AbstractContextLoader {
@ -85,7 +85,7 @@ public class SpringBootTestContextBootstrapper extends DefaultTestContextBootstr
@@ -85,7 +85,7 @@ public class SpringBootTestContextBootstrapper extends DefaultTestContextBootstr
@ -232,7 +232,7 @@ public class SpringBootTestContextBootstrapper extends DefaultTestContextBootstr
@@ -232,7 +232,7 @@ public class SpringBootTestContextBootstrapper extends DefaultTestContextBootstr
Assert.state(found!=null,"Unable to find a @SpringBootConfiguration, you need to use "
+"@ContextConfiguration or @SpringBootTest(classes=...) "+"with your test");
+"@ContextConfiguration or @SpringBootTest(classes=...) with your test");
logger.info("Found @SpringBootConfiguration "+found.getName()+" for test "+mergedConfig.getTestClass());
returnmerge(found,classes);
}
@ -327,7 +327,7 @@ public class SpringBootTestContextBootstrapper extends DefaultTestContextBootstr
@@ -327,7 +327,7 @@ public class SpringBootTestContextBootstrapper extends DefaultTestContextBootstr
@ -125,7 +125,7 @@ public class MockitoPostProcessor extends InstantiationAwareBeanPostProcessorAda
@@ -125,7 +125,7 @@ public class MockitoPostProcessor extends InstantiationAwareBeanPostProcessorAda
@ -96,9 +96,9 @@ public class MockServerRestTemplateCustomizer implements RestTemplateCustomizer
@@ -96,9 +96,9 @@ public class MockServerRestTemplateCustomizer implements RestTemplateCustomizer
publicMockRestServiceServergetServer(){
Assert.state(!this.servers.isEmpty(),"Unable to return a single MockRestServiceServer since "
+"MockServerRestTemplateCustomizer has not been bound to "+"a RestTemplate");
+"MockServerRestTemplateCustomizer has not been bound to a RestTemplate");
Assert.state(this.servers.size()==1,"Unable to return a single MockRestServiceServer since "
+"MockServerRestTemplateCustomizer has been bound to "+"more than one RestTemplate");
+"MockServerRestTemplateCustomizer has been bound to more than one RestTemplate");