spencergibb
ca9721f4ee
Migrates proxy-exchange-webmvc properties to new namespace
...
from spring.cloud.gateway.proxy to spring.cloud.gateway.proxy-exchange.webmvc
Fixes gh-3361
2025-05-09 16:29:56 -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
spring-builds
e116c07287
Going back to snapshots
2025-04-07 11:54:43 +00:00
spring-builds
7951cef77f
Update SNAPSHOT to 4.3.0-M3
2025-04-07 11:52:16 +00: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
spencergibb
3a2d820ef7
Fixes import order.
...
See gh-3559
2024-10-14 11:29:50 -04:00
Hyeon Sung
181fca6476
refactor: Simplify type extraction and improve null checks ( #3559 )
2024-10-14 11:28:46 -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
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
sgibb
c713d39219
Formatting
2024-08-07 12:25:09 -04:00
sgibb
bef29b69f8
Updates for framework changes
2024-08-07 12:18:09 -04:00
sgibb
2bbfdceb62
Updates for framework changes
2024-08-07 12:02:15 -04: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
sgibb
b30188e08a
Adds back removed methods and fields as deprecated.
...
See gh-3313
2024-07-03 11:55:10 -04: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
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
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
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