streams
streams copied to clipboard
Delete deprecated+buggy methods in MoreStreams
In https://github.com/palantir/streams/pull/36 we marked two methods as deprecated:
- MoreStreams#inCompletionOrder (the overload without an
Executor) - MoreStreams#blockingStreamWithParallelism (the overload without an
Executor)
Uses of those two methods still remain in our codebase and are causing issues (ref internal foundry/interventions#4222).
These methods have been marked deprecated for almost a year and a half. Can we delete them? There are 51+ potential usages (see internal https://pl.ntr/2hY)