Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.15.2
-
Fix Version/s: 2.16.0
-
Component/s: camel-core
-
Labels:None
-
Estimated Complexity:Unknown
Description
When the UoW is done then it happens last today. But we could make the route context advice be last which allows any logic performed as UoW done know what route this is part of, which makes MDC logging print route id, and what not.
This complicates the logic a bit as we need to merge RouteContextAdvice into UnitOfWorkProcessorAdvice.