Fix link in Javadoc
Build and Deploy Snapshot / Build and Deploy Snapshot (push) Waiting to run Details
Build and Deploy Snapshot / Verify (push) Blocked by required conditions Details
Deploy Docs / Dispatch docs deployment (push) Waiting to run Details

See gh-35042
See gh-35078
This commit is contained in:
Sam Brannen 2025-06-19 13:58:29 +02:00
parent f478f5cdc8
commit c17b481939
1 changed files with 2 additions and 1 deletions

View File

@ -280,7 +280,8 @@ public interface WebTestClient {
* Provide SSL session information and certificates for the mock server.
* @param sslInfo the {@link SslInfo} to use
* @since 7.0
* @see org.springframework.mock.http.server.reactive.MockSslInfo
* @see SslInfo#from(String)
* @see SslInfo#from(String, java.security.cert.X509Certificate...)
*/
<T extends B> T sslInfo(SslInfo sslInfo);