apupier commented on PR #25265:
URL: https://github.com/apache/camel/pull/25265#issuecomment-5140100739
need to format:
```
diff --git
a/components/camel-kamelet/src/test/java/org/apache/camel/component/kamelet/KameletVirtualThreadsRouteCreationTest.java
b/components/camel-kamelet/src/test/java/org/apache/camel/component/kamelet/KameletVirtualThreadsRouteCreationTest.java
index 13e93a86b737..d5f9f568d0a1 100644
---
a/components/camel-kamelet/src/test/java/org/apache/camel/component/kamelet/KameletVirtualThreadsRouteCreationTest.java
+++
b/components/camel-kamelet/src/test/java/org/apache/camel/component/kamelet/KameletVirtualThreadsRouteCreationTest.java
@@ -33,8 +33,8 @@ import static
org.assertj.core.api.Assertions.assertThatCode;
/**
* CAMEL-24320: Kamelet route creation must not NPE when virtual threads
are enabled on JDK 25+.
* <p>
- * Virtual threads must be selected before the first {@code ContextValue}
is created; the system property is set in
- * a static initializer so {@code ContextValueFactory} picks the
ScopedValue backend when this class loads first in an
+ * Virtual threads must be selected before the first {@code ContextValue}
is created; the system property is set in a
+ * static initializer so {@code ContextValueFactory} picks the ScopedValue
backend when this class loads first in an
* isolated fork. {@link
org.apache.camel.util.concurrent.ScopedValueContextValueOrElseTest} is the
primary unit guard.
*/
@Isolated
```
--
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]