Skip to content
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

Aws2 quarkus client ddb refactor #3462

Merged

Conversation

JiriOndrusek
Copy link
Contributor

fixes #3236

Requires #3458 to be merged (it contains the forst commit from this PR)

This commit refactores aws2-quarkus-client-ddb. With this change, module will copy sources from aws2-ddb module and won't duplicate them.
S3 module is fixed by the PR which contains the first commit.

@aldettinger
Copy link
Contributor

I'm not sure whether this PR contains both ddb and S3 ? Shouldn't we merge #3458 first ? Or maybe rebase ?

@JiriOndrusek
Copy link
Contributor Author

@aldettinger Yes. #3458 should be merged first. Hopefully there should not be needed any rebase of this PR, because the first commit is the same in both PRs.

I wrote that into the summary:

Requires #3458 to be merged (it contains the forst commit from this PR)

@aldettinger
Copy link
Contributor

@JiriOndrusek I've merged the other PR and now this one has conflict. Could you please check ?

@JiriOndrusek
Copy link
Contributor Author

I'll do it

@JiriOndrusek JiriOndrusek force-pushed the aws2--quarkus-client-ddb-refactor branch from 837962d to 94f267b Compare January 18, 2022 08:56
@JiriOndrusek
Copy link
Contributor Author

@aldettinger it should be fixed. Eventhough I cherrypicked the second commitr from the original PR and there was no conflict. I'm not sure why it didn't work automatically

@aldettinger
Copy link
Contributor

I don't know too. Let's have a successful CI build and merge this PR then. Thanks for fixing 👍

@aldettinger aldettinger merged commit ca8ad1c into apache:main Jan 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor aws2-quarkus-client-ddb(s3) by copying files (not duplicating)
3 participants