jsedding commented on pull request #31: URL: https://github.com/apache/sling-org-apache-sling-api/pull/31#issuecomment-841121692
As @joerghoh pointed out in SLING-10371, the javadocs for `Map` in general and `ConcurrentHashMap` in particular state that the callback in `Map#computeIfAbsent()` must not modify the same map. I.e. a re-entrant scenario as is present with nested adaptables is not supported. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
