SAP / cloud-sdk-java

Use the SAP Cloud SDK for Java to reduce development effort when building applications on SAP Business Technology Platform that communicate with SAP solutions and services such as SAP S/4HANA Cloud, SAP SuccessFactors, and many others.
Apache License 2.0
22 stars 14 forks source link

feat: [DestinationService] Allow optional retrieval-strategy (tenant) in getAllDestinationProperties #564

Closed newtork closed 2 months ago

newtork commented 3 months ago

Context

#558 We deprecated public `DestinationService` method `public Try> tryGetAllDestinations( @Nonnull final DestinationOptions options )`. The user wants an alternative to ensure the destination lookup happens for correct tenant. ## Definition of Done
  • [x] Functionality scope stated & covered
  • [x] Tests cover the scope above
  • [x] ~Error handling created / updated & covered by the tests above~
  • [x] ~Documentation updated~
  • [x] Release notes updated