Rüdiger Schulz

Results 13 comments of Rüdiger Schulz
trafficstars

It is not possible to use headers created with Jwts.header() in the builder without any compilation warnings or errors.

I would consider using these type-safe methods a very good thing. Otherwise - why is there even a class `JwsHeader`?

I run into this problem when I start tests which want to connect to the DynamoDB. Setup: GitLab CI Custom docker image: Ubuntu with Node and Open JDK 11 The...

If those filters are good for gateway related cases, is there a way to enable them only for those gateway routes? (Papertrail: lost another three hours trying to integrate gateway...

> We turned off Intellij's "auto optimize imports" on-the-fly / on save. This is not helping me; first palantir reformats, then the imports are re-ordered, and spotless complains that the...

This is not only the case for releases, but also for all other messages on mobile, e.g. "Issue created", "pull request opened" etc. In a small organisation, where all these...

I just come here to say that I am also in that position. I upgraded spring boot 2.2.x to 3.2.x and this ProxyExchange is the simplest way for us to...

I experience the same problem. Here is a minimalist repository showing the problem: https://github.com/mindhaq/spring-gateway-mvc-formfilter-bugreport

It might be related to https://github.com/spring-cloud/spring-cloud-gateway/issues/3154