Skip to content

Conversation

vietj
Copy link
Member

@vietj vietj commented 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:

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

@vietj vietj added this to the 5.1.0 milestone Sep 17, 2025
@vietj vietj self-assigned this Sep 17, 2025
@vietj vietj force-pushed the deprecate-self-signed-certificate branch from dd16e1f to 5b6ce39 Compare September 17, 2025 19:53
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:

- Deprecate SelfSignedCertificate
- Replace usage of SelfSignedCertificate in testing
- Remove SelfSignedCertificate from documentation
@vietj vietj force-pushed the deprecate-self-signed-certificate branch from 5b6ce39 to 06feaf6 Compare September 17, 2025 19:54
@vietj vietj merged commit 8a7fad3 into master Sep 17, 2025
8 of 13 checks passed
@vietj vietj deleted the deprecate-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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant