Skip to content

Commit

Permalink
Update extensions/resteasy-reactive/rest/deployment/src/main/java/io/…
Browse files Browse the repository at this point in the history
…quarkus/resteasy/reactive/server/deployment/ResteasyReactiveProcessor.java

Co-authored-by: George Gastaldi <[email protected]>
  • Loading branch information
poldinik and gastaldi authored Apr 28, 2024
1 parent ff46207 commit 133fde4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -635,8 +635,7 @@ public Supplier<Boolean> apply(ClassInfo classInfo) {
}
});

allowNotRestParametersBuildItem
.ifPresent(skip -> serverEndpointIndexerBuilder.skipAllNotMethodParameter(true));
serverEndpointIndexerBuilder.skipAllNotMethodParameter (allowNotRestParametersBuildItem.isPresent());

if (!serverDefaultProducesHandlers.isEmpty()) {
List<DefaultProducesHandler> handlers = new ArrayList<>(serverDefaultProducesHandlers.size());
Expand Down

0 comments on commit 133fde4

Please sign in to comment.