Relative Content

Tag Archive for spring-bootmavenlombok

Spring update 2 -> 3 [ERROR] error: cannot access MappedSuperclass

I just migrated my application from spring 2 -> 3. I am getting an error about the MappedSuperclass. After reading several articles I believe the issue is that jakarta has replaced javax, (related post). I tried to add javax.persistence and change the import path but it was not there.