poorbarcode commented on code in PR #16577:
URL: https://github.com/apache/pulsar/pull/16577#discussion_r922940631
##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/web/WebService.java:
##########
@@ -75,6 +76,9 @@ public class WebService implements AutoCloseable {
private final FilterInitializer filterInitializer;
private JettyStatisticsCollector jettyStatisticsCollector;
+ @Getter
+ private DynamicSkipUnknownPropertyHandler sharedJsonMapperProvider = new
DynamicSkipUnknownPropertyHandler();
Review Comment:
Already fixed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]