BeshEater

Results 4 issues of BeshEater

Fully qualified names for static nested classes contain the `$` sign (standard Java convention) the resulting component names created using this naming are incorrect according to the [OpenAPI specification](https://swagger.io/docs/specification/components/): >...

I wanted to remove a custom header from forwarded requests in spring-cloud-gateway The header name - `MyCustomHeader` I've tried to configure this header removal using `remove-hop-by-hop` filter: ```yaml spring.cloud: gateway:...

waiting-for-triage

I've encountered strange behavior in the Safari browser. Essentially when the site is fully loaded it appears as a simple white page. It displays the site normally while it is...

Recently I tried to set up a new GitHub Action flow using googlejavaformat-action, it works great, but I always get this particular warning in logs: `[warning]Version "1.22.0" of Google Java...