ODataResourcePath#addSegment(...)andaddParameterToLastSegment(...)now return a new path instance instead of mutating the existing one. Custom extensions that relied on in-place mutation need to reassign the returned path.
- Fixed stateful OData request path construction caused by shared
ODataResourcePathinstances being mutated when building count, read-by-key, and function requests.