iemejia commented on pull request #10888: URL: https://github.com/apache/beam/pull/10888#issuecomment-647050861
We need to add the quickstarts and the runner maven archetypes (this can be also another separate PR please). This basically help us validate that the runner can run WordCount and we don't have regressions in new releases. See the files for more info: ``` sdks/java/maven-archetypes/examples/src/main/resources/archetype-resources/pom.xml release/build.gradle release/src/main/groovy/quickstart-java-twister.groovy release/src/main/scripts/run_rc_validation.sh website/www/site/content/en/get-started/quickstart-java.md website/www/site/content/en/contribute/release-guide.md ``` For extra awareness maybe you can take a look at the files touched by the recent PRs that removed runners just to be aware of what pieces can be still missing (#11960 and #11990) of course try to copy the way the existing runners do it (instead of the removed ones) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
