Skip to content

Commit

Permalink
Update to Egeria 4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Bruns <daniel.bruns.extern@atruvia.de>
  • Loading branch information
dbruns91 committed Jun 28, 2023
1 parent adda09f commit 87b4625
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -387,8 +387,7 @@ boolean updateRequired(TopicProperties strimziTopicProperties, TopicElement cata
return doUpdate;
}

public RestTemplate restTemplate()
throws KeyStoreException, NoSuchAlgorithmException, KeyManagementException {
public RestTemplate restTemplate() throws KeyStoreException, NoSuchAlgorithmException, KeyManagementException {
TrustStrategy acceptingTrustStrategy = (X509Certificate[] chain, String authType) -> true;

SSLContext sslContext = SSLContexts.custom()
Expand Down

0 comments on commit 87b4625

Please sign in to comment.