Add note for blocking executor deprecation

Change-Id: I5a7607add852258ca6623f9b855c36eda5ff9e1e
This commit is contained in:
Thomas Herve 2017-06-08 14:25:45 +02:00
parent 1a036f5b55
commit 08094214ba
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
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.