Soeren Unruh

Results 7 comments of Soeren Unruh

Some comments/suggestions resulting from a support case investigation together with Atlassian. - If `secure=true` is set on the Tomcat connector (which is the case if `node['stash']['apache2']` is non-nil) The security-constraint...

@bflad I just created PR #56 as a replacement for this one. Regarding the 2nd change regarding the App link between Stash and JIRA, I will have to re-investigate again...

That fixes the issue. Of course all requests now end up with `uri=UNKNOWN` but it would be impossible to have an `uri` tag with any RestTemplate method that takes a...

Was my PR maybe missed as the status is now "help wanted"?

As an `ObjectError` extends `DefaultMessageSourceResolvable`, relaxing it should be ok. Actually the example in https://github.com/spring-projects/spring-framework/issues/32396#issuecomment-1985602958 would cause it. * A validation problem regarding the RequestBody object would show up as...

[spring-boot-issue-42013.zip](https://github.com/user-attachments/files/16838273/spring-boot-issue-42013.zip) Here's a minimal sample. I based it on Spring Boot 3.3.3. * One of the test classes will show the problem * The other test class has a (potential)...

We (as a temporary fix) created a `MeterFilter` that converts the tags set by feign-micrometer into the ones that Spring generates.