GitHub user zjureel opened a pull request: https://github.com/apache/flink/pull/4455
[FLINK-7251] Merge the flink-java8 project into corresponding flink project ## What is the purpose of the change Merge the codes in flink-java8 project into corresponding flink project ## Brief change log - *Merge examples into flink-examples project* - *Merge runtime test into flink-runtime project* - *Merge test case into flink-tests project* - *Remove flink-java8 project* ## Verifying this change *(Please pick either of the following options)* This changes are examples and test cases without any test coverage ## Does this pull request potentially affect one of the following parts: - Dependencies (does it add or upgrade a dependency): no - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: no - The serializers: no - The runtime per-record code paths (performance sensitive): no - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Yarn/Mesos, ZooKeeper: no ## Documentation - Does this pull request introduce a new feature? no You can merge this pull request into a Git repository by running: $ git pull https://github.com/zjureel/flink FLINK-7251 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/4455.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 #4455 ---- commit 39d0ed7a31f98d2d16beeaf0ff6418252933afc8 Author: zjureel <zjur...@gmail.com> Date: 2017-08-01T10:03:23Z [FLINK-7251] mv examples to flink-examples commit b11eb22793f2c28faa5765c817e83f7e79929e1b Author: zjureel <zjur...@gmail.com> Date: 2017-08-01T10:08:06Z [FLINK-7251] mv test case to flink-runtime commit 544fbef0450155135ba52d5f4e9dde567ed3de80 Author: zjureel <zjur...@gmail.com> Date: 2017-08-01T10:11:57Z [FLINK-7251] mv examples to flink-tests commit 1f944726995b3173aaf24fd26a6a91b8f2d7f7e7 Author: zjureel <zjur...@gmail.com> Date: 2017-08-01T10:13:11Z [FLINK-7251] mv test cases to flink-cep and flink-java commit 645fa92fa4a5f3c9a6e0f49d77ebf9bbda6f5b01 Author: zjureel <zjur...@gmail.com> Date: 2017-08-01T10:14:10Z [FLINK-7251] remove flink-java8 project ---- --- 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. ---