Browse Source
Add resolveWithServerWebExchange() test method to verify that @Value expression resolution works correctly when a ServerWebExchange is provided. The test creates a custom MockServerWebExchange with request headers and attributes, then confirms that expressions are properly resolved in the presence of the exchange context. This resolves the TODO at line 96 and ensures the resolver functions correctly in reactive WebFlux contexts with ServerWebExchange instances. Signed-off-by: albonidrizi <albonidrizi@gmail.com>pull/36016/head
1 changed files with 26 additions and 2 deletions
Loading…
Reference in new issue