You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/04/08 22:21:00 UTC

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

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

ASF GitHub Bot logged work on BEAM-5328:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 08/Apr/19 22:20
            Start Date: 08/Apr/19 22:20
    Worklog Time Spent: 10m 
      Work Description: lukecwik commented on issue #7715: [BEAM-5328] Starter Archetype generation fix & correctness test
URL: https://github.com/apache/beam/pull/7715#issuecomment-481029561
 
 
   rerun tests
 
----------------------------------------------------------------
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:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 224636)
    Time Spent: 20m  (was: 10m)

> 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
>            Assignee: Mikhail Ivanov
>            Priority: Major
>              Labels: newbie, starter, triaged
>          Time Spent: 20m
>  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)