[ 
https://issues.apache.org/jira/browse/BEAM-2231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16085149#comment-16085149
 ] 

ASF GitHub Bot commented on BEAM-2231:
--------------------------------------

GitHub user evindj reopened a pull request:

    https://github.com/apache/beam/pull/3548

    [BEAM-2231] Added pruning of the namespace

    Be sure to do all of the following to help us incorporate your contribution
    quickly and easily:
    
     - [x] Make sure the PR title is formatted like:
       `[BEAM-<Jira issue #>] Description of pull request`
     - [x] Make sure tests pass via `mvn clean verify`.
     - [x] Replace `<Jira issue #>` in the title with the actual Jira issue
           number, if there is one.
     - [x] If this contribution is large, please file an Apache
           [Individual Contributor License 
Agreement](https://www.apache.org/licenses/icla.pdf).
    
    ---


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

    $ git pull https://github.com/evindj/beam BEAM-2231

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

    https://github.com/apache/beam/pull/3548.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 #3548
    
----
commit 24015ef7b454f06db498f24e45f10fc896683c1b
Author: Innocent Djiofack <djiofack...@gmail.com>
Date:   2017-07-12T12:28:18Z

    Added pruning of the namespace

----


> ApiSurface should be lazy
> -------------------------
>
>                 Key: BEAM-2231
>                 URL: https://issues.apache.org/jira/browse/BEAM-2231
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-java-core
>            Reporter: Kenneth Knowles
>            Assignee: Innocent
>
> Currently, the ApiSurface loads classes recursively, when they should be 
> pruned before loading by the pruning pattern. This has caused crashes because 
> some classes that are never referenced in our code.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to