In some cases, the generation moves packages to the javax namespace.
In comparison, they should be in the Jakarta namespace instead.
e.g.
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.validation.constraints.NotBlank;
import javax.enterprise.context.ApplicationScoped;
In some cases, the generation moves packages to the javax namespace.
In comparison, they should be in the Jakarta namespace instead.
e.g.