Re: apache ignite contribution

2019-07-05 Thread Dmitriy Pavlov
Hi Vladimir, Welcome to the Apache Ignite community. Is it your JIRA username? Sincerely, Dmitriy Pavlov пт, 5 июл. 2019 г. в 16:10, Владимир Белов-Федоров < belovfedorov.vladi...@gmail.com>: > Hi devs, > > My name is Vladimir Belov-Fedorov. > Please register me as Apache Ignite contributor. >

Re: Migration to JUnit 5

2019-07-05 Thread Ivan Fedotov
Ivan, thank you for clarification. If nobody is against I can uncomment them in the context of IGNITE-711. пт, 5 июл. 2019 г. в 11:33, Павлухин Иван : > Ivan, > > I think that it is a really good that you found those not tested > examples. Thank you! > > пт, 5 июл. 2019 г. в 11:31, Павлухин

apache ignite contribution

2019-07-05 Thread Владимир Белов-Федоров
Hi devs, My name is Vladimir Belov-Fedorov. Please register me as Apache Ignite contributor. Thank you!

Re: [DISCUSSION][IEP-35] Metrics configuration

2019-07-05 Thread Seliverstov Igor
Igniters, One more question on topic. Should we preserve metrics configuration on restart? (I think we should) If so, which configuration use after restart? Defined in config file or saved in config storage? (I guess, saved configuration should have a priority) So, how to tell users that any

Re: Migration to JUnit 5

2019-07-05 Thread Павлухин Иван
Ivan, I think that it is a really good that you found those not tested examples. Thank you! пт, 5 июл. 2019 г. в 11:31, Павлухин Иван : > > Ivan, > > I uncommented all tests referring to IGNITE-711 [1] in > BasicExamplesSelfTest and all they passed. > > Generally, example tests are needed to be

Re: Migration to JUnit 5

2019-07-05 Thread Павлухин Иван
Ivan, I uncommented all tests referring to IGNITE-711 [1] in BasicExamplesSelfTest and all they passed. Generally, example tests are needed to be sure that our examples launch. And commented tests refer to existing examples. So, an ideal way here is to uncomment them in scope of IGNITE-711 [1],

Re: Unable to get the security context

2019-07-05 Thread Denis Garus
Hi, Radha Jai! You should update your master branch AI. Today we don't have the SecurityContextHolder class, but we have a guaranty, that SecurityContext argument in the authorize method will not be null. Good luck! ср, 29 мая 2019 г. в 08:00, radha jai : > Hi, > I have implemented the grid

Re: Unable to get the security context

2019-07-05 Thread Denis Garus
Hi radha! Regarding your question about SecurityContext as null, you should update your master branch. Today ср, 29 мая 2019 г. в 08:00, radha jai : > Hi, > I have implemented the grid security processor and setting the > securityconext holder in the authenticate function as below, > > public