Skip to content

Commit 710e095

Browse files
committed
Remove WebFluxExtensionInitializer and factory
Delete WebFluxExtensionInitializer and its unit test, and remove its ApplicationContextInitializer registration from microsphere-spring-webflux/src/main/resources/META-INF/spring.factories. The SpringWebFluxHelper entry is kept. Removed files: src/main/java/io/microsphere/spring/webflux/annotation/WebFluxExtensionInitializer.java and src/test/java/io/microsphere/spring/webflux/annotation/WebFluxExtensionInitializerTest.java; modified: META-INF/spring.factories.
1 parent 2c8c7ad commit 710e095

3 files changed

Lines changed: 1 addition & 159 deletions

File tree

microsphere-spring-webflux/src/main/java/io/microsphere/spring/webflux/annotation/WebFluxExtensionInitializer.java

Lines changed: 0 additions & 84 deletions
This file was deleted.
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
# SpringWebHelper
22
io.microsphere.spring.web.util.SpringWebHelper=\
3-
io.microsphere.spring.webflux.util.SpringWebFluxHelper
4-
5-
# ApplicationContextInitializer
6-
org.springframework.context.ApplicationContextInitializer=\
7-
io.microsphere.spring.webflux.annotation.WebFluxExtensionInitializer
3+
io.microsphere.spring.webflux.util.SpringWebFluxHelper

microsphere-spring-webflux/src/test/java/io/microsphere/spring/webflux/annotation/WebFluxExtensionInitializerTest.java

Lines changed: 0 additions & 70 deletions
This file was deleted.

0 commit comments

Comments
 (0)