davsclaus commented on code in PR #25532:
URL: https://github.com/apache/camel/pull/25532#discussion_r3843335219
##########
core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/BaseExecutorServiceManager.java:
##########
@@ -137,6 +137,10 @@ public void setDefaultThreadPoolProfile(ThreadPoolProfile
defaultThreadPoolProfi
@Override
public String getThreadNamePattern() {
+ if (threadNamePattern == null) {
Review Comment:
Maybe do this kind of logic in the resolve method, so the getter can be plain
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]