Bartosz Skórka

Results 5 comments of Bartosz Skórka

@mmoussa-mapfre - I think it could be related to https://github.com/spring-cloud/spring-cloud-consul/issues/743. We had the same issue after upgrade - earlier tags were propagated as metadata, now the metadata have to be...

Sure, I will try to also provide some example repo, but didn't have time for it in last week. `ObjectA`: ```java @Builder(toBuilder = true) @AllArgsConstructor @Data @Table("objectATable") public class ObjectA...

Noticed the same today, the file is mapped as `@RequestPart`, and companion object is `@RequestParam`. JSON definition: ```json "requestBody": { "content": { "multipart/form-data": { "schema": { "type": "object", "required": [...

Hey! I've surrounded my code with `try (PointerScope scope = new Pointer Scope()) { ... }`, and it saves a little memory I believe, but in a case like above,...

Tried also that but the memory consumption is unchanged. Could Tesseract just need ~1GB of memory out of the heap?