Alexander Dümont

Results 10 issues of Alexander Dümont

I was wondering why this was part of the `HttpClientWrapper`, when I realized - most likely we do not and cannot reuse connection manager between multiple instances of `HttpClient`: https://github.com/SAP/cloud-sdk-java/blob/f0dd44016892ef1f1fbd758b83c84d00948f9854/cloudplatform/connectivity-apache-httpclient4/src/main/java/com/sap/cloud/sdk/cloudplatform/connectivity/HttpClientWrapper.java#L38-L48...

please review

## Context The method `ServiceBindingAccessor.getInstancesViaServiceLoader()` uses service loader pattern. By default the class' class loader will be used: `ServiceBindingAccessor.class.getClassLoader()`. There is now way to customize. ## Request Allow optional parameter...

enhancement

Currently we generate `@Nonnull` for all accessors in POJO model classes. This change considers the `nullable: true` setting definable in specs. I also fixed a minor whitespace issue: For easier...

## Context SAP/cloud-sdk-java-backlog#457 We want an updated static page for generating type-safe clients with _SAP Cloud SDK_ on _Business Accelerator Hub_. In Reivew: * [x] OData v2 * [x] OData...

do not merge
please review

I've noticed the dependency is not necessary in production. We may want to reduce our coupling to Apache HttpClient4.

please merge
please review

Usage: * In `additionalProperties` define `operationIdNames`. Use `` or `,` as entry delimiter. Use `=` to separate key value. ```xml com.sap.cloud.sdk.datamodel openapi-generator-maven-plugin getSodaById=getById ```

do not merge
please review

Usage: * In `additionalProperties` define `includeApis` and `includeModels`. Use `` or `,` as delimiter. ```xml com.sap.cloud.sdk.datamodel openapi-generator-maven-plugin Sodas,Orders Order OrderWithTimestamp Soda SodaWithId ``` Note: * To enable the generation of...

do not merge
please review

**Scenario:** * My target OpenAPI endpoint gives an error upon receiving `null` values - total garbage, I know. **Use Case:** * Currently this is the code, that I need to...

enhancement

Fix argument order

Java

Since we updated the affected dependencies long time ago, we no longer need to "suppress"(?) those.

please review
please merge