kaajaln2 commented on code in PR #7983: URL: https://github.com/apache/geode/pull/7983#discussion_r2957122973
########## geode-web-api/src/main/java/org/apache/geode/rest/internal/web/swagger/config/SwaggerConfig.java: ########## Review Comment: @JinwooHwang For the deprecated method parser.setMatchOptionalTrailingSeparator(), I think we can wait until we upgrade to Spring 6.2+ and then switch to [URLHandlerFilter](https://docs.spring.io/spring-framework/reference/web/webmvc/filters.html#filters.url-handler) ########## geode-deployment/geode-deployment-legacy/src/main/java/org/apache/geode/classloader/internal/LegacyClasspathServiceImpl.java: ########## Review Comment: @JinwooHwang Since we are just retrieving the proxy class and no other behavior, the handler is a no-op. I had to add the handler in order to use non-deprecated method. -- 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]
