1.51.0 (2024-07-31)
Features Added
- Added more HTTP header name constants to
HttpHeaderName
. (#41354) - Added support for "refresh on" in
SimpleTokenCache
. (#41315)
Bugs Fixed
- Fixed a bug where
XmlMapperFactory
was incorrectly reflectively calling an API onXmlMapper
. (#41252) - Fixed a bug where adding configuration properties with
ConfigurationBuilder.putProperty
did not work when retrieving
them as system properties. (#41362) - Fixed a bug where datetime strings without a
:
in the offset would fail to parse. (#41166)
Other Changes
- Reduced thread switching / thread parking in
RetryPolicy
by checking if the backoff delay was greater than zero. (#41351)
Dependency Updates
- Updated Jackson from
2.13.5
to2.17.2
.