rhuan080 commented on code in PR #9972: URL: https://github.com/apache/camel/pull/9972#discussion_r1182694356
########## core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/AbstractDynamicRegistry.java: ########## @@ -40,7 +39,7 @@ * Base implementation for {@link org.apache.camel.spi.EndpointRegistry}, * {@link org.apache.camel.spi.TransformerRegistry}, and {@link org.apache.camel.spi.ValidatorRegistry}. */ -public class AbstractDynamicRegistry<K, V> extends AbstractMap<K, V> implements StaticService { +public class AbstractDynamicRegistry<K, V> extends ConcurrentHashMap<K, V> implements StaticService { Review Comment: I agree with you. This PR is solving an issue. I think we can fix this issue with this code and open an improvement issue to review this point. -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org