You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beam.apache.org by Ismaël Mejía <ie...@gmail.com> on 2019/05/14 15:22:40 UTC

Beam 2.14.0 SNAPSHOTS are broken

Hello,

Just updated a project I have to verson 2.14.0-SNAPSHOT and found that
the dependencies don't have the correct name, for example the
beam-sdks-java-core pom [1] points to

<dependency>
  <groupId>beam.model</groupId>
  <artifactId>pipeline</artifactId>
  <version>2.14.0-SNAPSHOT</version>
  <scope>compile</scope>
</dependency>

But such dependency groupId / artifactId does not exist (or has
existed in the past).

Have we changed something in the way the name of dependencies are
described recently?
Filled this for the moment, so if someone can tackle it, it looks
worth attention.
https://issues.apache.org/jira/browse/BEAM-7302

[1] https://repository.apache.org/content/repositories/snapshots/org/apache/beam/beam-sdks-java-core/2.14.0-SNAPSHOT/beam-sdks-java-core-2.14.0-20190514.072148-6.pom

Re: Beam 2.14.0 SNAPSHOTS are broken

Posted by Ismaël Mejía <ie...@gmail.com>.
Everything is working now as expected. Thanks Michael and Kenn for the
quick fix.

On Tue, May 14, 2019 at 7:36 PM Kenneth Knowles <ke...@apache.org> wrote:
>
> I expect the problem is here: https://github.com/apache/beam/blob/master/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy#L1093
>
> That line was not modified in https://github.com/apache/beam/pull/8194/ even though it probably needs to be.
>
> Kenn
>
> From: Michael Luckey <ad...@gmail.com>
> Date: Tue, May 14, 2019 at 8:39 AM
> To: <de...@beam.apache.org>
>
>> We definitely changed something.
>>
>> With BEAM-4046 artefact naming was adjusted. I ll have a look into that.
>>
>> Thanks for letting me know.
>>
>> Best,
>>
>> michel
>>
>> On Tue, May 14, 2019 at 5:29 PM Ismaël Mejía <ie...@gmail.com> wrote:
>>>
>>> Hello,
>>>
>>> Just updated a project I have to verson 2.14.0-SNAPSHOT and found that
>>> the dependencies don't have the correct name, for example the
>>> beam-sdks-java-core pom [1] points to
>>>
>>> <dependency>
>>>   <groupId>beam.model</groupId>
>>>   <artifactId>pipeline</artifactId>
>>>   <version>2.14.0-SNAPSHOT</version>
>>>   <scope>compile</scope>
>>> </dependency>
>>>
>>> But such dependency groupId / artifactId does not exist (or has
>>> existed in the past).
>>>
>>> Have we changed something in the way the name of dependencies are
>>> described recently?
>>> Filled this for the moment, so if someone can tackle it, it looks
>>> worth attention.
>>> https://issues.apache.org/jira/browse/BEAM-7302
>>>
>>> [1] https://repository.apache.org/content/repositories/snapshots/org/apache/beam/beam-sdks-java-core/2.14.0-SNAPSHOT/beam-sdks-java-core-2.14.0-20190514.072148-6.pom

Re: Beam 2.14.0 SNAPSHOTS are broken

Posted by Kenneth Knowles <ke...@apache.org>.
I expect the problem is here:
https://github.com/apache/beam/blob/master/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy#L1093

That line was not modified in https://github.com/apache/beam/pull/8194/ even
though it probably needs to be.

Kenn

*From: *Michael Luckey <ad...@gmail.com>
*Date: *Tue, May 14, 2019 at 8:39 AM
*To: * <de...@beam.apache.org>

We definitely changed something.
>
> With BEAM-4046 artefact naming was adjusted. I ll have a look into that.
>
> Thanks for letting me know.
>
> Best,
>
> michel
>
> On Tue, May 14, 2019 at 5:29 PM Ismaël Mejía <ie...@gmail.com> wrote:
>
>> Hello,
>>
>> Just updated a project I have to verson 2.14.0-SNAPSHOT and found that
>> the dependencies don't have the correct name, for example the
>> beam-sdks-java-core pom [1] points to
>>
>> <dependency>
>>   <groupId>beam.model</groupId>
>>   <artifactId>pipeline</artifactId>
>>   <version>2.14.0-SNAPSHOT</version>
>>   <scope>compile</scope>
>> </dependency>
>>
>> But such dependency groupId / artifactId does not exist (or has
>> existed in the past).
>>
>> Have we changed something in the way the name of dependencies are
>> described recently?
>> Filled this for the moment, so if someone can tackle it, it looks
>> worth attention.
>> https://issues.apache.org/jira/browse/BEAM-7302
>>
>> [1]
>> https://repository.apache.org/content/repositories/snapshots/org/apache/beam/beam-sdks-java-core/2.14.0-SNAPSHOT/beam-sdks-java-core-2.14.0-20190514.072148-6.pom
>>
>

Re: Beam 2.14.0 SNAPSHOTS are broken

Posted by Michael Luckey <ad...@gmail.com>.
We definitely changed something.

With BEAM-4046 artefact naming was adjusted. I ll have a look into that.

Thanks for letting me know.

Best,

michel

On Tue, May 14, 2019 at 5:29 PM Ismaël Mejía <ie...@gmail.com> wrote:

> Hello,
>
> Just updated a project I have to verson 2.14.0-SNAPSHOT and found that
> the dependencies don't have the correct name, for example the
> beam-sdks-java-core pom [1] points to
>
> <dependency>
>   <groupId>beam.model</groupId>
>   <artifactId>pipeline</artifactId>
>   <version>2.14.0-SNAPSHOT</version>
>   <scope>compile</scope>
> </dependency>
>
> But such dependency groupId / artifactId does not exist (or has
> existed in the past).
>
> Have we changed something in the way the name of dependencies are
> described recently?
> Filled this for the moment, so if someone can tackle it, it looks
> worth attention.
> https://issues.apache.org/jira/browse/BEAM-7302
>
> [1]
> https://repository.apache.org/content/repositories/snapshots/org/apache/beam/beam-sdks-java-core/2.14.0-SNAPSHOT/beam-sdks-java-core-2.14.0-20190514.072148-6.pom
>