Skip to content

Commit c232324

Browse files
committed
Add a minimal Jakarta REST client module
Provide a small proxy-based Jakarta REST client implementation backed by the classic HttpClient API.
1 parent 7d4b01a commit c232324

18 files changed

Lines changed: 859 additions & 2724 deletions

httpclient5-jakarta-rest-client/pom.xml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@
5050
<groupId>jakarta.ws.rs</groupId>
5151
<artifactId>jakarta.ws.rs-api</artifactId>
5252
</dependency>
53-
<dependency>
54-
<groupId>com.fasterxml.jackson.core</groupId>
55-
<artifactId>jackson-databind</artifactId>
56-
</dependency>
5753
<dependency>
5854
<groupId>org.junit.jupiter</groupId>
5955
<artifactId>junit-jupiter</artifactId>
@@ -113,23 +109,4 @@
113109
</profile>
114110
</profiles>
115111

116-
<reporting>
117-
<plugins>
118-
<plugin>
119-
<artifactId>maven-project-info-reports-plugin</artifactId>
120-
<inherited>false</inherited>
121-
<reportSets>
122-
<reportSet>
123-
<reports>
124-
<report>index</report>
125-
<report>dependencies</report>
126-
<report>dependency-info</report>
127-
<report>summary</report>
128-
</reports>
129-
</reportSet>
130-
</reportSets>
131-
</plugin>
132-
</plugins>
133-
</reporting>
134-
135112
</project>

httpclient5-jakarta-rest-client/src/main/java/org/apache/hc/client5/http/rest/AcceptStrategy.java

Lines changed: 0 additions & 98 deletions
This file was deleted.

0 commit comments

Comments
 (0)