[
https://issues.apache.org/jira/browse/BEAM-2231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16083929#comment-16083929
]
ASF GitHub Bot commented on BEAM-2231:
--------------------------------------
GitHub user evindj opened 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:
- [ ] Make sure the PR title is formatted like:
`[BEAM-<Jira issue #>] Description of pull request`
- [ ] Make sure tests pass via `mvn clean verify`.
- [ ] Replace `<Jira issue #>` in the title with the actual Jira issue
number, if there is one.
- [ ] 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 <[email protected]>
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)