Remove ExecutionContext prepare
Pull Request Checklist
- [x] Have you read through the contributor guidelines?
- [x] Have you signed the Typesafe CLA?
- [ ] Have you squashed your commits?
- [ ] Have you added copyright headers to new files?
- [ ] Have you checked that both Scala and Java APIs are updated?
- [ ] Have you updated the documentation for both Scala and Java sections?
- [ ] Have you added tests for any changed functionality?
Fixes
Fixes https://github.com/playframework/play-iteratees/issues/21
Purpose
What does this PR do?
Removes the use of ExecutionContext#prepare
Background Context
Why did you take this approach?
Trying to remove deprecated functions.
Pre-supposes https://github.com/playframework/play-iteratees/pull/23 will be merged. If that PR is a problem, I can rework this PR.
References
Are there any relevant issues / PRs / mailing lists discussions?
https://github.com/playframework/play-iteratees/issues/21
hi @pjfanning I am waiting for this change to be merged. Could you please fix the conflict?
@masahitojp is this change ok? Github now has a squash option for merges so I haven't tried to squash the commits myself.
@pjfanning Thanks! I think it's ok!
How about this? @marcospereira. I think we should follow Play 2.7 and make it usable with Scala 2.13.x
+1