Skip to content

Commit 83efe8c

Browse files
committed
Remove deprecation on CandidateComponentsIndex(Loader)
See gh-35472
1 parent 2c83144 commit 83efe8c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

spring-context/src/main/java/org/springframework/context/annotation/ClassPathScanningCandidateComponentProvider.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@
9090
* @see ScannedGenericBeanDefinition
9191
* @see CandidateComponentsIndex
9292
*/
93-
@SuppressWarnings("removal") // components index
9493
public class ClassPathScanningCandidateComponentProvider implements EnvironmentCapable, ResourceLoaderAware {
9594

9695
static final String DEFAULT_RESOURCE_PATTERN = "**/*.class";

spring-orm/src/main/java/org/springframework/orm/jpa/persistenceunit/PersistenceManagedTypesScanner.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
* @author Stephane Nicoll
5555
* @since 6.0
5656
*/
57-
@SuppressWarnings("removal") // components index
5857
public final class PersistenceManagedTypesScanner {
5958

6059
private static final String CLASS_RESOURCE_PATTERN = "/**/*.class";

0 commit comments

Comments
 (0)