I'm in the process of migrating existing Spring 5.6 (Tomcat 9) based applications to Jakarta (Spring 6/Tomcat 10.1). We currently use Shiro's in-memory session dao with ehcache. I added < classifier>jakarta</classifier> to all the shiro dependencies in the pom but am getting an error that there isn't a jakarta version of <artifactId >shiro-ehcache</artifactId>
I seem to be missing something as we're surely not the first to go through this. Any help on what I'm missing is appreciated. Note: We're currently on Shiro 1.13 and still working through the build errors resulting from a couple of apparent changes/deprecations in Shiro 2. Thanks, Steve