Skip to content

Releases: OsgiliathEnterprise/data-migrator

Java 21

06 May 22:54
Compare
Choose a tag to compare

Changelog

Features

  • Improve performance by grouping inserts in target database in the same transaction

Bugfixes

  • Prevent transient exceptions caused by elements that references elements with cyclic dependencies
  • Only remove cyclic dependency elements instead of elements that consumed that cyclic path

Dev

  • Connect to sonarsource code analysis
  • Makes sonar gate pass
  • Switch to full java 21 coding style