GitHub user kennknowles opened a pull request: https://github.com/apache/incubator-beam/pull/1628
Bump 0.4.0 incubating worker 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`. (Even better, enable Travis-CI on your fork and ensure the whole test matrix passes). - [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.txt). --- You can merge this pull request into a Git repository by running: $ git pull https://github.com/kennknowles/incubator-beam bump-0.4.0-incubating-worker Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-beam/pull/1628.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 #1628 ---- commit 2c1d4eb4d878d1a8b8adf68b10eb8744cf524b5c Author: Davor Bonaci <da...@google.com> Date: 2016-12-13T21:48:26Z Update Maven Archetype versions to pin them to 0.4.0-incubating to be released commit 9f3b0635971a45f8baf8fa68ba5ec2f8c47cec6b Author: Davor Bonaci <da...@google.com> Date: 2016-12-13T22:18:32Z Update Maven Archetype version; fixup for Java8. commit 8d89bfce251d27c7fc6ff522a2cfeb676ec2c633 Author: Eugene Kirpichov <kirpic...@google.com> Date: 2016-12-13T22:35:33Z [BEAM-1149] Explode windows when fn uses side inputs commit b2780881a6d735420a2d29c3270b781ea8a3b74f Author: Kenneth Knowles <k...@google.com> Date: 2016-12-13T23:47:41Z This closes #1602 commit f78d96069b428356609f219357cbf0702ec56c26 Author: Kenneth Knowles <k...@google.com> Date: 2016-12-14T00:09:57Z Re-exclude UsesStatefulParDo tests for Dataflow commit c1af44fa27633fd2a9592a13579415f6b974cfe6 Author: Kenneth Knowles <k...@google.com> Date: 2016-12-14T00:36:42Z Revert "Allow stateful DoFn in DataflowRunner" This reverts commit 42bb15d2df28b99b6788010450f41f2932095771. The Dataflow service has introduced a bug that was masked by various test disabling. commit 10bb4767a1f989a1a75778828c07d9c72c450495 Author: Kenneth Knowles <k...@google.com> Date: 2016-12-14T01:08:42Z This closes #1607 commit 122f05131c803ecaa082dfbc9ad6876b0ca467b8 Author: Kenneth Knowles <k...@google.com> Date: 2016-12-14T19:26:27Z SimpleDoFnRunner observes window if SideInputReader is nonempty commit d9f24b86c644ea85fd197eaab4c2d16b20a70d5f Author: Kenneth Knowles <k...@google.com> Date: 2016-12-14T21:12:43Z Fix NPE in StatefulParDoEvaluatorFactoryTest mocking commit ea0d7f5c26fd97e8528d0614cdce8215ea05557c Author: Kenneth Knowles <k...@google.com> Date: 2016-12-14T22:33:04Z This closes #1619 commit af3989b086ed2e1bf0a08358ce6b7620c334cf49 Author: Davor Bonaci <da...@google.com> Date: 2016-12-15T02:58:57Z [maven-release-plugin] prepare release v0.4.0-incubating-RC1 commit 7e234aa7938606d1a01064a6fdccf01bb90d4f2d Author: Davor Bonaci <da...@google.com> Date: 2016-12-15T02:59:29Z [maven-release-plugin] rollback changes from release preparation of v0.4.0-incubating-RC1 commit 21507b8da0bb74cc8d844ede985648ac4508df2b Author: Kenneth Knowles <k...@google.com> Date: 2016-12-15T18:17:49Z Set Dataflow worker version to 0.4.0-incubating ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---