Skip to content

Commit aef1ced

Browse files
authored
Merge pull request #47712 from geoand/#47711
Fix Javadoc for TLS configuration of REST Client
2 parents a04da1a + b2b1a8e commit aef1ced

File tree

1 file changed

+4
-2
lines changed
  • extensions/resteasy-classic/rest-client-config/runtime/src/main/java/io/quarkus/restclient/config

1 file changed

+4
-2
lines changed

extensions/resteasy-classic/rest-client-config/runtime/src/main/java/io/quarkus/restclient/config/RestClientsConfig.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,12 +260,13 @@ public interface RestClientsConfig {
260260
/**
261261
* The name of the TLS configuration to use.
262262
* <p>
263-
* If not set and the default TLS configuration is configured ({@code quarkus.tls.*}) then that will be used.
264263
* If a name is configured, it uses the configuration from {@code quarkus.tls.<name>.*}
265264
* If a name is configured, but no TLS configuration is found with that name then an error will be thrown.
266265
* <p>
267266
* If no TLS configuration is set, then the keys-tore, trust-store, etc. properties will be used.
268267
* <p>
268+
* The default TLS configuration is <strong>not</strong> used by default.
269+
* <p>
269270
* This property is not applicable to the RESTEasy Client.
270271
*/
271272
Optional<String> tlsConfigurationName();
@@ -543,12 +544,13 @@ default Optional<String> uriReload() {
543544
/**
544545
* The name of the TLS configuration to use.
545546
* <p>
546-
* If not set and the default TLS configuration is configured ({@code quarkus.tls.*}) then that will be used.
547547
* If a name is configured, it uses the configuration from {@code quarkus.tls.<name>.*}
548548
* If a name is configured, but no TLS configuration is found with that name then an error will be thrown.
549549
* <p>
550550
* If no TLS configuration is set, then the keys-tore, trust-store, etc. properties will be used.
551551
* <p>
552+
* The default TLS configuration is <strong>not</strong> used by default.
553+
* <p>
552554
* This property is not applicable to the RESTEasy Client.
553555
*/
554556
Optional<String> tlsConfigurationName();

0 commit comments

Comments
 (0)