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

Commit 43f850e

Browse files
committed
Remove unneeded Flux entry in WebFluxHints
Closes gh-1246
1 parent 3a0e712 commit 43f850e

File tree

1 file changed

+0
-1
lines changed
  • spring-native-configuration/src/main/java/org/springframework/boot/autoconfigure/web/reactive

1 file changed

+0
-1
lines changed

spring-native-configuration/src/main/java/org/springframework/boot/autoconfigure/web/reactive/WebFluxHints.java

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
resources = @ResourceHint(patterns = "org/springframework/web/util/HtmlCharacterEntityReferences.properties"),
3636
types = {
3737
@TypeHint(types= HandlerResult.class),
38-
@TypeHint(types = Flux.class, access = AccessBits.CLASS),
3938
@TypeHint(typeNames = "org.springframework.web.reactive.result.method.AbstractHandlerMethodMapping$PreFlightAmbiguousMatchHandler",
4039
access = AccessBits.CLASS | AccessBits.DECLARED_CONSTRUCTORS | AccessBits.DECLARED_METHODS)
4140
})

0 commit comments

Comments
 (0)