-
Notifications
You must be signed in to change notification settings - Fork 41.4k
Closed
Description
spring-boot > git grep -h 'import .*StringUtils;' | sort -u
import org.codehaus.plexus.util.StringUtils;
import org.flywaydb.core.internal.util.StringUtils;
import org.springframework.util.StringUtils;
spring-boot > git grep org.flywaydb.core.internal.util.StringUtils
spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/EnableAutoConfigurationImportSelectorTests.java:import org.flywaydb.core.internal.util.StringUtils;
spring-boot > git grep org.codehaus.plexus.util.StringUtils
spring-boot-cli/src/main/java/org/springframework/boot/cli/command/init/ServiceCapabilitiesReportGenerator.java:import org.codehaus.plexus.util.StringUtils;
I believe that EnableAutoConfigurationImportSelectorTests
and ServiceCapabilitiesReportGenerator
have imported wrong StringUtils
. Am I right?
Metadata
Metadata
Assignees
Labels
type: bugA general bugA general bug