- [OpenAPI Apache Generator] Remove no args constructor in generated API clients.
- 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).
- Improved the support for the credential type
X509_ATTESTED.HttpDestinationobjects created viaServiceBindingDestinationLoaderno longer need to be re-created for the rotation of certificates to take effect.
- Fixed stateful OData request path construction caused by shared
ODataResourcePathinstances being mutated when building count, read-by-key, and function requests. ODataRequestRead,ODataRequestCount,ODataRequesReadByKey,ODataRequestFunctionandServiceWithNavigableEntitiesImplnow create a defensive copy of theODataResourcePathto prevent unintended side effects from shared mutable state.