Commit Graph

15 Commits

Author SHA1 Message Date
Spencer Gibb
037abaeb26 New module names (#3645)
* New naming convention using webflux and webmvc

The new suffixes are gateway-server-web{flux|mvc} and gateway-proxyexchange-web{flux|mvc}.

This commit updates the starters to use gateway-server-web{flux|mvc} suffixes.

* Adds new spring-cloud-gateway-server-web{flux|mvc} modules.

These simply depend on the old ones. A warning is logged if not using the new module.

* Adds s-c-g-proxyexchange-{webflux|webmvc} modules

* Updates docs for  s-c-g-{proxyexchange|server}-{webflux|webmvc} modules
2025-01-16 21:26:10 -05:00
sgibb
4ee9a072f6 Implements BodyFilterFunctions.modifyResponseBody
Fixes gh-3189
2024-11-05 14:03:03 -05:00
Abimael Sergio
0ce2485471 Improve documentation, add reference of HttpClientCustomizer.
Fixes gh-2623
Fixes gh-3381
2024-09-27 12:22:49 -04:00
sgibb
430607c8dd Documents proper order for Servlet Filtters.
Fixes gh-3244
2024-03-19 14:42:28 -04:00
sgibb
84502853a1 Creates sharing-routes.adoc from misplaced part of actuator-api.adoc 2024-03-14 22:29:12 -04:00
sgibb
b13a82850d Update ratelimiter.adoc for Bucket4j rate limiter. 2023-12-05 16:17:23 -05:00
sgibb
bf3f60db94 Adds loadbalancer.adoc docs 2023-12-05 16:17:20 -05:00
sgibb
9ad7b07ed7 Removes secureheaders.adoc since that is functionality in spring security for MVC 2023-12-05 16:17:19 -05:00
sgibb
ff98d6298c Initial documentation.
Includes general documentation and most filters.

TODO: request predicates and custome dev docs.
2023-12-04 15:39:59 -05:00
sgibb
9c11a8ed8a Adds rewriterequestparameter-factory.adoc
See gh-3081
2023-10-04 15:46:18 -04:00
sgibb
d533ae7583 More basic mvc documentation 2023-09-29 13:36:33 -04:00
sgibb
b1208a6e94 Updates title 2023-09-13 19:28:27 -04:00
sgibb
3c090f1b69 Include intro.adoc in index.adoc and remove from nav.adoc 2023-09-11 19:57:13 -04:00
sgibb
e89752c107 Drops prefix the- from gateway filter factory adoc files. 2023-09-11 19:41:57 -04:00
Spencer Gibb
8e4f067ffc Antora migration (#3050)
* Migrate Structure

* Insert explicit ids for headers

* Remove unnecessary asciidoc attributes

* Copy default antora files

* Fix indentation for all pages

* Split files

* Generate a default navigation

* Remove includes

* Fix cross references

* Enable Section Summary TOC for small pages

* Migrate to antora documentation

* Migrate to antora documentation
2023-09-11 19:08:08 -04:00