Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Remove old statement from v1
  • Loading branch information
AB-xdev authored May 13, 2024
1 parent 38e803b commit 560a4da
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions micro-migration-demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ This is the most straight forward approach to use migration scripts.
In package `software.xdev.micromigration.examples.reflective` a migrater which finds it's scripts through reflection is used.
So here all `MicroMigrationScript`s in the defined `software.xdev.micromigration.examples.reflective.scripts` package are used.

Since the `ReflectiveMigrater` uses the [Reflections library](https://github.com/ronmamo/reflections) it is extracted to its [own module](https://github.com/xdev-software/micro-migration/tree/main/reflection).

## Practical examples
The package `software.xdev.micromigration.examples.practical.embedded` contains examples
that are just a bit more complex than the other examples and should allow an insight about the usage in a
Expand Down

0 comments on commit 560a4da

Please sign in to comment.