davsclaus commented on code in PR #21743:
URL: https://github.com/apache/camel/pull/21743#discussion_r2895596299
##########
core/camel-main/src/main/java/org/apache/camel/main/MainConfigurationProperties.java:
##########
@@ -586,6 +587,23 @@ public void setBasePackageScanEnabled(boolean
basePackageScanEnabled) {
this.basePackageScanEnabled = basePackageScanEnabled;
}
+ public boolean isVirtualThreadsEnabled() {
Review Comment:
There is also a builder syntax ala withXXX that needs to be added that are
in this class (I think)
--
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]