Apache Ignite: ignite-core dependecies

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Apache Ignite: ignite-core dependecies

Dmitry Pavlov
Hi,

Why ignite-core depends to org.gridgain:ignite-shmem:1.0.0 ? Is it ok for
Apache projects to be dependent on proprietary software?

As I can see license is Apache 2.0, but where can I find sources?

Sincerely,
Dmitriy Pavlov
Reply | Threaded
Open this post in threaded view
|

Re: Apache Ignite: ignite-core dependecies

Dmitry Pavlov
Full dependency tree you can find here
https://github.com/apache/ignite/blob/ignite-11461-java11/modules/dev-utils/ignite-modules-test/deps.txt#L18



пт, 1 мар. 2019 г. в 22:23, Dmitriy Pavlov <[hidden email]>:

> Hi,
>
> Why ignite-core depends to org.gridgain:ignite-shmem:1.0.0 ? Is it ok for
> Apache projects to be dependent on proprietary software?
>
> As I can see license is Apache 2.0, but where can I find sources?
>
> Sincerely,
> Dmitriy Pavlov
>
Reply | Threaded
Open this post in threaded view
|

Re: Apache Ignite: ignite-core dependecies

Dmitry Pavlov
Hi Igniters,

Because nobody is reacted here, I'm going to remove this dependency and all
dependent classes (if any) by lazy consensus after 72 h.

Sincerely,
Dmitriy Pavlov

пт, 1 мар. 2019 г. в 22:46, Dmitriy Pavlov <[hidden email]>:

> Full dependency tree you can find here
>
> https://github.com/apache/ignite/blob/ignite-11461-java11/modules/dev-utils/ignite-modules-test/deps.txt#L18
>
>
>
> пт, 1 мар. 2019 г. в 22:23, Dmitriy Pavlov <[hidden email]>:
>
>> Hi,
>>
>> Why ignite-core depends to org.gridgain:ignite-shmem:1.0.0 ? Is it ok for
>> Apache projects to be dependent on proprietary software?
>>
>> As I can see license is Apache 2.0, but where can I find sources?
>>
>> Sincerely,
>> Dmitriy Pavlov
>>
>
Reply | Threaded
Open this post in threaded view
|

Re: Apache Ignite: ignite-core dependecies

dmagda
Dmitry,

Here are the sources, it's used to enable shared memory for communication
SPI: https://github.com/apache/ignite/tree/master/ipc/shmem

Don't remember all of the details why the binary is hosted in GridGain
repository but see nothing wrong here as long as the lib is licensed under
Apache 2.0. In general, talk to your GridGain-mates to get more details and
feel free to share a summary with a broader community.

-
Denis


On Mon, Mar 4, 2019 at 6:54 AM Dmitriy Pavlov <[hidden email]> wrote:

> Hi Igniters,
>
> Because nobody is reacted here, I'm going to remove this dependency and all
> dependent classes (if any) by lazy consensus after 72 h.
>
> Sincerely,
> Dmitriy Pavlov
>
> пт, 1 мар. 2019 г. в 22:46, Dmitriy Pavlov <[hidden email]>:
>
> > Full dependency tree you can find here
> >
> >
> https://github.com/apache/ignite/blob/ignite-11461-java11/modules/dev-utils/ignite-modules-test/deps.txt#L18
> >
> >
> >
> > пт, 1 мар. 2019 г. в 22:23, Dmitriy Pavlov <[hidden email]>:
> >
> >> Hi,
> >>
> >> Why ignite-core depends to org.gridgain:ignite-shmem:1.0.0 ? Is it ok
> for
> >> Apache projects to be dependent on proprietary software?
> >>
> >> As I can see license is Apache 2.0, but where can I find sources?
> >>
> >> Sincerely,
> >> Dmitriy Pavlov
> >>
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: Apache Ignite: ignite-core dependecies

Ivan Pavlukhin
Hi,

My bit here is that I build sources from ipc/shmem and launched Ignite
with freshly built library on Linux.

пн, 4 мар. 2019 г. в 21:51, Denis Magda <[hidden email]>:

>
> Dmitry,
>
> Here are the sources, it's used to enable shared memory for communication
> SPI: https://github.com/apache/ignite/tree/master/ipc/shmem
>
> Don't remember all of the details why the binary is hosted in GridGain
> repository but see nothing wrong here as long as the lib is licensed under
> Apache 2.0. In general, talk to your GridGain-mates to get more details and
> feel free to share a summary with a broader community.
>
> -
> Denis
>
>
> On Mon, Mar 4, 2019 at 6:54 AM Dmitriy Pavlov <[hidden email]> wrote:
>
> > Hi Igniters,
> >
> > Because nobody is reacted here, I'm going to remove this dependency and all
> > dependent classes (if any) by lazy consensus after 72 h.
> >
> > Sincerely,
> > Dmitriy Pavlov
> >
> > пт, 1 мар. 2019 г. в 22:46, Dmitriy Pavlov <[hidden email]>:
> >
> > > Full dependency tree you can find here
> > >
> > >
> > https://github.com/apache/ignite/blob/ignite-11461-java11/modules/dev-utils/ignite-modules-test/deps.txt#L18
> > >
> > >
> > >
> > > пт, 1 мар. 2019 г. в 22:23, Dmitriy Pavlov <[hidden email]>:
> > >
> > >> Hi,
> > >>
> > >> Why ignite-core depends to org.gridgain:ignite-shmem:1.0.0 ? Is it ok
> > for
> > >> Apache projects to be dependent on proprietary software?
> > >>
> > >> As I can see license is Apache 2.0, but where can I find sources?
> > >>
> > >> Sincerely,
> > >> Dmitriy Pavlov
> > >>
> > >
> >



--
Best regards,
Ivan Pavlukhin
Reply | Threaded
Open this post in threaded view
|

Re: Apache Ignite: ignite-core dependecies

Dmitry Pavlov
Denis, Ivan, thank you for replies.

Ok, if sources are there, can we rename this artifact to
org.apache.ignite.smem?

Sincerely,
Dmitriy Pavlov

пн, 4 мар. 2019 г. в 22:59, Павлухин Иван <[hidden email]>:

> Hi,
>
> My bit here is that I build sources from ipc/shmem and launched Ignite
> with freshly built library on Linux.
>
> пн, 4 мар. 2019 г. в 21:51, Denis Magda <[hidden email]>:
> >
> > Dmitry,
> >
> > Here are the sources, it's used to enable shared memory for communication
> > SPI: https://github.com/apache/ignite/tree/master/ipc/shmem
> >
> > Don't remember all of the details why the binary is hosted in GridGain
> > repository but see nothing wrong here as long as the lib is licensed
> under
> > Apache 2.0. In general, talk to your GridGain-mates to get more details
> and
> > feel free to share a summary with a broader community.
> >
> > -
> > Denis
> >
> >
> > On Mon, Mar 4, 2019 at 6:54 AM Dmitriy Pavlov <[hidden email]>
> wrote:
> >
> > > Hi Igniters,
> > >
> > > Because nobody is reacted here, I'm going to remove this dependency
> and all
> > > dependent classes (if any) by lazy consensus after 72 h.
> > >
> > > Sincerely,
> > > Dmitriy Pavlov
> > >
> > > пт, 1 мар. 2019 г. в 22:46, Dmitriy Pavlov <[hidden email]>:
> > >
> > > > Full dependency tree you can find here
> > > >
> > > >
> > >
> https://github.com/apache/ignite/blob/ignite-11461-java11/modules/dev-utils/ignite-modules-test/deps.txt#L18
> > > >
> > > >
> > > >
> > > > пт, 1 мар. 2019 г. в 22:23, Dmitriy Pavlov <[hidden email]>:
> > > >
> > > >> Hi,
> > > >>
> > > >> Why ignite-core depends to org.gridgain:ignite-shmem:1.0.0 ? Is it
> ok
> > > for
> > > >> Apache projects to be dependent on proprietary software?
> > > >>
> > > >> As I can see license is Apache 2.0, but where can I find sources?
> > > >>
> > > >> Sincerely,
> > > >> Dmitriy Pavlov
> > > >>
> > > >
> > >
>
>
>
> --
> Best regards,
> Ivan Pavlukhin
>