You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by th...@apache.org on 2016/11/07 19:59:01 UTC

[11/50] incubator-beam git commit: [BEAM-790] Validate PipelineOptions Default annotation.

[BEAM-790] Validate PipelineOptions Default annotation.

This closes #1159


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/bdd71c4b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/bdd71c4b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/bdd71c4b

Branch: refs/heads/apex-runner
Commit: bdd71c4bcb6d761c5a71b433e2a27379a10da45d
Parents: 6a05cf4 f605b02
Author: Luke Cwik <lc...@google.com>
Authored: Thu Nov 3 11:56:22 2016 -0700
Committer: Luke Cwik <lc...@google.com>
Committed: Thu Nov 3 11:56:22 2016 -0700

----------------------------------------------------------------------
 .../sdk/options/PipelineOptionsFactory.java     | 248 ++++++++++++++-----
 .../sdk/options/ProxyInvocationHandler.java     |   5 +-
 .../beam/sdk/util/common/ReflectHelpers.java    |  17 ++
 .../sdk/options/PipelineOptionsFactoryTest.java | 239 ++++++++++++++++++
 .../sdk/options/ProxyInvocationHandlerTest.java |  29 ++-
 .../sdk/util/common/ReflectHelpersTest.java     |  25 ++
 6 files changed, 491 insertions(+), 72 deletions(-)
----------------------------------------------------------------------