diff --git a/docs/src/reference/docbook/aggregator.xml b/docs/src/reference/docbook/aggregator.xml index 7c33aa5019..5031b58117 100644 --- a/docs/src/reference/docbook/aggregator.xml +++ b/docs/src/reference/docbook/aggregator.xml @@ -555,12 +555,14 @@ Likewise, for the ReleaseStrategy you can implement your release logic via - a SpEL expression and configure it via the release-strategy-expression attribute. + a SpEL expression and configure it via the release-strategy-expression attribute. + The only exception is that since ReleaseStrategy is passed the List of Messages the the root object in the SopEL + Evaluation context is the List itself which can be referenced as #this. For example: - + In this example the root object of the SpEL Evaluation Context is the MessageGroup itself, and you are simply stating