79445127

Date: 2025-02-17 10:44:07
Score: 0.5
Natty:
Report link

I had issue during migration from Spring 2.X.X to Spring 3.X.X In my case the problem was using wrong import

import javax.persistence.*

Correct import

import jakarta.persistence.*
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Grzegorz JasiƄski