JAVA-10903: Rename HttpClient Modules to Apache HttpClient (#12070)

* JAVA-10903: rename httpclient to apache-httpclient

* JAVA-10903: rename httpclient-2 to apache-httpclient

* JAVA-10903: update main pom
This commit is contained in:
freelansam 2022-04-20 17:53:00 +05:30 committed by GitHub
parent 99f83564b6
commit c6c8cb4abd
39 changed files with 12 additions and 12 deletions

View File

@ -14,4 +14,4 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
- [Enabling Logging for Apache HttpClient](https://www.baeldung.com/apache-httpclient-enable-logging) - [Enabling Logging for Apache HttpClient](https://www.baeldung.com/apache-httpclient-enable-logging)
- [Expand Shortened URLs with Apache HttpClient](https://www.baeldung.com/apache-httpclient-expand-url) - [Expand Shortened URLs with Apache HttpClient](https://www.baeldung.com/apache-httpclient-expand-url)
- [Apache HttpClient vs. CloseableHttpClient](https://www.baeldung.com/apache-httpclient-vs-closeablehttpclient) - [Apache HttpClient vs. CloseableHttpClient](https://www.baeldung.com/apache-httpclient-vs-closeablehttpclient)
- More articles: [[<-- prev]](../httpclient) - More articles: [[<-- prev]](../apache-httpclient)

View File

@ -3,9 +3,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>httpclient-2</artifactId> <artifactId>apache-httpclient-2</artifactId>
<version>0.1-SNAPSHOT</version> <version>0.1-SNAPSHOT</version>
<name>httpclient-2</name> <name>apache-httpclient-2</name>
<parent> <parent>
<groupId>com.baeldung</groupId> <groupId>com.baeldung</groupId>
@ -74,7 +74,7 @@
</dependencies> </dependencies>
<build> <build>
<finalName>httpclient-2</finalName> <finalName>apache-httpclient-2</finalName>
<resources> <resources>
<resource> <resource>
<directory>src/main/resources</directory> <directory>src/main/resources</directory>

View File

@ -17,4 +17,4 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
- [Apache HttpClient Do Not Follow Redirects](https://www.baeldung.com/httpclient-stop-follow-redirect) - [Apache HttpClient Do Not Follow Redirects](https://www.baeldung.com/httpclient-stop-follow-redirect)
- [Custom User-Agent in Apache HttpClient](https://www.baeldung.com/httpclient-user-agent-header) - [Custom User-Agent in Apache HttpClient](https://www.baeldung.com/httpclient-user-agent-header)
- [Apache HttpClient Connection Management](https://www.baeldung.com/httpclient-connection-management) - [Apache HttpClient Connection Management](https://www.baeldung.com/httpclient-connection-management)
- More articles: [[next -->]](../httpclient-2) - More articles: [[next -->]](../apache-httpclient-2)

View File

@ -3,9 +3,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>httpclient</artifactId> <artifactId>apache-httpclient</artifactId>
<version>0.1-SNAPSHOT</version> <version>0.1-SNAPSHOT</version>
<name>httpclient</name> <name>apache-httpclient</name>
<parent> <parent>
<groupId>com.baeldung</groupId> <groupId>com.baeldung</groupId>
@ -63,7 +63,7 @@
</dependencies> </dependencies>
<build> <build>
<finalName>httpclient</finalName> <finalName>apache-httpclient</finalName>
<resources> <resources>
<resource> <resource>
<directory>src/main/resources</directory> <directory>src/main/resources</directory>

View File

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@ -425,7 +425,7 @@
<module>hazelcast</module> <module>hazelcast</module>
<module>helidon</module> <module>helidon</module>
<module>httpclient</module> <module>apache-httpclient</module>
<module>httpclient-simple</module> <module>httpclient-simple</module>
<module>hystrix</module> <module>hystrix</module>
@ -906,7 +906,7 @@
<module>hazelcast</module> <module>hazelcast</module>
<module>helidon</module> <module>helidon</module>
<module>httpclient</module> <module>apache-httpclient</module>
<module>httpclient-simple</module> <module>httpclient-simple</module>
<module>hystrix</module> <module>hystrix</module>
@ -1340,7 +1340,7 @@
<module>core-java-modules/core-java-strings</module> <module>core-java-modules/core-java-strings</module>
<module>ddd-modules</module> <module>ddd-modules</module>
<module>docker</module> <module>docker</module>
<module>httpclient-2</module> <module>apache-httpclient-2</module>
<module>libraries-concurrency</module> <module>libraries-concurrency</module>
<module>persistence-modules/sirix</module> <module>persistence-modules/sirix</module>
<module>persistence-modules/spring-data-cassandra-2</module> <module>persistence-modules/spring-data-cassandra-2</module>
@ -1407,7 +1407,7 @@
<module>core-java-modules/core-java-strings</module> <module>core-java-modules/core-java-strings</module>
<module>ddd-modules</module> <module>ddd-modules</module>
<module>docker</module> <module>docker</module>
<module>httpclient-2</module> <module>apache-httpclient-2</module>
<module>libraries-concurrency</module> <module>libraries-concurrency</module>
<module>persistence-modules/sirix</module> <module>persistence-modules/sirix</module>
<module>persistence-modules/spring-data-cassandra-2</module> <module>persistence-modules/spring-data-cassandra-2</module>