Mark Paluch
Results
497
issues of
Mark Paluch
When obtaining a `Dialect` bean using Spring Data JDBC, the `@Bean` method depends on `NamedParameterJdbcOperations` leading to initialization of the entire bean graph including `DataSource` initialization even if the dialect...
type: enhancement
status: blocked
#### Summary Code that interacts with `ByteBuffer` objects could benefit a lot from an improved and dedicated `ByteBuffer` assertion. Typical assertions are: * hasLength * isEmpty * contains/startsWith/endsWith/equals ** `String`...