11 Commits

Author SHA1 Message Date
spencergibb
31ed804033 Updates version to 2.2.11.BUILD-SNAPSHOT after release 2021-11-03 16:02:09 -04:00
buildmaster
bf251614e2 Bumping versions 2021-11-03 19:45:59 +00:00
buildmaster
2d51a9ea22 Bumping versions to 2.2.10.BUILD-SNAPSHOT after release 2021-07-06 15:13:27 +00:00
buildmaster
2add690740 Going back to snapshots 2021-07-06 15:13:26 +00:00
buildmaster
f8438f7b7f Update SNAPSHOT to 2.2.9.RELEASE 2021-07-06 15:11:40 +00:00
buildmaster
0bf4dcfaa5 Bumping versions to 2.2.9.BUILD-SNAPSHOT after release 2021-04-21 17:29:30 +00:00
buildmaster
1a277db429 Going back to snapshots 2021-04-21 17:29:30 +00:00
buildmaster
86142f2448 Update SNAPSHOT to 2.2.8.RELEASE 2021-04-21 17:27:59 +00: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