Relative Content

Tag Archive for migrationehcachejcachespring-contextspring-modules

Migrating Ehcache to Jcache with springmodules 0.8x

I am migrating my project from spring 5.x to spring 6.x .While doing this I have been facing issue with bean creation of EhcacheManager since it is deprecated in spring context support 6.x and JcacheManager is now being used. Now, the main issue is I have been using springmodules jar and through that I have been creating bean using EhCacheFacade and EhCacheCachingModel and springmodules jar has not been updated since 2007 so I am unable to rewrite the code for Jcache.
Any inputs will be helpful ,thanks !
Adding the infra.xml code for reference –>