Skip to content

Commit

Permalink
Reg. methods of RESTeasy reactive param. containers for reflection
Browse files Browse the repository at this point in the history
  • Loading branch information
zakkak committed Nov 28, 2023
1 parent 670b43c commit a69b124
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ void setupClientProxies(JaxrsClientReactiveRecorder recorder,
reflectiveClassBuildItemBuildProducer.produce(ReflectiveClassBuildItem
.builder(scannedParameterContainers.stream().map(name -> name.toString()).collect(Collectors.toSet())
.toArray(new String[0]))
.fields().build());
.methods().fields().build());

if (resourceScanningResultBuildItem.isEmpty()
|| resourceScanningResultBuildItem.get().getResult().getClientInterfaces().isEmpty()) {
Expand Down

0 comments on commit a69b124

Please sign in to comment.