Why was com.liferay.portal.kernel.spring.util.SpringFactoryUtil deprecated?

Kevin Neibarger, modified 4 Years ago. Regular Member Posts: 105 Join Date: 2/2/18 Recent Posts

I am converting my 6.2 portal to 7.3. I noticed that the class  com.liferay.portal.kernel.spring.util.SpringFactoryUtil has been removed as of 7.3. I think it was in 7.1-latest but I am using 7.3.6-GA7. I need a way to create a sessionFactory from a datasource, and now I cannot due to the deprecation of SpringFactoryUtil. Can I use something different? Is there any information on why this was removed?

Olaf Kock, modified 3 Years ago. New Member Post: 1 Join Date: 7/13/22 Recent Posts

Hello Kevin,

 

Did you manage to solve this problem? We're facing the same issue.