davsclaus commented on code in PR #25532:
URL: https://github.com/apache/camel/pull/25532#discussion_r3843313156
##########
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:
We are not happy with getters with logic, can you work on a better attempted
fix.
--
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]