11 Patch |
6ae65967a5ed789164192104a3e220980f952e1c,
6d343c59f275b1165be08e2256be878ac9b95fec,
b6176906e71620b37920eaf84fa51516b046bdce,
25a963b8c4733774b19e1499697b940a6e17c5c9,
2eeee93751889b8ca73b5b0e9bfa43bc4ea5be27,
2c7e91ea09e9cd1b79dd5d434657cea5fc02e2c9,
f76a2ed0de8961c12a8f6c35d36c4b18b1846710,
aaefe1c54b0767ca43744a4e55d03e34a1027bb8,
9998ec8b62ce9c0913e7f4e7c3fbaeb6688a9370,
333811472e40043b7a345f5638ef0f03c10c05c6,
077532e25502affadb61ad55be9693b7731a25c9 |
6ae65967a5ed789164192104a3e220980f952e1c | Author: Kevin Gallardo <kevin.gallardo@datastax.com>
| 2020-04-02 12:01:41-04:00
Fix tests expecting exceptions wrapped in RuntimeException.
Patch by Kevin Gallardo, review by David Capwell and brandonwilliams for
CASSANDRA-15683.
25a963b8c4733774b19e1499697b940a6e17c5c9 | Author: Kevin Gallardo <kevin.gallardo@datastax.com>
| 2019-05-30 11:32:53-04:00
Fix mapper manual snippet
The last code snippet was missing the `inventoryMapper` on which to call
`productDao()`
2c7e91ea09e9cd1b79dd5d434657cea5fc02e2c9 | Author: Kevin Gallardo <kevin.gallardo@datastax.com>
| 2018-09-28 11:44:46-07:00
Increase field visibility in RequestHandlerTestHarness
This is useful if the class is extended in downstream projects.
aaefe1c54b0767ca43744a4e55d03e34a1027bb8 | Author: olim7t <omichallat+github@gmail.com>
| 2018-09-06 09:38:18-07:00
Extract utility method resolveExecutionProfile()
Co-authored-by: Kevin Gallardo <kevin.gallardo@datastax.com>