ehrbase / migration-tool

Migrate EHRbase data across major versions
Apache License 2.0
1 stars 0 forks source link

CDR-1442 fix class not found #9

Closed alexlehn closed 5 months ago

alexlehn commented 5 months ago

Description

Uses nullable/nonnull annotation from spring instead of javax.annotations because this was missing on the classpath. Also explained the properties import/export a little bit more. For more infos see https://github.com/ehrbase/migration-tool/issues/7.

Further more fixed the maven setup so that the integration tests are running only once, using the failsafe plugin and not a second time by surefire. During this change a new skipTests property was added as well.