This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit f8bbd0a7910ef34dd20cfb5dbb4128185a31663b
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Mon Oct 13 09:46:15 2025 +0200

    chore(components): as2 revert lambda
---
 .../test/java/org/apache/camel/component/as2/api/AS2MessageTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-as2/camel-as2-api/src/test/java/org/apache/camel/component/as2/api/AS2MessageTest.java
 
b/components/camel-as2/camel-as2-api/src/test/java/org/apache/camel/component/as2/api/AS2MessageTest.java
index 07c0ce1c1d31..7e68bd233fe1 100644
--- 
a/components/camel-as2/camel-as2-api/src/test/java/org/apache/camel/component/as2/api/AS2MessageTest.java
+++ 
b/components/camel-as2/camel-as2-api/src/test/java/org/apache/camel/component/as2/api/AS2MessageTest.java
@@ -515,7 +515,7 @@ public class AS2MessageTest extends AS2MessageTestBase {
         // Send MDN
         HttpCoreContext httpContext = mdnManager.send(mdn, 
mdn.getMainMessageContentType(), RECIPIENT_DELIVERY_ADDRESS);
         HttpRequest mndRequest = httpContext.getRequest();
-        
Arrays.stream(request.getHeaders(AS2Header.CONTENT_DISPOSITION)).forEach(h -> 
LOG.debug(h));
+        
Arrays.stream(request.getHeaders(AS2Header.CONTENT_DISPOSITION)).forEach(h -> 
LOG.debug("{}", h));
         DispositionNotificationMultipartReportEntity reportEntity
                 = HttpMessageUtils.getEntity(mndRequest, 
DispositionNotificationMultipartReportEntity.class);
         assertNotNull(reportEntity, "Request does not contain report");

Reply via email to