Move source to Jakarta (use ./jakarta-to-javax.sh)

Moving the master branch to use jakarta based code and
dependencies. Change to use ./jakarta-to-javax.sh to convert
back to javax when releasing that.
This commit is contained in:
Rob Bygrave
2023-09-11 23:31:01 +12:00
parent 811255200e
commit ff43672f4e
1124 changed files with 2459 additions and 2459 deletions
@@ -1,6 +1,6 @@
package misc.migration.v1_2;
import javax.persistence.*;
import jakarta.persistence.*;
@Entity
@Table(name = "migtest_fk_none_via_join")