Merge remote-tracking branch 'origin/GP-4292_Dan_expandMeansRefresh--SQUASHED'

This commit is contained in:
Ryan Kurtz 2024-02-15 11:21:47 -05:00
commit 79b04c5a04
7 changed files with 184 additions and 15 deletions

View file

@ -428,7 +428,8 @@ public class TraceRmiTarget extends AbstractTarget {
@Override
protected Map<String, ActionEntry> collectRefreshActions(ActionContext context) {
return collectByName(ActionName.REFRESH, context);
return collectFromMethods(connection.getMethods().getByAction(ActionName.REFRESH), context,
true, false, false);
}
@Override