You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Beam JIRA Bot (Jira)" <ji...@apache.org> on 2020/08/10 17:08:30 UTC

[jira] [Commented] (BEAM-5328) Java starter archetype does not contain dependency versions

    [ https://issues.apache.org/jira/browse/BEAM-5328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17174840#comment-17174840 ] 

Beam JIRA Bot commented on BEAM-5328:
-------------------------------------

This issue is P2 but has been unassigned without any comment for 60 days so it has been labeled "stale-P2". If this issue is still affecting you, we care! Please comment and remove the label. Otherwise, in 14 days the issue will be moved to P3.

Please see https://beam.apache.org/contribute/jira-priorities/ for a detailed explanation of what these priorities mean.


> 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: P2
>              Labels: newbie, stale-P2, starter
>          Time Spent: 50m
>  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
(v8.3.4#803005)