Vlastimil K

Results 2 issues of Vlastimil K

Spring Boot 2.7.6 introduced a breaking change in the autoconfiguration order/priority, which makes it behave differently to 2.7.5. More precisely, the `JdbcTransactionAutoconfiguration`/`DataSourceTransactionManager` precedence was changed. In our case, the `JdbcTransactionAutoconfiguration`...

type: regression

Tested environment: - CentOS 7 - Nginx 1.15.9, 1.17.8, 1.18.0 - upload module 2.3.0, master Steps: - enable ssl and http2 for the upload location - try to upload file...

Needs more info