This PR includes 3 minor fixes that are isolated in separate commits:
1- Check if string is null or empty before converting to date in Resource class.
2- Add null checking before "concat" response headers in DefaultRequestExecutor class.
3- Deserialize custom attributes formatted as date strings as strings by default. Previously, this was the only case that wasn't deserialized as string.
This PR includes 3 minor fixes that are isolated in separate commits:
1- Check if string is null or empty before converting to date in
Resource
class. 2- Add null checking before "concat" response headers inDefaultRequestExecutor
class. 3- Deserialize custom attributes formatted as date strings as strings by default. Previously, this was the only case that wasn't deserialized as string.