Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit c95ba4a

Browse files
aclementsnicoll
authored andcommitted
Fix configclient-new sample
1 parent caf5543 commit c95ba4a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

spring-native-configuration/src/main/java/org/springframework/boot/SpringBootHints.java

+1-5
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,7 @@
6262
LogManager.class,
6363
JavaLoggingSystem.class
6464
}, access = AccessBits.LOAD_AND_CONSTRUCT | AccessBits.PUBLIC_METHODS)
65-
// ,@TypeHint(types = {
66-
// java.util.LinkedHashSet.class,
67-
// Set.class
68-
// }
69-
// )
65+
,@TypeHint(types = { java.util.LinkedHashSet.class }, access=AccessBits.LOAD_AND_CONSTRUCT) // configclient-new - can it be inferred?
7066
},
7167
initialization = @InitializationHint(types = {
7268
org.springframework.boot.BeanDefinitionLoader.class,

0 commit comments

Comments
 (0)