cziegeler commented on code in PR #59: URL: https://github.com/apache/sling-org-apache-sling-api/pull/59#discussion_r2116183235
########## src/main/java/org/apache/sling/api/resource/SyntheticResource.java: ########## @@ -112,6 +116,17 @@ public String getResourceSuperType() { return resourceResolver; } + /** + * Exposes the value map containing the single property {@value ResourceResolver#PROPERTY_RESOURCE_TYPE}. + */ + @Override + public <AdapterType> AdapterType adaptTo(Class<AdapterType> type) { Review Comment: Isn't this a potentially breaking change? The AdapterManager might create a value map (super.adaptTo())- -- 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...@sling.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org