rubiniselvaraj
|
4c4388e3c8
|
Fix for handling error in resttemplate (#17381)
* Fix with handling error
* Fix with handling error
|
2023-12-13 12:56:02 +08:00 |
|
rubiniselvaraj
|
a792a79059
|
Implementing retry logic to restTemplate (#17375)
* Implementing retry logic to restTemplate
* Fixing the issue
* Adding import
* Fix
* Fix
* minor update, add tests
* fix
* Adding the maxRetryAttempt, threadWaitTime as additionalProperty
* Updating the apiClient
* Removing reduntant variable
* Generating samples
* Fixing format
---------
Co-authored-by: Rubini <rubini@Rubinis-MacBook-Air.local>
Co-authored-by: William Cheng <wing328hk@gmail.com>
|
2023-12-12 22:01:36 +08:00 |
|
Tomohiko Ozawa
|
4bedeef643
|
[Java][apache-httpclient][feign][okhttp-gson] Enable access token refresh (#17086)
* add setter of bearer token supplier
* run generate-samples.sh
* add test of bearer auth
|
2023-11-18 12:46:18 +08:00 |
|
Tomohiko Ozawa
|
09704951f0
|
[Java][resttemplate] Enable access token refresh (#16485)
* use supplier to enable refreshing token
* update samples
* fix param name and doc
* update samples
|
2023-09-04 23:23:22 +08:00 |
|
William Cheng
|
e69c58623f
|
update samples
|
2023-08-17 12:03:43 +08:00 |
|
Noah Overcash
|
e8fc4d159e
|
Remove unused import in Java resttemplate auth templates (#15899)
* Remove unused import in Java resttemplate HttpBasicAuth
* Remove unused import in Java resttemplate HttpBearerAuth
* Update samples
|
2023-06-27 10:24:03 +08:00 |
|
William Cheng
|
af048ec62f
|
update samples
|
2023-06-24 08:10:14 +08:00 |
|
Frederic Jones
|
59ba00e1f3
|
Add support for swagger2 in [java] client generators (#15456)
* Add support for swagger2 in java client generator
* Target 7.x.x
* Upstream changes
|
2023-06-06 15:41:12 +08:00 |
|