Skip to content

Commit 2ba7074

Browse files
committed
Clarify the language for REST client TLS configuration
Follow-up to quarkusio#47712
1 parent dd88471 commit 2ba7074

File tree

1 file changed

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

1 file changed

+4
-6
lines changed

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -262,10 +262,9 @@ public interface RestClientsConfig {
262262
* <p>
263263
* If a name is configured, it uses the configuration from {@code quarkus.tls.<name>.*}
264264
* If a name is configured, but no TLS configuration is found with that name then an error will be thrown.
265+
* The default TLS configuration will be ignored.
265266
* <p>
266-
* If no TLS configuration is set, then the keys-tore, trust-store, etc. properties will be used.
267-
* <p>
268-
* The default TLS configuration is <strong>not</strong> used by default.
267+
* If no named TLS configuration is set, then the key-store, trust-store, etc. properties will be used.
269268
* <p>
270269
* This property is not applicable to the RESTEasy Client.
271270
*/
@@ -546,10 +545,9 @@ default Optional<String> uriReload() {
546545
* <p>
547546
* If a name is configured, it uses the configuration from {@code quarkus.tls.<name>.*}
548547
* If a name is configured, but no TLS configuration is found with that name then an error will be thrown.
548+
* The default TLS configuration will be ignored.
549549
* <p>
550-
* If no TLS configuration is set, then the keys-tore, trust-store, etc. properties will be used.
551-
* <p>
552-
* The default TLS configuration is <strong>not</strong> used by default.
550+
* If no named TLS configuration is set, then the key-store, trust-store, etc. properties will be used.
553551
* <p>
554552
* This property is not applicable to the RESTEasy Client.
555553
*/

0 commit comments

Comments
 (0)