Skip to content

Conversation

vietj
Copy link
Member

@vietj vietj commented Sep 17, 2025

Remove usage of SelfSignedCertificate and mention from documentation.

Motivation:

SelfSignedCertificate does not work consistently on stock Java distribution and requires Bouncy Castle. As consequence it cannot really be used for testing and is complicated to test as well.

Changes:

  • Replace usage of SelfSignedCertificate in testing
  • Remove SelfSignedCertificate from documentation

@vietj vietj added this to the 5.0.5 milestone Sep 17, 2025
@vietj vietj self-assigned this Sep 17, 2025
Motivation:

SelfSignedCertificate does not work consistently on stock Java distribution and requires Bouncy Castle. As consequence it cannot really be used for testing and is complicated to test as well.

Changes:

- Replace usage of SelfSignedCertificate in testing
- Remove SelfSignedCertificate from documentation
@vietj vietj force-pushed the remove-usage-of-self-signed-certificate branch from 99a8664 to 4dcb07d Compare September 17, 2025 20:56
@vietj vietj merged commit 16fa36d into 5.0 Sep 17, 2025
7 checks passed
@vietj vietj deleted the remove-usage-of-self-signed-certificate branch September 17, 2025 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant