andrea-patricelli commented on code in PR #958: URL: https://github.com/apache/syncope/pull/958#discussion_r1922583282
########## fit/core-reference/src/test/java/org/apache/syncope/fit/core/UserIssuesITCase.java: ########## @@ -1820,4 +1826,58 @@ void issueSYNCOPE1818() { jdbcTemplate.update("DELETE FROM TESTPULL WHERE USERNAME = 'rossini'"); } } + + @Test + void issueSYNCOPE1853() { + UserTO bellini = USER_SERVICE.read("bellini"); Review Comment: For readability, reverting to keys. ########## core/provisioning-java/src/main/java/org/apache/syncope/core/provisioning/java/data/GroupDataBinderImpl.java: ########## @@ -460,12 +460,18 @@ public GroupTO getGroupTO(final String key) { return getGroupTO(groupDAO.authFind(key), true); } - protected static void populateTransitiveResources( - final Group group, final Any<?> any, final Map<String, PropagationByResource<String>> result) { + protected void populateTransitiveResources( Review Comment: Why is it needed static? -- 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...@syncope.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org