Comment 1 for bug 1071714

Revision history for this message
Simone Busoli (simone.busoli) wrote :

The fix will supports these scenarios, with actors core and fx and in flavors old (<= 2.6.1), 2.6.2, and new (> 2.6.2):

1. old core - fx 2.6.2 is NOK, as above
2. old core - new fx is OK: core puts the data in the illogical context and fx is able to retrieve it from there. Of course the feature of having the ContextDictionary flow across threads is not there but this is obvious
3. core 2.6.2 - old fx is OK, as above
4. core 2.6.2 - new fx is OK: core puts data in the logical context, fx will pick it up from there
5. new core - old fx is OK: core puts data in the logical context, fx will pick it up from there
6. new core - fx 2.6.2 is OK: core puts data in the logical context, fx will pick it up from there