blob: d11f99067dfbda54926443c44fb5fb9afe4f5912 [file] [log] [blame]
Stephan Herrmanna2539512013-07-14 23:33:10 +02001See https://bugs.eclipse.org/bugs/show_bug.cgi?id=406518
2
Stephan Herrmanna2539512013-07-14 23:33:10 +02003
Stephan Herrmanna2539512013-07-14 23:33:10 +02004NOTYET:
5-------
Stephan Herrmanna2539512013-07-14 23:33:10 +02006
7(8) Subclasses of Thread (and ideally: implementors of Runnable, the latter
8 has not yet been realized) need to be woven to insert a trigger into OT's
9 TeamThreadManager. This mechanism may need to be redesigned entirely.
10
11(10) Detect if more than one version of any bound base bundle is installed.
12 May want to re-think strategy how to handle this case, currently:
13 pick the highest version.
14
15(12) Implement "forced exports", which allows access from an aspect bundle
16 to classes of a base bundle which are not exported from their bundle
17 (subject to checking of aspect permissions, see (9)).
18
19(9) If aspect permission checking is used, we need to veto the loading
20 of classes of any aspect bundle violating the current policy.