Commit Graph

317 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
spring-builds
0d1cf2774c Going back to snapshots 2025-05-01 13:17:24 +00:00
spring-builds
a57533e373 Update SNAPSHOT to 4.3.0-RC1 2025-05-01 13:14:07 +00:00
Jörg Richter
85ab7d9019 #2975-Suggestion-Add-Permissions-Policy-as-configurable-option-to-SecureHeaders-GatewayFilter
- added Permissions-Policy header as an opt-in header & default value
- updated documentation with Permissions-Policy and resources
- updated tests to include Permissions-Policy
- SecurityHeaders and Permissions-Policy may be configured globally / per route
- updated structure of public methods and class members to match previous version structure

Fixes gh-2975

Signed-off-by: Jörg Richter <96986086+joerg-richter-5234@users.noreply.github.com>
2025-04-07 22:19:10 +02:00
spring-builds
0affb76a1a Going back to snapshots 2025-02-27 20:17:12 +00:00
spring-builds
3832179678 Update SNAPSHOT to 4.3.0-M2 2025-02-27 20:14:50 +00:00
spring-builds
7f638fbcae Going back to snapshots 2025-01-30 11:59:00 +00:00
spring-builds
cf958b361b Update SNAPSHOT to 4.3.0-M1 2025-01-30 11:56:23 +00:00
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
spencergibb
d5f0f5cff7 Updates to version 4.3.0-SNAPSHOT 2025-01-16 15:10:39 -05:00
spencergibb
92046f3fc4 Revert "Bumping versions"
This reverts commit 3da857d51a.
2025-01-16 15:07:27 -05:00
spring-builds
3da857d51a Bumping versions 2025-01-16 18:46:56 +00: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
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
spencergibb
415ccb230c Updates to*Case() to use Locale.ROOT 2024-10-18 10:50:51 -04: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
Ryan Baxter
b0ae6728a1 Revert commented out tests 2024-10-02 16:28:38 -04:00
Ryan Baxter
282e7b9eff Enabling debug output for test 2024-10-02 15:28:36 -04: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
656ab5aba4 Bumping versions 2024-07-23 12:11:58 +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
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
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
b9f7bcb002 Formatting 2024-03-08 16:10:56 -05:00
Krishna
e40b78c26d gh-2846 Migrated all the Junit 4 test cases to Junit 5 (#2847)
* gh-2846 Migrated all the Junit 4 test cases to Junit 5

Removed the dependency on Junit vintage engine.

* Added junit platform engine dependency and replace junit 4 imports
2024-03-08 15:07:26 -05:00
jiangyuan
1abf678ab0 Fix ThrottleGatewayFilter in sample app to create TokenBucket only once (#2900)
* Fix ThrottleGatewayFilter obtain TokenBucket problem
2024-03-08 15:04:02 -05:00
buildmaster
fb3b782afc Bumping versions to 4.1.2-SNAPSHOT after release 2023-12-22 17:52:14 +00:00
buildmaster
6025c51aa6 Going back to snapshots 2023-12-22 17:52:13 +00:00
buildmaster
5544dd387c Update SNAPSHOT to 4.1.1 2023-12-22 17:48:46 +00:00
buildmaster
6163200d30 Bumping versions to 4.1.1-SNAPSHOT after release 2023-12-06 16:27:53 +00:00
buildmaster
b9eaf979fd Going back to snapshots 2023-12-06 16:27:53 +00:00
buildmaster
a9ab11ed89 Update SNAPSHOT to 4.1.0 2023-12-06 16:25:01 +00:00
buildmaster
6d2055ac05 Going back to snapshots 2023-10-31 14:39:58 +00:00
buildmaster
fb325a5216 Update SNAPSHOT to 4.1.0-RC1 2023-10-31 14:36:58 +00:00