Re: Move Spring Data modules into Ignite extension project

2020-02-02 Thread Maksim Stepachev
Hi,

I agree with you. I'm going to add some extra features to it too. I suppose
we are able to use Nikolay Izhikov's experience with the spring boot
starter.
But we should remove it from Ignite after release this module.


пн, 3 февр. 2020 г. в 10:39, Sergey Chernolyas :

> Hi igniters!
>
> I would ask the community to allow for moving Spring Data modules to
> project Ignite extensions.  The base reason for it is Spring Data modules
> aren’t Ignite modules. They are modules which allow using Ignite more
> simpler and corresponds to Spring Framework. I mean that the modules isn’t
> included to Ignite core, they are implementation of Spring Data interface.
> I think it is more logical to move the modules to extension project. Plus,
> Ignite (and its core modules)  has long development cycle (about 6 months).
> It is an additional reason to move modules with short development cycle to
> extension project.
>
> May we do it? When (which release for?) and how?
>
> -
>
> With best regards, Sergey Chernolyas
>


Move Spring Data modules into Ignite extension project

2020-02-02 Thread Sergey Chernolyas
Hi igniters!

I would ask the community to allow for moving Spring Data modules to
project Ignite extensions.  The base reason for it is Spring Data modules
aren’t Ignite modules. They are modules which allow using Ignite more
simpler and corresponds to Spring Framework. I mean that the modules isn’t
included to Ignite core, they are implementation of Spring Data interface.
I think it is more logical to move the modules to extension project. Plus,
Ignite (and its core modules)  has long development cycle (about 6 months).
It is an additional reason to move modules with short development cycle to
extension project.

May we do it? When (which release for?) and how?

-

With best regards, Sergey Chernolyas


Re: Quick Introduction of myself - Kartheek.

2020-02-02 Thread Denis Magda
Hi Kartheek,

Welcome to the community! It's nice to see you got interested in the
project and decided to contribute.

Please check this page out for commonly asked questions pertaining to the
contribution process as well as a list of tickets for newcomers:
https://ignite.apache.org/community/contribute.html

Let us know once you selected a first task to work on.

-
Denis


On Sat, Feb 1, 2020 at 9:52 PM Kartheek kark  wrote:

> Good Morning everyone,
> I am kartheek, currently working in saas and analytics domain.
> How I would like to contribute -
> 1. Understanding problems in  various architectures, and helping them solve
> it
> 2. Code and solve the problems, which helps to further enhance my
> knowledge.
>As well, Can I be introduced to my peers who are working in timezone
> close to Indian Time Zone ?
>
>I am happy to be a part of this team.
>
> Thanks and regards,
> Kartheek B,
> Linkedin 
>


[jira] [Created] (IGNITE-12616) At start grid need twice enter psswords for keystore and truststore.

2020-02-02 Thread Kirill Tkalenko (Jira)
Kirill Tkalenko created IGNITE-12616:


 Summary: At start grid need twice enter psswords for keystore and 
truststore.
 Key: IGNITE-12616
 URL: https://issues.apache.org/jira/browse/IGNITE-12616
 Project: Ignite
  Issue Type: Improvement
Reporter: Kirill Tkalenko
Assignee: Kirill Tkalenko
 Fix For: 2.9


At start grid with keystore and truststore parameters but without password, 
need twice enter psswords for keystore and truststore (before and after enter 
password for user accaunt).

sequencing:
1.Start grid: bin/control.sh --deactivate --host test_host --user test_user 
--keystore /usr/key_store/keystore.jks --truststore 
/usr/key_store/truststore.jks
2. Enter password for keystore
3. Enter password for truststore
4. Enter password for user accaunt
5. Second time enter password for keystore
6. Second time enter password for trustore
7. Doing start...

Expected result : all without 5-6.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)