INT-3799: Fix Tangles

Part 1 - eliminate references from support to other packages

Part 2 - handler to aggregator/router
- move BarrierMH to aggregator
- Fix ScatterGather references

Part 3 - move TrackableComponent
- to support.management

Part 4 - class tangles
- TcpConnectionServerExceptionEvent
- RecipientListRouterManagement

INT-3799: Polishing
This commit is contained in:
Gary Russell
2015-08-12 13:23:05 -04:00
committed by Artem Bilan
parent 9ff5ab789a
commit 4ab25121af
51 changed files with 79 additions and 136 deletions

View File

@@ -184,7 +184,8 @@ The annotation now defaults this attribute to 1.
[[x4.2-api-changes]]
==== API Changes
`o.s.integtation.util.FunctionIterator` now requires a `o.s.integration.util.Function` instead of a `reactor.function.Function`.
`o.s.integration.util.FunctionIterator` now requires a `o.s.integration.util.Function` instead of a
`reactor.function.Function`.
This was done to remove an unnecessary hard dependency on Reactor.
Any uses of this iterator will need to change the import.