{{ message }}
This repository was archived by the owner on Feb 4, 2024. It is now read-only.
= Adds a test that demonstrates how to integrate tracee-springhttpclient#126
Merged
SvenBunge merged 1 commit intoJan 12, 2016
Merged
Conversation
Member
There was a problem hiding this comment.
merge="true" is not needed. As far as I know it's only used in conjunction with parent="parentList".
Member
Author
There was a problem hiding this comment.
Does it not merge this list <list> with the list of already existing interceptors on the RestTemplate? If now? how would that be possible?
Member
There was a problem hiding this comment.
Hmm, as far as I know a property simple calls the setXX(..)-Method and if you use merge it is a bit tricky: you've to add a parent to the bean definition that points to the other definition. See: http://javarticles.com/2015/05/spring-collection-merging-example.html
Member
|
At all: looks good. 👍 |
80358bf to
63e1e02
Compare
Member
Author
|
Fixed & rebased |
…ent with xml configuration
63e1e02 to
96e7291
Compare
Member
SvenBunge
added a commit
that referenced
this pull request
Jan 12, 2016
…t-test Adds a test that demonstrates how to integrate tracee-springhttpclient
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.

…with xml configuration