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


##########
components/camel-as2/camel-as2-api/src/main/java/org/apache/camel/component/as2/api/AS2AsyncMDNServerConnection.java:
##########
@@ -152,6 +152,8 @@ public RequestHandlerThread(HttpService httpService, Socket 
inSocket) throws IOE
             // parses the received AS2MessageEntity
             AS2BHttpServerConnection inConn = new 
AS2BHttpServerConnection(cfg);
             inConn.bind(inSocket);
+            // TODO Update 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



##########
components/camel-as2/camel-as2-api/src/main/java/org/apache/camel/component/as2/api/AS2ServerConnection.java:
##########
@@ -143,6 +143,8 @@ public RequestHandlerThread(HttpService httpService, Socket 
inSocket) throws IOE
             LOG.info("Incoming connection from {}", inSocket.getInetAddress());
             inConn.bind(inSocket);
 
+            // TODO Update 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