Soeren Unruh

Results 6 issues of Soeren Unruh

A `Stream` nested in another object is serialized using a value wrapper just as a collection or array, serializing a `Stream` directly fails when more than one element is available...

2.16

**Describe the bug** When Maven is run with artifactory integration enabled, Maven's default logging configuration is not used as the classworlds configuration does not add `${maven.conf}/logging` to the classpath. This...

bug

GH-39865 added support for `MethodValidationResult` to `DefaultErrorAttributes` but it filters the list errors published in the result and used for counting to instances of `ObjectError`. With a method signature (in...

type: enhancement

After observability support was added to `RestTemplateEurekaHttpClient` in #4255 by using the `RestTemplateBuilder` metrics are being generated for Eureka client requests. The `ClientRequestObservationConvention` adds the URI template of the requests...

enhancement

* Use URI variables for elements that have high cardinality Fixes gh-4290

waiting-for-triage

Feign-Micrometer supplies observation integration through a Capability, creating an observation with the name `http.client.requests`, low-cardinality KeyNames are: * http.status_code * http.method * http.url * ... Spring supplies observation integration for...

help wanted