Re: Build failed on the ignite-azure module. Missing dependency in maven central repository

2021-09-01 Thread Atri Sharma
I will review tonight.

On Wed, 1 Sep 2021, 19:54 Pavel Pereslegin,  wrote:

> Hello, Igniters!
> I think the patch is ready [1].
>
> Ilya, Atri,
> could you help with the review?
>
> [1] https://issues.apache.org/jira/browse/IGNITE-15388
>
> пт, 27 авг. 2021 г. в 15:29, Maxim Muzafarov :
> >
> > Folks,
> >
> > I've created an issue to fix this. I think this is a blocker for the
> > 2.11 release since there is no workaround here.
> > https://issues.apache.org/jira/browse/IGNITE-15388
> >
> >
> > On Fri, 27 Aug 2021 at 11:59, Maxim Muzafarov  wrote:
> > >
> > > I've found the recommendation to bump up the version SDK [1].
> > >
> > > [1]
> https://github.com/Azure/azure-sdk-for-java/issues/23562#issuecomment-903183704
> > >
> > > On Fri, 27 Aug 2021 at 11:27, Petr Ivanov  wrote:
> > > >
> > > > Teamcity will be able to build release — we have caching proxy with
> Artifactory which seems has cached that artifact already.
> > > > I think I can provide it as a file to republish to mvnrepository,
> but I have no such permissions.
> > > >
> > > > Who could help us with uploading it?
> > > >
> > > >
> > > > > On 27 Aug 2021, at 11:23, Maxim Muzafarov 
> wrote:
> > > > >
> > > > > Folks,
> > > > >
> > > > > I've recently tried to build the Apache Ignite project from scratch
> > > > > and got the following error:
> > > > >
> > > > > [INFO]
> 
> > > > > [INFO] BUILD FAILURE
> > > > > [INFO]
> 
> > > > > [INFO] Total time: ⁣ ⁣01:27 min
> > > > > [INFO] Finished at: 2021-08-25T22:40:58+03:00
> > > > > [INFO]
> 
> > > > > [ERROR] Failed to execute goal on project ignite-azure: Could not
> > > > > resolve dependencies for project
> > > > > org.apache.ignite:ignite-azure:jar:2.12.0-SNAPSHOT: Failure to find
> > > > > com.azure:azure-storage-blob:jar:12.0.0 in
> > > > > https://repo.maven.apache.org/maven2 was cached in the local
> > > > > repository, resolution will not be reattempted until the update
> > > > > interval of central has elapsed or updates are forced -> [Help 1]
> > > > >
> > > > > It seems the azure-storage-blob is missing in the maven central
> > > > > repository [1]. The mirror is not available since the bintray was
> > > > > deprecated in May [2].
> > > > >
> > > > > What should we do with this? I see the following:
> > > > > - bump up the version of the azure module (compilation error
> occurs,
> > > > > some fix required)
> > > > > - republish the 12.0.0 version to the maven. It seems it should be
> available [3]
> > > > >
> > > > > How it affects the 2.11 release? Should we file an issue if we
> need to
> > > > > bump up the version?
> > > > >
> > > > > [1]
> https://repo1.maven.org/maven2/com/azure/azure-storage-blob/12.0.0
> > > > > [2] https://jcenter.bintray.com/
> > > > > [3]
> https://mvnrepository.com/artifact/com.azure/azure-storage-blob/12.0.0
> > > >
>


Re: Build failed on the ignite-azure module. Missing dependency in maven central repository

2021-09-01 Thread Pavel Pereslegin
Hello, Igniters!
I think the patch is ready [1].

Ilya, Atri,
could you help with the review?

[1] https://issues.apache.org/jira/browse/IGNITE-15388

пт, 27 авг. 2021 г. в 15:29, Maxim Muzafarov :
>
> Folks,
>
> I've created an issue to fix this. I think this is a blocker for the
> 2.11 release since there is no workaround here.
> https://issues.apache.org/jira/browse/IGNITE-15388
>
>
> On Fri, 27 Aug 2021 at 11:59, Maxim Muzafarov  wrote:
> >
> > I've found the recommendation to bump up the version SDK [1].
> >
> > [1] 
> > https://github.com/Azure/azure-sdk-for-java/issues/23562#issuecomment-903183704
> >
> > On Fri, 27 Aug 2021 at 11:27, Petr Ivanov  wrote:
> > >
> > > Teamcity will be able to build release — we have caching proxy with 
> > > Artifactory which seems has cached that artifact already.
> > > I think I can provide it as a file to republish to mvnrepository, but I 
> > > have no such permissions.
> > >
> > > Who could help us with uploading it?
> > >
> > >
> > > > On 27 Aug 2021, at 11:23, Maxim Muzafarov  wrote:
> > > >
> > > > Folks,
> > > >
> > > > I've recently tried to build the Apache Ignite project from scratch
> > > > and got the following error:
> > > >
> > > > [INFO] 
> > > > 
> > > > [INFO] BUILD FAILURE
> > > > [INFO] 
> > > > 
> > > > [INFO] Total time: ⁣ ⁣01:27 min
> > > > [INFO] Finished at: 2021-08-25T22:40:58+03:00
> > > > [INFO] 
> > > > 
> > > > [ERROR] Failed to execute goal on project ignite-azure: Could not
> > > > resolve dependencies for project
> > > > org.apache.ignite:ignite-azure:jar:2.12.0-SNAPSHOT: Failure to find
> > > > com.azure:azure-storage-blob:jar:12.0.0 in
> > > > https://repo.maven.apache.org/maven2 was cached in the local
> > > > repository, resolution will not be reattempted until the update
> > > > interval of central has elapsed or updates are forced -> [Help 1]
> > > >
> > > > It seems the azure-storage-blob is missing in the maven central
> > > > repository [1]. The mirror is not available since the bintray was
> > > > deprecated in May [2].
> > > >
> > > > What should we do with this? I see the following:
> > > > - bump up the version of the azure module (compilation error occurs,
> > > > some fix required)
> > > > - republish the 12.0.0 version to the maven. It seems it should be 
> > > > available [3]
> > > >
> > > > How it affects the 2.11 release? Should we file an issue if we need to
> > > > bump up the version?
> > > >
> > > > [1] https://repo1.maven.org/maven2/com/azure/azure-storage-blob/12.0.0
> > > > [2] https://jcenter.bintray.com/
> > > > [3] 
> > > > https://mvnrepository.com/artifact/com.azure/azure-storage-blob/12.0.0
> > >


A new feedback has been added : 6

2021-09-01 Thread Bugyard
A new feedback has been added, go to bugyard.io to see all the details...

https://bugyard.io

A new feedback has been added 

"Does the comment apply to both thin and think clients ?"   by vikram.pancholi 

View feedback 
https://app.bugyard.io/web/app/rycqZJDyY/f/612f59eebf8dcb0014ee11fe