Skip to content

Commit

Permalink
[update][plugin][starrockswriter] Switch to HttpComponents 4.x due to…
Browse files Browse the repository at this point in the history
… incompatibility with Starrocks backend

The Starrocks backend requires the URI to include the userinfo component.
However, HttpClient 5.x has removed support for the userinfo component.
This commit addresses this issue by ensuring compatibility with the Doris backend.
  • Loading branch information
wgzhao committed Oct 9, 2024
1 parent 3205a1d commit 47f7f76
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions plugin/writer/starrockswriter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>${httpclient.version}</version>
</dependency>

<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>${httpcore.version}</version>
<version>4.5.14</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 47f7f76

Please sign in to comment.