ilgrosso commented on code in PR #1141: URL: https://github.com/apache/syncope/pull/1141#discussion_r2228409905
########## wa/bootstrap/src/main/java/org/apache/syncope/wa/bootstrap/mapping/PropertySourceMapper.java: ########## @@ -37,7 +37,7 @@ public abstract class PropertySourceMapper { protected static final Logger LOG = LoggerFactory.getLogger(PropertySourceMapper.class); - protected static Map<String, Object> prefix(final String prefix, final Map<String, Object> map) { + public static Map<String, Object> prefix(final String prefix, final Map<String, Object> map) { Review Comment: See my other comment for the change in `WAPropertySourceLocator`: no need to make it such complex -- 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