Merge branch '3.3.x' into 3.4.x

This commit is contained in:
Phillip Webb
2025-06-02 17:17:07 -07:00
13 changed files with 686 additions and 157 deletions

View File

@@ -56,7 +56,7 @@ public class HttpExchangesFilter extends OncePerRequestFilter implements Ordered
private final Set<Include> includes;
/**
* Create a new instance.
* Create a new {@link HttpExchangesFilter} instance.
* @param repository the repository used to record events
* @param includes the include options
*/