introduce UraClientConfiguration class to encapsulate client config

Legacy constructors use new pattern internally.
This commit is contained in:
2020-05-09 18:31:57 +02:00
parent 7be56ad740
commit 9b80a4e889
4 changed files with 181 additions and 17 deletions

View File

@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
### Changes
* Using native Java 11 HTTP client
* Client configuration with separate `UraClientConfiguration` class and builder
## 1.3.0 - 2019-12-04