[GitHub] incubator-flink pull request: Add automatic dependency retrieval f...

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] incubator-flink pull request: Add automatic dependency retrieval f...

zentol
GitHub user qmlmoon opened a pull request:

    https://github.com/apache/incubator-flink/pull/35

    Add automatic dependency retrieval for JarFileCreator

    This improvement sets the package of user code as default package and let user to specify additional packages to be scanned.
    Tested with inner class, anonymous class and additional package.
    The current API could be used like:
    ```
    JarFileCreator jfc = new JarFileCreator(jarFile);
    jfc.addClass(X.class).addPackage("com.project").createJarFile();
    ```

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/qmlmoon/incubator-flink jarcreator

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-flink/pull/35.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 #35
   
----
commit ea21f82df7cf81b64291da89394833fe78bc3a1a
Author: mingliang <[hidden email]>
Date:   2014-06-22T19:20:55Z

    Add automatic dependency retrieval for JarFileCreator

----


---
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 [hidden email] or file a JIRA ticket
with INFRA.
---