Tyler Holinka

Results 6 comments of Tyler Holinka

Looking into it some more, in `org.apache.hc.core5.http.protocol.RequestContent.process()` there is a null check for if entity is null. With the previous version, this is empty, but with the change in the...

Sadly this isn't changeable from my team. We're trying to call an external API that is very resistant to change, and they've always required sending `Content-Length` as a header. e.g....

We're trying to call in our code with the following currently ```java HttpEntity entity = new HttpEntity("", headers); ResponseEntity response = restTemplate.exchange(url, HttpMethod.POST, entity, Response.class); ``` I could understand not...

I don't think this is contradicted by #32650, for instance, in https://github.com/spring-projects/spring-framework/issues/32650#issuecomment-2061190826 @nhmarujo lays out almost exactly the same as what I would expect. Thought that is somewhat contradicted by...

I wrote a taskfile to automate adding my nas to the cluster when I wipe it, if anyone wants to it use. It works with KubePrism turned on, because of...

Can confirm the `pg_hba` field fixes this. The documentation / blog posts should be updated to include it. @fhoekstra did you find a solution for the `permission denied for schema...