rishabhdaim commented on PR #3077: URL: https://github.com/apache/jackrabbit-oak/pull/3077#issuecomment-5267336081
P2: Could we avoid changing the JVM-global `keystore.type` here and instead use a PKCS12 test fixture? ApacheDS 2.0.0-M24 loads file-based keystores using `KeyStore.getDefaultType()`, which is PKCS12 on the supported Java 11–26 runtimes, so matching the fixture to that default removes the process-wide mutation entirely. That avoids setup-failure leaks, concurrent test interference, and restoration bugs, while keeping non-SSL tests isolated; it is safer than synchronizing and restoring a global security property. -- 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]
