grassehh

Results 10 issues of grassehh

## Detailed Description **Important note**: This issue is only about client calls, because even though this is also useful for server logs, there is currently an issue for server logs...

Feature

## Description Using Spring Boot 3.2.0, micrometer-tracing-bom 1.2.0 and logbook-bom 3.7.0, the request/response logs do not contain the traceId, spanId as well as custom baggages propagated in the MDC context....

Bug
stale

When using `logbook-ktor-server` with Ktor [Content Negotation](https://ktor.io/docs/serialization.html) server plugin, the `Content-Type` header is not returned in the response. ## Description [Content Negotation](https://ktor.io/docs/serialization.html) feature for Ktor server automatically detects the `Content-Type`...

Bug
Help Wanted

## Describe the Bug Hello, as I understand and as explained in [Micrometer Tracing](https://micrometer.io/docs/tracing#_context_propagation_with_micrometer_tracing), correlation fields should be logged in the tracing context (i.e SFL4J MDC). The issue is that...

bug

## Description When sending requests using Ktor client with the `LogbookClient` plugin from `logbook-ktor-client` installed, the `Content-Type` header is removed from the request. Another side effect of this issue is...

Bug

## Description When sending a request having the `logbook-ktor-server` plugin installed, the `Content-Type` String value is not correctly retrieved. An example of a consequence of this is that when configuring...

Bug

## Description Using `logbook-ktor-client` plugin, if you send/receive request/response with large string bodies (approx ~4000+ characters), the request will never be sent or the response will never be received. The...

Bug

Currently the plugin is compatible with Ktor 2.x. Please upgrade it to Ktor 3.x

enhancement

#### Bug Report Checklist - [X] Have you provided a full/minimal spec to reproduce the issue? - [X] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [X]...

Issue: Bug

## Description Using `LogbookClient` from `logbook-ktor`, the HTTP response log does not preserves the context (for instance MDC) used in the request. ## Expected Behavior Context should be preserved in...

Bug