GitHub user greg-dove opened a pull request:
https://github.com/apache/flex-falcon/pull/10
Fix for potential missing dependencies with implicit bindable
implementation in swf
This fixes a potential scenario in a minimal project where
org.apache.flex.events.EventDispatcher and
org.apache.flex.events.IEventDispatcher are not included explicitly anywhere in
the project source code or merged library classes.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/greg-dove/flex-falcon swf_bindable_fixes
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flex-falcon/pull/10.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #10
----
commit 555cf6c596d9b5492087f28bfdeefcc6a557f29d
Author: greg-dove <[email protected]>
Date: 2016-09-06T03:59:57Z
[IMPROVEMENT] Ensures that the binding EventDispatcher class (which it is
assumed, contains the binding IEventDispatcher Interface) is included as an
implicit dependency.
This is applicable whenever any class receives a bindable implementation at
bytecode generation. This additiona fixes a potential issue with missing
dependencies in a minimal project with bindable classes, but without the
explicit inclusion of the binding EventDispatcher or IEventDispatcher types in
local source code or merged library code based on dependencies in the source
code alone.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---