Commit d814e1d
authored
fix: Remove hooks API deprecations (#275)
This part of the API should not be deprecated. The idea of
`ParallelCommand` is to provide a leaner and alternative API, not to
replace the `Parallelization` trait.
A number of configuration methods are and should remain deprecated as
they can now be easily configured via
`configureParallelExecutableFactory()` instead*.
*: the interest here is not so much to provide a difference from a user
perspective, but rather to have one central point of customization, the
`ParallelExecutorFactory`. Otherwise if we add/change a setting there we
need to change it both in the factory and the trait.1 parent 37ec5e7 commit d814e1d
2 files changed
Lines changed: 0 additions & 31 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | 37 | | |
47 | 38 | | |
48 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
375 | | - | |
376 | | - | |
377 | | - | |
378 | | - | |
379 | | - | |
380 | | - | |
381 | 375 | | |
382 | 376 | | |
383 | 377 | | |
384 | 378 | | |
385 | 379 | | |
386 | 380 | | |
387 | | - | |
388 | | - | |
389 | | - | |
390 | | - | |
391 | | - | |
392 | | - | |
393 | 381 | | |
394 | 382 | | |
395 | 383 | | |
396 | 384 | | |
397 | 385 | | |
398 | 386 | | |
399 | 387 | | |
400 | | - | |
401 | | - | |
402 | | - | |
403 | | - | |
404 | | - | |
405 | 388 | | |
406 | 389 | | |
407 | 390 | | |
| |||
412 | 395 | | |
413 | 396 | | |
414 | 397 | | |
415 | | - | |
416 | | - | |
417 | | - | |
418 | | - | |
419 | | - | |
420 | 398 | | |
421 | 399 | | |
422 | 400 | | |
| |||
0 commit comments