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

Refactor building of SOAP::Request instances into a separate class. #318

Merged
merged 2 commits into from
Sep 15, 2012
Merged

Refactor building of SOAP::Request instances into a separate class. #318

merged 2 commits into from
Sep 15, 2012

Conversation

timabdulla
Copy link
Member

Fix issue #259 (Savon::Client and threadsafety) by isolating the
building of SOAP::Request instances outside of the Client.

  • Add SOAP::RequestBuilder class and its spec.
  • Modify Client to build requests using RequestBuilder.
  • Modify Client spec to reflect changes in its functionality.
  • Add integration test to verify threadsafety.

Fix issue #259 (Savon::Client and threadsafety) by isolating the
building of SOAP::Request instances outside of the Client.

- Add SOAP::RequestBuilder class and its spec.
- Modify Client to to build requests using RequestBuilder.
- Modify Client spec to reflect changes in its functionality.
- Add integration test to verify threadsafety.
@timabdulla
Copy link
Member Author

looks like I used 1.9 lambda syntax, which is causing the build to fail on 1.8. i'll fix this and update the PR.

@rubiii
Copy link
Contributor

rubiii commented Sep 8, 2012

this is one of the most awesome pull requests i've ever seen. thank you very much!
i'm still looking through the changes and testing, but i'm going to merge asap.

@timabdulla
Copy link
Member Author

thanks, daniel! let me know if you spot any problems...

@rubiii rubiii merged commit 0567746 into savonrb:master Sep 15, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants