R2dbcEntityTemplate.insert(…) now fully consumes the response from the INSERT call before continuing. Previously, we consumed only the first signal and continued then. A driver could emit a row and then an error signal and so the error signal would go unnoticed.
Closes#552.
Jens Schauder opened DATAJDBC-330 and commented
The bean lookup happens before Spring Boot did its magic so beans created by Boot aren't visible
Issue Links:
@EnableJdbcRepositories
support multi jdbcTemplateReferenced from: pull request #115
The text was updated successfully, but these errors were encountered: