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

Cleanup of IdempotencyPlugin declaration #689

Merged
merged 2 commits into from
Jun 13, 2019
Merged

Cleanup of IdempotencyPlugin declaration #689

merged 2 commits into from
Jun 13, 2019

Conversation

fatroom
Copy link
Member

@fatroom fatroom commented Jun 13, 2019

Cleanup of IdempotencyPlugin declaration

Motivation and Context

As soon as I got riptide-idempotence in my class path, I can not create simple http client without specifying plugins any more. Default plugin resolver see plugin declaration in META-INF.services but fails to find actual class, which leads to ServiceConfigurationException: org.zalando.riptide.Plugin: Provider org.zalando.riptide.idempotency.IdempotencyPlugin not found.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.

@whiskeysierra
Copy link
Collaborator

@fatroom fatroom changed the title Added IdempotencyPlugin implementation Cleanup of IdempotencyPlugin declaration Jun 13, 2019
@fatroom
Copy link
Member Author

fatroom commented Jun 13, 2019

Adjusted accordingly :)

@whiskeysierra
Copy link
Collaborator

👍

@whiskeysierra whiskeysierra merged commit 40d3038 into zalando:master Jun 13, 2019
@fatroom fatroom deleted the idempotence-plugin branch June 13, 2019 11:27
@whiskeysierra
Copy link
Collaborator

Thanks for the contribution! I'm releaseing 3.0.0-RC.2 right now 📦

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.

2 participants