ProgressIndicator and Java EE 6

Are there any plan to extend ProgressIndicator to be able to use @Asynchronous annotated methods/beans and their ability to return AsyncResult results ? Present ProgressIndicator version require separate worker-thread class ‘hack’ to get it working, but it’s not quite legal according to JavaEE6 spec.

/mareks