You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This better aligns with Spring's naming of `@ComponentScan`. In this case,
the classpath builder is scanning for resources to add to itself rather
than components to add to the `ApplicationContext`.
Closesgh-48
Copy file name to clipboardExpand all lines: spring-boot-testjars/src/main/java/org/springframework/experimental/boot/server/exec/ClasspathBuilder.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -38,11 +38,11 @@ public ClasspathBuilder files(String... classpathEntries) {
38
38
39
39
/**
40
40
* Recursively adds the package of the provided class.
41
-
* @param clazz the class to add to the classpath
41
+
* @param clazz the class used to determine the basePackage for scanning
42
42
* @return the {@link ClasspathBuilder} for additional modifications.
Copy file name to clipboardExpand all lines: spring-boot-testjars/src/main/java/org/springframework/experimental/boot/server/exec/CommonsExecWebServerFactoryBean.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ public class CommonsExecWebServerFactoryBean
Copy file name to clipboardExpand all lines: spring-boot-testjars/src/main/java/org/springframework/experimental/boot/server/exec/ScanningClasspathEntry.java
Copy file name to clipboardExpand all lines: spring-boot-testjars/src/test/java/org/springframework/experimental/boot/server/exec/ScanningClasspathEntryTests.java
0 commit comments