Skip to content

Commit

Permalink
JAMES-3771 Prevent SPI lookups on the HTTP eventloop
Browse files Browse the repository at this point in the history
  • Loading branch information
chibenwa committed Jan 3, 2023
1 parent b4b9b38 commit d5af3a5
Show file tree
Hide file tree
Showing 13 changed files with 2,089 additions and 1 deletion.
Expand Up @@ -44,9 +44,9 @@
import org.apache.http.impl.nio.client.HttpAsyncClientBuilder;
import org.apache.http.ssl.SSLContextBuilder;
import org.apache.http.ssl.TrustStrategy;
import org.apache.james.backends.opensearch.json.jackson.JacksonJsonpMapper;
import org.apache.james.util.concurrent.NamedThreadFactory;
import org.opensearch.client.RestClient;
import org.opensearch.client.json.jackson.JacksonJsonpMapper;
import org.opensearch.client.opensearch.OpenSearchAsyncClient;
import org.opensearch.client.transport.rest_client.RestClientTransport;
import org.slf4j.Logger;
Expand Down

0 comments on commit d5af3a5

Please sign in to comment.