He-Pin commented on code in PR #888:
URL: https://github.com/apache/pekko-http/pull/888#discussion_r2605806997


##########
build.sbt:
##########
@@ -212,6 +212,9 @@ lazy val httpTests = project("http-tests")
   .addPekkoModuleDependency("pekko-stream", "provided", 
PekkoCoreDependency.default)
   .addPekkoModuleDependency("pekko-multi-node-testkit", "test", 
PekkoCoreDependency.default)
   .settings(
+    // following is needed by Agrona lib (PekkoHttpServerLatencyMultiNodeSpec)
+    // https://github.com/aeron-io/agrona/wiki/Change-Log#200-2024-12-17
+    MultiJvm / jvmOptions += 
"--add-opens=java.base/jdk.internal.misc=ALL-UNNAMED",

Review Comment:
   Nice
   
   At work , I have many opens.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to