kkewwei commented on code in PR #473: URL: https://github.com/apache/httpcomponents-core/pull/473#discussion_r1706969796
########## httpcore5/src/main/java/org/apache/hc/core5/util/ReflectionUtils.java: ########## @@ -44,12 +46,13 @@ public static void callSetter(final Object object, final String setterName, fina } } - public static <T> T callGetter(final Object object, final String getterName, final Class<T> resultType) { + public static <T> T callGetter(final Object object, final String getterName, final Object arg, final Class argType, final Class<T> resultType) { Review Comment: It indeed seem unreasonable to change the publish method. others may be depend on it. Should I create the similar 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: dev-unsubscr...@hc.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org