- [OpenAPI] In Apache HttpClient generator, file upload parameters are now pinned to type
java.io.File, unmodifiable with<typeMappings>in generator configuration.
- Enable Retry behavior for HttpClient5 instances, to mirror legacy behvior for HttpClient4:
1retry with1sdelay for response codes429(Too Many Requests) and503(Service Unavailable).