oslo.messaging/releasenotes/notes/blocking-executor-deprecated-895146c1c3bf2f51.yaml
Thomas Herve 08094214ba Add note for blocking executor deprecation
Change-Id: I5a7607add852258ca6623f9b855c36eda5ff9e1e
2017-06-08 14:26:10 +02:00

7 lines
267 B
YAML

---
deprecations:
- The blocking executor has been deprecated for removal in Rocky. Its usage
was never recommended for applications, and it has no test coverage.
Applications should choose the appropriate threading model that maps their
usage instead.