apupier commented on code in PR #18682:
URL: https://github.com/apache/camel/pull/18682#discussion_r2222251566


##########
core/camel-core-languages/src/main/java/org/apache/camel/language/csimple/CSimpleHelper.java:
##########
@@ -270,6 +270,8 @@ public static String threadName() {
     }
 
     public static long threadId() {
+        // TODO Once basline is Java 21

Review Comment:
   typo basline --> baseline , I guess it wil lbe useful to have the correct 
workding to easily search for similar todos



##########
core/camel-management/src/main/java/org/apache/camel/management/mbean/ManagedAsyncProcessorAwaitManager.java:
##########
@@ -82,6 +82,8 @@ public TabularData browse() {
 
     private static CompositeData 
toCompositeData(AsyncProcessorAwaitManager.AwaitThread entry, CompositeType ct)
             throws OpenDataException {
+        // TODO Once basline is Java 21

Review Comment:
   typo basline --> baseline , I guess it wil lbe useful to have the correct 
workding to easily search for similar todos



-- 
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]

Reply via email to