Results 8 comments of Björn

In case somebody else is struggling with that problem i want to show my solution for this to you. It is using the `continuation` in combination with the coroutine `ThreadContextElement`....

Hi @MxKaras, do you have some working solution for more uptodate datadog agent implementations?

@debora-ito but the immutable object support as it is implemented in #1801 requires to have an builder, right?!

Hi just as info for Kotlin developers having the same problem, the builder pattern is also not working out of the box because the data class has hidden destructing methods...

As a user coming from plantuml the only thing i disliked with mermaid❤️ was the "one-liner" note syntax. I had some notes spanning 5-10 lines. Putting them all into one...

As a workaround you could also use the `optional` setting. In this case there is a log statement inside the `ParameterStorePropertySources`: ``` spring: config: import: 'optional:aws-parameterstore:/config/' ```

Looks like with this implementation always the coroutine context of the last filter is winning. I was expecting that you could add more context information to the context created by...

Hi, at lease 2.x please. With Spring Boot moving to jakarta there is really a need for this feature.