Commit Graph

718 Commits

Author SHA1 Message Date
ehesmiley
5dfbbc1ec9 small grammatical issue 2024-12-08 14:29:21 +01:00
spring-builds
acd63bb27c Bumping versions to 4.2.1-SNAPSHOT after release 2024-12-03 01:52:00 +00:00
spring-builds
593e64ab1c Going back to snapshots 2024-12-03 01:51:59 +00:00
spring-builds
00b862ce44 Update SNAPSHOT to 4.2.0 2024-12-03 01:49:15 +00:00
Ryan Baxter
9b8ff06c3c Disable docs dependencies for 2024.0.0 release 2024-12-02 15:18:19 -05:00
spring-builds
cd15734bde Bumping versions 2024-11-20 18:00:28 +00:00
Pedro Andrez
fd3c6f5d3d Provides configuration for Netty's http client pool leasing strategy (#3575) 2024-11-19 11:41:02 -05:00
Khan / 이창민
95a8a5587b Fix: incorrect link in configuration-properties 2024-11-19 11:25:39 -05:00
spring-builds
7cdf7608f5 Bumping versions 2024-11-14 18:07:28 +00:00
spring-builds
031e249477 Going back to snapshots 2024-11-08 03:06:06 +00:00
spring-builds
383f50be76 Update SNAPSHOT to 4.2.0-RC1 2024-11-08 03:03:50 +00:00
sgibb
4ee9a072f6 Implements BodyFilterFunctions.modifyResponseBody
Fixes gh-3189
2024-11-05 14:03:03 -05:00
spring-builds
2aee1f5ccf Bumping versions 2024-10-15 18:01:11 +00:00
buildmaster
9d9fac23c7 Going back to snapshots 2024-10-08 13:32:22 +00:00
buildmaster
2b9629bd2e Update SNAPSHOT to 4.2.0-M2 2024-10-08 13:30:25 +00:00
maoling
7cc9434f52 add alarm template for spring cloud gateway (#3019) 2024-09-27 12:30:41 -04:00
spencergibb
ae0d23a326 Merge branch '4.1.x' 2024-09-27 12:23:18 -04:00
Abimael Sergio
0ce2485471 Improve documentation, add reference of HttpClientCustomizer.
Fixes gh-2623
Fixes gh-3381
2024-09-27 12:22:49 -04:00
qnnn
181feb07be Add a note about retry filter behavior in documentation (#3534)
* Add a note about retry filter behavior in documentation.
2024-09-27 12:05:33 -04:00
spencergibb
a6527e23c8 Merge branch '4.1.x' 2024-09-27 11:59:20 -04:00
spencergibb
f253bf7d34 polishing 2024-09-27 11:59:00 -04:00
Thomas Carlier
22c9f2059b Update README.adoc 2024-09-27 11:57:48 -04:00
spencergibb
84d7cf2afe Merge branch '4.1.x' 2024-09-25 13:18:21 -04:00
tungj
4aa7c08867 Fix example code to compile
Fixes gh-3427
2024-09-25 13:17:42 -04:00
maoling
003bff86f2 add QPS, Latency etc metrics to grafana template (#3014) 2024-09-25 12:50:56 -04:00
buildmaster
bb2a30cdb1 Bumping versions 2024-08-24 17:56:39 +00:00
buildmaster
6359ccadb2 Going back to snapshots 2024-08-19 19:34:21 +00:00
buildmaster
bd07fee24c Update SNAPSHOT to 4.2.0-M1 2024-08-19 19:31:59 +00:00
buildmaster
c919240b9d Bumping versions 2024-08-07 17:50:59 +00:00
buildmaster
4a2c6d836f Bumping versions to 4.1.6-SNAPSHOT after release 2024-07-10 17:24:54 +00:00
buildmaster
fa41264ea7 Going back to snapshots 2024-07-10 17:24:53 +00:00
buildmaster
6191539046 Update SNAPSHOT to 4.1.5 2024-07-10 17:22:34 +00:00
Joris Kuipers
b435ce3575 Prevent Content-Length and Host headers from being copied by default (#3313)
Also remove the bogus spring.cloud.gateway.proxy.auto-forward setting from the tests.
Fixes gh-3154
2024-07-03 11:32:23 -04:00
Ryan Baxter
17c1b5b587 Upgrading antora 2024-06-25 09:54:24 -04:00
buildmaster
4159464c14 Bumping versions to 4.1.5-SNAPSHOT after release 2024-05-30 12:10:11 +00:00
buildmaster
6e857c31d0 Going back to snapshots 2024-05-30 12:10:10 +00:00
buildmaster
ede1673184 Update SNAPSHOT to 4.1.4 2024-05-30 12:06:02 +00:00
buildmaster
58c84413f7 Bumping versions 2024-04-18 12:11:15 +00:00
buildmaster
dbf4ec936e Bumping versions to 4.1.4-SNAPSHOT after release 2024-04-17 22:39:26 +00:00
buildmaster
e3d45e3558 Going back to snapshots 2024-04-17 22:39:25 +00:00
buildmaster
10120b4a1d Update SNAPSHOT to 4.1.3 2024-04-17 22:36:15 +00:00
wind57
be86df976f typo 2024-04-10 18:49:53 +03:00
wind57
2721fafb08 review comments 2024-04-10 18:23:02 +03:00
wind57
6654ba1838 add documentation 2024-04-10 17:47:25 +03:00
spencergibb
d722898970 Adds server-webmvc to list of config properties.
Fixes gh-3337
2024-04-05 15:48:36 -04:00
buildmaster
ed99e408e5 Bumping versions to 4.1.3-SNAPSHOT after release 2024-03-27 14:28:07 +00:00
buildmaster
7f1155e203 Going back to snapshots 2024-03-27 14:28:06 +00:00
buildmaster
66004e31e6 Update SNAPSHOT to 4.1.2 2024-03-27 14:24:52 +00:00
sgibb
f0ad75a22f Documents registration of custom filters and predicates.
This allows them to be used in external configuration.

Fixes gh-3268
2024-03-19 15:41:32 -04:00
sgibb
430607c8dd Documents proper order for Servlet Filtters.
Fixes gh-3244
2024-03-19 14:42:28 -04:00