Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
implement migration for adapter and pipeline element configurations #2077
implement migration for adapter and pipeline element configurations #2077
Changes from 49 commits
d61b2bc
dbf4cec
d437edc
f74ae39
969d2ac
6f8ad83
01ec032
a23df74
ecd20c4
646e792
0792a01
6bc8bc1
85a6b12
a86a7c3
599c83b
9f88b9a
879ced4
e65fe82
5ae832a
5696491
20a9ddf
cd0e41d
18c1bc6
b31a3ea
7277ddb
37370f7
86056b8
4cbd9c4
06f349f
4656bb2
d4390bb
16dc3b2
0f9475a
c915440
a63423a
8308971
796be9a
5b859d2
2658ae0
7129793
540189b
509b6b4
203bd54
3f83ae2
1b1b4c0
542d632
798ed3a
d0d28c0
672745e
28b21c6
10375f3
f662872
765f8ca
a61bf62
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Just out of curiosity, where is this
equals
method used? Is this the only reason theAdapterMigrator
has to be an abstract class instead of an interface?