Commit 539236d
committed
Update the javadoc for the CompositeCodec class.
Change the `ClassUtils.findClosestMatch` `failOnTie` to true.
In the past when finding the appropriate delegate(codec) for a object and
their were multiple delegates available the first one was returned.
The problem is it could return a different delegate on each launch of the `findDelegate`.
Now with `failOnTie` set to true a `IllegalStateException` is returned.
Remove deprecated constructor from CompositeCodec1 parent 5aeee02 commit 539236d
File tree
1 file changed
+5
-11
lines changed- spring-integration-core/src/main/java/org/springframework/integration/codec
1 file changed
+5
-11
lines changedLines changed: 5 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
31 | 34 | | |
32 | 35 | | |
33 | 36 | | |
| |||
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | 50 | | |
57 | 51 | | |
58 | 52 | | |
| |||
79 | 73 | | |
80 | 74 | | |
81 | 75 | | |
82 | | - | |
| 76 | + | |
83 | 77 | | |
84 | 78 | | |
85 | 79 | | |
| |||
0 commit comments