Bartosz Skórka
Bartosz Skórka
In my app I have two `R2dbcRepository` - one for object with `Long` ID, second with `String` ID. ```java @Repository public interface ObjectARepository extends R2dbcRepository { Mono existsObjectAByFieldAAndFieldB(Integer fieldA, EnumName...
## MyBatis version 3.4.1 ## Database vendor and version Informix IBM 12.10, ifxjdbc 4.10.10 ## Test case or example project In TEXT columns of two tables in database we have...
Hey! While we are running our app in a container we've observed that the PDF parser app often extends the memory that we've set in Kubernetes. I started to tweak...
**Describe the bug** After upgrading to Spring Boot 3.3.0 and Spring Security 6.3.0 I've tried to migrate my single `Mono` `@PreAuthorize` calls to more complex ones as I thought that...