GitHub user davorbonaci opened a pull request:
https://github.com/apache/incubator-beam/pull/239
Reorganize Java packages in the Google Cloud Dataflow runner
Move packages from `org.apache.beam.sdk` to
`org.apache.beam.runners.dataflow`.
R: @bjchambers
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/davorbonaci/beam dirs
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-beam/pull/239.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 #239
----
commit 22852dffde3b6f998701c220b373a5298ae5c2e1
Author: Davor Bonaci <[email protected]>
Date: 2016-04-25T21:16:19Z
Update pom.xml for java8tests
Java8tests module doesn't have sources, only tests. Hence, all dependencies
should have scope of test. If not, dependency analysis correctly finds
unused
dependencies.
commit d0f26911fe36e30400d1ce68bb0594fb6bb055e3
Author: Davor Bonaci <[email protected]>
Date: 2016-04-25T21:30:25Z
Increase visibility in PAssert and ZipFiles utilities
This is needed for package reorganization in runners/google-cloud-dataflow.
Those classes will have to move away from org.apache.beam.sdk.* packages.
commit 516d82e474a4e33b0b135a6dad1b1e237cb7861f
Author: Davor Bonaci <[email protected]>
Date: 2016-04-25T22:02:27Z
Fix a few underlying checkstyle issues in java8 examples
commit d8ab2d410116c337f94612462803060e7045a3b4
Author: Davor Bonaci <[email protected]>
Date: 2016-04-25T21:16:03Z
Reorganize Java packages in the sources of the Google Cloud Dataflow runner
Packages are moving from org.apache.beam.sdk to
org.apache.beam.runners.dataflow.
commit 5b91089a289d98b9664192e934681df732fd7d55
Author: Davor Bonaci <[email protected]>
Date: 2016-04-25T22:08:24Z
Reorganize Java packages in the tests of the Google Cloud Dataflow runner
Packages are moving from org.apache.beam.sdk to
org.apache.beam.runners.dataflow.
----
---
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.
---