-
Notifications
You must be signed in to change notification settings - Fork 0
feat: add MigrationContext and Migration Summary Report #27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I like the idea with this MigrationContext, but I don't like the implementation as a "singleton". My suggestion would be to create one Context at the beginning an pass it as additional parameter to the migrateProject(s) methods. |
Thanks for the feedback I will adapt the current implementation accordingly and if this is indeed the way to go for the migration summary I will implement this in the other migrators as well. |
05abc24
to
e28c119
Compare
migration/src/main/java/com/intershop/customization/migration/Migrator.java
Show resolved
Hide resolved
migration/src/main/java/com/intershop/customization/migration/Migrator.java
Outdated
Show resolved
Hide resolved
migration/src/main/java/com/intershop/customization/migration/common/MigrationPreparer.java
Outdated
Show resolved
Hide resolved
migration/src/main/java/com/intershop/customization/migration/file/MoveFolder.java
Outdated
Show resolved
Hide resolved
migration/src/main/java/com/intershop/customization/migration/common/MigrationContext.java
Outdated
Show resolved
Hide resolved
migration/src/main/java/com/intershop/customization/migration/common/MigrationContext.java
Outdated
Show resolved
Hide resolved
migration/src/main/java/com/intershop/customization/migration/common/MigrationContext.java
Outdated
Show resolved
Hide resolved
migration/src/main/java/com/intershop/customization/migration/common/MigrationContext.java
Outdated
Show resolved
Hide resolved
0ffebee
to
9d103b0
Compare
1764548
to
431736d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please check my last comments. after clarification we can decide if we merge or apply some final minor tweaks.
migration/src/main/java/com/intershop/customization/migration/common/MigrationPreparer.java
Show resolved
Hide resolved
migration/src/main/java/com/intershop/customization/migration/file/MoveFolder.java
Show resolved
Hide resolved
migration/src/main/java/com/intershop/customization/migration/gradle/ConvertToKotlin.java
Show resolved
Hide resolved
530c3bd
to
6cd3064
Compare
First draft version for a Migration Summary Report, currently work in progress!