From 189904b6d71b6ef88d9d9e25af21ea2d90b20d32 Mon Sep 17 00:00:00 2001 From: jsgrah-spring Date: Mon, 23 Jan 2023 16:04:07 +0100 Subject: [PATCH] Feature/java 14459 (#13336) * JAVA-14459, GitHub Issue: Reactive WebSocket App example no longer works. * JAVA-14459, Move spring5 reactive webflux filters to its own module. * JAVA-14459, Update README.md, remove links to irrelevant articles. Co-authored-by: jogra --- spring-reactive-modules/spring-5-reactive-filters/README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/spring-reactive-modules/spring-5-reactive-filters/README.md b/spring-reactive-modules/spring-5-reactive-filters/README.md index aa8d2800e2..815ca35442 100644 --- a/spring-reactive-modules/spring-5-reactive-filters/README.md +++ b/spring-reactive-modules/spring-5-reactive-filters/README.md @@ -7,9 +7,4 @@ The "REST With Spring" Classes: https://bit.ly/restwithspring ### Relevant Articles -- [Exploring the Spring 5 WebFlux URL Matching](https://www.baeldung.com/spring-5-mvc-url-matching) -- [Reactive WebSockets with Spring 5](https://www.baeldung.com/spring-5-reactive-websockets) - [Spring WebFlux Filters](https://www.baeldung.com/spring-webflux-filters) -- [How to Set a Header on a Response with Spring 5](https://www.baeldung.com/spring-response-header) -- [A Guide to Spring Session Reactive Support: WebSession](https://www.baeldung.com/spring-session-reactive) -- More articles: [[next -->]](../spring-5-reactive-2)