j-denner
j-denner
Currently, a stack trace is added twice to the log record. This bloats the data sent to the logging infrastructure. This changes adds the ability to disable this by an...
### Describe the Bug The current implementation of caching and evicting an HTTP Client lead to not closed `HttpClients`. # https://github.com/SAP/cloud-sdk-java/blob/4fb1f6a0a4a2517a10dc4b02c69a6f072d98db8a/cloudplatform/connectivity-apache-httpclient5/src/main/java/com/sap/cloud/sdk/cloudplatform/connectivity/DefaultApacheHttpClient5Cache.java#L42-L47 Technically the `HttpClients` are `CloseableHttpClient` and should / need(specifically...