Merge branch 'main' into 4.0.x

This commit is contained in:
Phillip Webb
2025-06-02 17:38:09 -07:00
13 changed files with 692 additions and 161 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
*/