Re: Spring upgrade on Ignite

2018-11-07 Thread ignite_user2016
I fixed the issue with following inclusion in my build gradle - configurations.all { exclude group: "commons-logging", module: "commons-logging" } Thanks.. Rishi -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Spring upgrade on Ignite

2018-11-07 Thread ignite_user2016
Is there a plan to upgrade spring lib to 5.0 for upcoming release ? Currently, Ignite-spring uses Spring 4.3.4 version so if I am running Ignite with spring boot better to upgrade all the spring libs to 5.1 version. I run into some weird logging issue since ignite using older version of spring