Hi, I am creating sitemapGenratorImpl class to customize sitemap, this is the code I added@Component( service = SitemapGenerator.class, property = { "service.ranking:Integer=20" })public class SitemapGeneratorImpl extends ResourceTreeSitemapGenerator { private static final Logger LO...