[
https://issues.apache.org/jira/browse/BEAM-5328?focusedWorklogId=193970&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-193970
]
ASF GitHub Bot logged work on BEAM-5328:
----------------------------------------
Author: ASF GitHub Bot
Created on: 04/Feb/19 12:16
Start Date: 04/Feb/19 12:16
Worklog Time Spent: 10m
Work Description: Mikhail-Ivanov commented on pull request #7715:
[BEAM-5328] Starter Archetype generation fix & correctness test
URL: https://github.com/apache/beam/pull/7715
Fixed archetype-starter build script and provided an appropriate unit tests
in accordance with: [BEAM-5328](https://issues.apache.org/jira/browse/BEAM-5328)
Post-Commit Tests Status (on master branch)
------------------------------------------------------------------------------------------------
Lang | SDK | Apex | Dataflow | Flink | Gearpump | Samza | Spark
--- | --- | --- | --- | --- | --- | --- | ---
Go | [](https://builds.apache.org/job/beam_PostCommit_Go/lastCompletedBuild/)
| --- | --- | --- | --- | --- | ---
Java | [](https://builds.apache.org/job/beam_PostCommit_Java/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Apex/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Dataflow/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink/lastCompletedBuild/)<br>[](https://builds.apache.org/job/beam_PostCommit_Java_PVR_Flink_Batch/lastCompletedBuild/)<br>[](https://builds.apache.org/job/beam_PostCommit_Java_PVR_Flink_Streaming/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Gearpump/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Samza/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Spark/lastCompletedBuild/)
Python | [](https://builds.apache.org/job/beam_PostCommit_Python_Verify/lastCompletedBuild/)
| --- | [](https://builds.apache.org/job/beam_PostCommit_Py_VR_Dataflow/lastCompletedBuild/)
</br> [](https://builds.apache.org/job/beam_PostCommit_Py_ValCont/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PreCommit_Python_PVR_Flink_Cron/lastCompletedBuild/)
| --- | --- | ---
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 193970)
Time Spent: 10m
Remaining Estimate: 0h
> Java starter archetype does not contain dependency versions
> -----------------------------------------------------------
>
> Key: BEAM-5328
> URL: https://issues.apache.org/jira/browse/BEAM-5328
> Project: Beam
> Issue Type: Bug
> Components: sdk-java-core
> Affects Versions: 2.6.0, 2.7.0
> Reporter: Luke Cwik
> Priority: Major
> Labels: newbie, starter
> Time Spent: 10m
> Remaining Estimate: 0h
>
> The starter archetype contains resource annotation markers instead of
> versions:
> {code:java}
> <maven-compiler-plugin.version>@maven-compiler-plugin.version@</maven-compiler-plugin.version>
> <maven-exec-plugin.version>@maven-exec-plugin.version@</maven-exec-plugin.version>
> <slf4j.version>@slf4j.version@</slf4j.version>
> {code}
> in the properties block at the top.
>
> This means that the starter project is broken without the user manually
> editing the pom.xml that is generated and populating the versions at the top.
>
> We also lack testing that validates that the starter archetype works.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
