Remove Flux from PulsarRuntimeHints

This commit is contained in:
Soby Chacko
2022-11-18 09:28:57 -05:00
parent 77e5fc8f25
commit f173e3fcb7

View File

@@ -86,7 +86,7 @@ public class PulsarRuntimeHints implements RuntimeHintsRegistrar {
.forEach(typeName -> reflectionHints.registerTypeIfPresent(classLoader, typeName,
MemberCategory.DECLARED_FIELDS));
Stream.of("reactor.core.publisher.Flux", "com.github.benmanes.caffeine.cache.SSMSA",
Stream.of("com.github.benmanes.caffeine.cache.SSMSA",
"com.github.benmanes.caffeine.cache.PSAMS")
.forEach(typeName -> reflectionHints.registerTypeIfPresent(classLoader, typeName,
MemberCategory.INVOKE_DECLARED_CONSTRUCTORS, MemberCategory.INVOKE_DECLARED_METHODS,