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.
- Added support for SAP Cloud Identity Services (SCI)
sap_id_typeandsubclaims in OIDC principal extraction. Whensap_id_type=user, thesubclaim is now used as the Subject Name Identifier (User ID, Email, or Custom Attribute as configured in SCI).
- Fixed stateful OData request path construction caused by shared
ODataResourcePathinstances being mutated when building count, read-by-key, and function requests.