This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-http.git
The following commit(s) were added to refs/heads/main by this push:
new 6c4dc05f0 try to fix agrona unsafe-api issue in
PekkoHttpServerLatencyMultiNodeSpec (#888)
6c4dc05f0 is described below
commit 6c4dc05f0ba96eee749c381d5ad9425c52dca41b
Author: PJ Fanning <[email protected]>
AuthorDate: Wed Dec 10 11:38:30 2025 +0100
try to fix agrona unsafe-api issue in PekkoHttpServerLatencyMultiNodeSpec
(#888)
* try to fix agrona unsafe-api issue in PekkoHttpServerLatencyMultiNodeSpec
* temp run all tests in PRs
* Uncomment pull request validation step in workflow
---
build.sbt | 3 +++
1 file changed, 3 insertions(+)
diff --git a/build.sbt b/build.sbt
index 2c7127f58..0f6cb544d 100644
--- a/build.sbt
+++ b/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",
// Fix to reenable scala-steward, see
https://gitter.im/scala-steward-org/scala-steward?at=6183bb66d78911028a1b7cd8
// Putting that jar file with the complicated name into the git tree
directly breaks if something in the environment
// has unicode path names configured wrongly. So, we wrap it into an extra
zip file which is extracted before
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]