This is an automated email from the ASF dual-hosted git repository. amichair pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/aries-rsa.git
commit fd2f5875f2653f55b3c59d24e4ec2dbdc35289e4 Author: Amichai Rothman <[email protected]> AuthorDate: Mon Mar 23 09:11:17 2026 +0200 Update JVM debug parameter in itests --- .../src/test/java/org/apache/aries/rsa/itests/felix/RsaTestBase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itests/felix/src/test/java/org/apache/aries/rsa/itests/felix/RsaTestBase.java b/itests/felix/src/test/java/org/apache/aries/rsa/itests/felix/RsaTestBase.java index 360e4432..ce78aeeb 100644 --- a/itests/felix/src/test/java/org/apache/aries/rsa/itests/felix/RsaTestBase.java +++ b/itests/felix/src/test/java/org/apache/aries/rsa/itests/felix/RsaTestBase.java @@ -158,7 +158,7 @@ public class RsaTestBase { } protected static Option debug() { - return CoreOptions.vmOption("-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005"); + return CoreOptions.vmOption("-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5005"); } protected static Option rsaDiscoveryConfig() {
