Skip to content

Code Modularization

Latest

Choose a tag to compare

@rreganjr rreganjr released this 11 Dec 22:14
· 2 commits to master since this release
  • XML import updated: switched to the new XML parsing/import flow to reduce errors during bulk imports.
  • Flyway-first schema: clean V1 init (AUTO_INCREMENT PKs, no *_seq tables) plus consolidated V2 cleanup for legacy DBs.
  • Identity strategy switch: all JPA entities now use GenerationType.IDENTITY; legacy sequence tables removed/dropped on upgrade.
  • Tooling guards: Maven enforcer ensures JDK 17; README/guide updated with baseline flags and Docker usage.
  • Major modularization refactor
  • Updated annotation -> annotatable mapping to use simpler names