Commit Graph

7 Commits

Author SHA1 Message Date
Spencer Gibb
eca63cba65 Migrates server-webflux properties to new namespace (#3793)
Currently, prefix is spring.cloud.gateway and this is ambiguous now that server-webmvc exists.

spring.cloud.gateway.server.webflux is the new prefix

Fixes gh-3363
2025-05-09 15:40:33 -04:00
buildmaster
656ab5aba4 Bumping versions 2024-07-23 12:11:58 +00:00
spencergibb
3a78e666cb Moves to new LocalServerPort location 2022-05-18 12:40:10 -04:00
spencergibb
dd020a341f formatting 2021-04-20 13:20:32 -04:00
spencergibb
2be9d7f91c Suggest setting spring.main.web-application-type=reactive if mvc on classpath.
See gh-2176K
2021-04-20 13:15:59 -04:00
spencergibb
2fe4063bfc Only fail if mvc is on the classpath and gateway is enabled.
This is useful for libraries that might write functionality for zuul and gateway.

See gh-2176
2021-04-20 00:14:55 -04:00
spencergibb
f7a9bebc34 Adds MvcFoundOnClasspathFailureAnalyzer to provide a better experience if mvc is on the classpath.
Previously only a warning was printed in the logs, but sometime ago, ServerCodecConfigurer was added as a bean dependency which caused apps with mvc on the classpath to fail with an error that was difficult to diagnose. The warning was changed to a failure analyzer.

Fixes gh-2176
2021-04-19 13:38:36 -04:00