Browse Source

Move HttpServiceProxyFactoryExtensions.kt to spring-web module

HttpServiceProxyFactoryExtensions.kt has been mistakenly created
in spring-webflux module instead of spring-web, breaking JPMS for
WebFlux users.

This commit moves this file and related tests to the spring-web
module.

Closes gh-30042
pull/30047/head
Sébastien Deleuze 3 years ago
parent
commit
9f2f93129b
  1. 0
      spring-web/src/main/kotlin/org/springframework/web/service/invoker/HttpServiceProxyFactoryExtensions.kt
  2. 0
      spring-web/src/test/kotlin/org/springframework/web/service/invoker/HttpServiceProxyFactoryExtensionsTests.kt

0
spring-webflux/src/main/kotlin/org/springframework/web/service/invoker/HttpServiceProxyFactoryExtensions.kt → spring-web/src/main/kotlin/org/springframework/web/service/invoker/HttpServiceProxyFactoryExtensions.kt

0
spring-webflux/src/test/kotlin/org/springframework/web/service/invoker/HttpServiceProxyFactoryExtensionsTests.kt → spring-web/src/test/kotlin/org/springframework/web/service/invoker/HttpServiceProxyFactoryExtensionsTests.kt

Loading…
Cancel
Save