[aeri][ann] [message #1736429] |
Wed, 29 June 2016 11:57 |
Johannes Dorn Messages: 61 Registered: June 2013 |
Member |
|
|
The fix for Bug 496666 required a small internal API change in the aeri client.
If your aeri extension happens to listen to events to topic "org/eclipse/epp/internal/logging/aeri/ui/event/send", declared in org.eclipse.epp.internal.logging.aeri.ide.IDEWorkflow.TOPIC_USER_REQUESTS_SEND, please be advised that events are no longer send to that topic.
Instead, events are now published to the topics "org/eclipse/epp/internal/logging/aeri/ui/event/send/group" or "org/eclipse/epp/internal/logging/aeri/ui/event/send/groups", declared in org.eclipse.epp.internal.logging.aeri.ide.IDEWorkflow.TOPIC_USER_REQUESTS_SEND_ONE_GROUP and org.eclipse.epp.internal.logging.aeri.ide.IDEWorkflow.TOPIC_USER_REQUESTS_SEND_ALL_GROUPS.
The former, TOPIC_USER_REQUESTS_SEND_ONE_GROUP, is sent when the user clicks on Send in aeri's notification. TOPIC_USER_REQUESTS_SEND_ALL_GROUPS is used in all other scenarios, e.g. clicking Send in the Review Dialog, or when automatic sending is activated.
Thanks
|
|
|
Powered by
FUDForum. Page generated in 0.02941 seconds