Merge pull request #12023 from johnA1331/master
BAEL-51955 - Main - github-related test fixes - 03.04.2022
This commit is contained in:
commit
85a986d957
|
@ -4,14 +4,14 @@ This module contains articles about HTTPClient that are part of the HTTPClient E
|
|||
|
||||
### Relevant Articles
|
||||
|
||||
- [HttpClient 4 – Get the Status Code](https://www.baeldung.com/httpclient-status-code)
|
||||
- [HttpClient with SSL](https://www.baeldung.com/httpclient-ssl)
|
||||
- [HttpClient Timeout](https://www.baeldung.com/httpclient-timeout)
|
||||
- [HttpClient 4 – Send Custom Cookie](https://www.baeldung.com/httpclient-4-cookies)
|
||||
- [Custom HTTP Header with the HttpClient](https://www.baeldung.com/httpclient-custom-http-header)
|
||||
- [HttpClient Basic Authentication](https://www.baeldung.com/httpclient-4-basic-authentication)
|
||||
- [Posting with HttpClient](https://www.baeldung.com/httpclient-post-http-request)
|
||||
- [Adding Parameters to HttpClient Requests](https://www.baeldung.com/apache-httpclient-parameters)
|
||||
- [Apache HttpClient – Get the Status Code](https://www.baeldung.com/httpclient-status-code)
|
||||
- [Apache HttpClient with SSL](https://www.baeldung.com/httpclient-ssl)
|
||||
- [Apache HttpClient Timeout](https://www.baeldung.com/httpclient-timeout)
|
||||
- [Apache HttpClient – Send Custom Cookie](https://www.baeldung.com/httpclient-cookies)
|
||||
- [Custom HTTP Header with the Apache HttpClient](https://www.baeldung.com/httpclient-custom-http-header)
|
||||
- [Apache HttpClient Basic Authentication](https://www.baeldung.com/httpclient-basic-authentication)
|
||||
- [Posting with Apache HttpClient](https://www.baeldung.com/httpclient-post-http-request)
|
||||
- [Adding Parameters to Apache HttpClient Requests](https://www.baeldung.com/apache-httpclient-parameters)
|
||||
|
||||
|
||||
### Running the Tests
|
||||
|
|
|
@ -8,15 +8,15 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
|
|||
|
||||
### Relevant Articles:
|
||||
|
||||
- [HttpClient 4 – Cancel Request](https://www.baeldung.com/httpclient-cancel-request)
|
||||
- [HttpClient 4 Cookbook](https://www.baeldung.com/httpclient4)
|
||||
- [Unshorten URLs with HttpClient](https://www.baeldung.com/unshorten-url-httpclient)
|
||||
- [HttpClient 4 – Follow Redirects for POST](https://www.baeldung.com/httpclient-redirect-on-http-post)
|
||||
- [Multipart Upload with HttpClient 4](https://www.baeldung.com/httpclient-multipart-upload)
|
||||
- [HttpAsyncClient Tutorial](https://www.baeldung.com/httpasyncclient-tutorial)
|
||||
- [HttpClient 4 Tutorial](https://www.baeldung.com/httpclient-guide)
|
||||
- [Apache HttpClient – Cancel Request](https://www.baeldung.com/httpclient-cancel-request)
|
||||
- [Apache HttpClient 4 Cookbook](https://www.baeldung.com/httpclient4)
|
||||
- [Unshorten URLs with Apache HttpClient](https://www.baeldung.com/unshorten-url-httpclient)
|
||||
- [Apache HttpClient – Follow Redirects for POST](https://www.baeldung.com/httpclient-redirect-on-http-post)
|
||||
- [Multipart Upload with Apache HttpClient](https://www.baeldung.com/httpclient-multipart-upload)
|
||||
- [Apache HttpAsyncClient Tutorial](https://www.baeldung.com/httpasyncclient-tutorial)
|
||||
- [Apache HttpClient Tutorial](https://www.baeldung.com/httpclient-guide)
|
||||
- [Advanced HttpClient Configuration](https://www.baeldung.com/httpclient-advanced-config)
|
||||
- [HttpClient 4 – Do Not Follow Redirects](https://www.baeldung.com/httpclient-stop-follow-redirect)
|
||||
- [Custom User-Agent in HttpClient 4](https://www.baeldung.com/httpclient-user-agent-header)
|
||||
- [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)
|
||||
- [Apache HttpClient Connection Management](https://www.baeldung.com/httpclient-connection-management)
|
||||
- More articles: [[next -->]](../httpclient-2)
|
||||
|
|
|
@ -9,4 +9,4 @@ This module contains articles about Annotations used in Hibernate.
|
|||
- [Hibernate One to Many Annotation Tutorial](https://www.baeldung.com/hibernate-one-to-many)
|
||||
- [Hibernate @WhereJoinTable Annotation](https://www.baeldung.com/hibernate-wherejointable)
|
||||
- [Usage of the Hibernate @LazyCollection Annotation](https://www.baeldung.com/hibernate-lazycollection)
|
||||
- [@Immutable in Hibernate](http://www.baeldung.com/hibernate-immutable)
|
||||
- [@Immutable in Hibernate](https://www.baeldung.com/hibernate-immutable)
|
||||
|
|
|
@ -10,4 +10,5 @@ This module contains articles about MongoDB in Java.
|
|||
- [Geospatial Support in MongoDB](https://www.baeldung.com/mongodb-geospatial-support)
|
||||
- [MongoDB Aggregations Using Java](https://www.baeldung.com/java-mongodb-aggregations)
|
||||
- [Retrieve a Value from MongoDB by Its Key Name](https://www.baeldung.com/mongodb-get-value-by-key-name)
|
||||
- [Push and Set Operations in Same MongoDB Update](https://www.baeldung.com/java-mongodb-push-set)
|
||||
- More articles: [[<-- prev]](../java-mongodb)
|
||||
|
|
Loading…
Reference in New Issue