Skip to content

Commit f2b2dff

Browse files
committed
Merge branch 'main' into fix-1757-cleanup-for-main
2 parents 816f081 + 8963308 commit f2b2dff

File tree

2 files changed

+1
-82
lines changed

2 files changed

+1
-82
lines changed

spring-cloud-kubernetes-commons/src/main/java/org/springframework/cloud/kubernetes/commons/config/reload/ConfigReloadUtil.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ public static boolean reload(PropertySourceLocator locator, ConfigurableEnvironm
8888
* @return finds all registered property sources of the given type
8989
* @deprecated this method will not be public in the next major release.
9090
*/
91-
@Deprecated(forRemoval = false)
92-
public static <S extends PropertySource<?>> List<S> findPropertySources(Class<S> sourceClass,
91+
static <S extends PropertySource<?>> List<S> findPropertySources(Class<S> sourceClass,
9392
ConfigurableEnvironment environment) {
9493
List<S> managedSources = new ArrayList<>();
9594

spring-cloud-kubernetes-fabric8-config/src/test/java/org/springframework/cloud/kubernetes/fabric8/config/EventBasedConfigurationChangeDetectorTests.java

Lines changed: 0 additions & 80 deletions
This file was deleted.

0 commit comments

Comments
 (0)