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
dependabot[bot]
d973fcb224
Bump grpc.version from 1.71.0 to 1.72.0
...
Bumps `grpc.version` from 1.71.0 to 1.72.0.
Updates `io.grpc:grpc-netty` from 1.71.0 to 1.72.0
- [Release notes](https://github.com/grpc/grpc-java/releases )
- [Commits](https://github.com/grpc/grpc-java/compare/v1.71.0...v1.72.0 )
Updates `io.grpc:grpc-protobuf` from 1.71.0 to 1.72.0
- [Release notes](https://github.com/grpc/grpc-java/releases )
- [Commits](https://github.com/grpc/grpc-java/compare/v1.71.0...v1.72.0 )
Updates `io.grpc:grpc-stub` from 1.71.0 to 1.72.0
- [Release notes](https://github.com/grpc/grpc-java/releases )
- [Commits](https://github.com/grpc/grpc-java/compare/v1.71.0...v1.72.0 )
---
updated-dependencies:
- dependency-name: io.grpc:grpc-netty
dependency-version: 1.72.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: io.grpc:grpc-protobuf
dependency-version: 1.72.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: io.grpc:grpc-stub
dependency-version: 1.72.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-15 16:44:01 +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
dependabot[bot]
197aef76d0
Bump grpc.version from 1.70.0 to 1.71.0
...
Bumps `grpc.version` from 1.70.0 to 1.71.0.
Updates `io.grpc:grpc-netty` from 1.70.0 to 1.71.0
- [Release notes](https://github.com/grpc/grpc-java/releases )
- [Commits](https://github.com/grpc/grpc-java/compare/v1.70.0...v1.71.0 )
Updates `io.grpc:grpc-protobuf` from 1.70.0 to 1.71.0
- [Release notes](https://github.com/grpc/grpc-java/releases )
- [Commits](https://github.com/grpc/grpc-java/compare/v1.70.0...v1.71.0 )
Updates `io.grpc:grpc-stub` from 1.70.0 to 1.71.0
- [Release notes](https://github.com/grpc/grpc-java/releases )
- [Commits](https://github.com/grpc/grpc-java/compare/v1.70.0...v1.71.0 )
---
updated-dependencies:
- dependency-name: io.grpc:grpc-netty
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: io.grpc:grpc-protobuf
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: io.grpc:grpc-stub
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-05 16:38:37 +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
dependabot[bot]
e2b3e728dd
Bump grpc.version from 1.68.1 to 1.70.0 ( #3678 )
...
Bumps `grpc.version` from 1.68.1 to 1.70.0.
Updates `io.grpc:grpc-netty` from 1.68.1 to 1.70.0
- [Release notes](https://github.com/grpc/grpc-java/releases )
- [Commits](https://github.com/grpc/grpc-java/compare/v1.68.1...v1.70.0 )
Updates `io.grpc:grpc-protobuf` from 1.68.1 to 1.70.0
- [Release notes](https://github.com/grpc/grpc-java/releases )
- [Commits](https://github.com/grpc/grpc-java/compare/v1.68.1...v1.70.0 )
Updates `io.grpc:grpc-stub` from 1.68.1 to 1.70.0
- [Release notes](https://github.com/grpc/grpc-java/releases )
- [Commits](https://github.com/grpc/grpc-java/compare/v1.68.1...v1.70.0 )
---
updated-dependencies:
- dependency-name: io.grpc:grpc-netty
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: io.grpc:grpc-protobuf
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: io.grpc:grpc-stub
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-22 12:10:47 -05: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
dependabot[bot]
4cbd756661
Bump grpc.version from 1.68.0 to 1.68.1 ( #3576 )
...
Bumps `grpc.version` from 1.68.0 to 1.68.1.
Updates `io.grpc:grpc-netty` from 1.68.0 to 1.68.1
- [Release notes](https://github.com/grpc/grpc-java/releases )
- [Commits](https://github.com/grpc/grpc-java/compare/v1.68.0...v1.68.1 )
Updates `io.grpc:grpc-protobuf` from 1.68.0 to 1.68.1
- [Release notes](https://github.com/grpc/grpc-java/releases )
- [Commits](https://github.com/grpc/grpc-java/compare/v1.68.0...v1.68.1 )
Updates `io.grpc:grpc-stub` from 1.68.0 to 1.68.1
- [Release notes](https://github.com/grpc/grpc-java/releases )
- [Commits](https://github.com/grpc/grpc-java/compare/v1.68.0...v1.68.1 )
---
updated-dependencies:
- dependency-name: io.grpc:grpc-netty
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.grpc:grpc-protobuf
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.grpc:grpc-stub
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-31 13:57:02 -04:00
dependabot[bot]
7d4627f6ad
Bump grpc.version from 1.64.0 to 1.68.0 ( #3545 )
...
Bumps `grpc.version` from 1.64.0 to 1.68.0.
Updates `io.grpc:grpc-netty` from 1.64.0 to 1.68.0
- [Release notes](https://github.com/grpc/grpc-java/releases )
- [Commits](https://github.com/grpc/grpc-java/commits )
Updates `io.grpc:grpc-protobuf` from 1.64.0 to 1.68.0
- [Release notes](https://github.com/grpc/grpc-java/releases )
- [Commits](https://github.com/grpc/grpc-java/commits )
Updates `io.grpc:grpc-stub` from 1.64.0 to 1.68.0
- [Release notes](https://github.com/grpc/grpc-java/releases )
- [Commits](https://github.com/grpc/grpc-java/commits )
---
updated-dependencies:
- dependency-name: io.grpc:grpc-netty
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: io.grpc:grpc-protobuf
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: io.grpc:grpc-stub
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-16 15:03:38 -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
dependabot[bot]
51f8eaba88
Bump grpc.version from 1.62.2 to 1.64.0 ( #3394 )
...
Bumps `grpc.version` from 1.62.2 to 1.64.0.
Updates `io.grpc:grpc-netty` from 1.62.2 to 1.64.0
- [Release notes](https://github.com/grpc/grpc-java/releases )
- [Commits](https://github.com/grpc/grpc-java/compare/v1.62.2...v1.64.0 )
Updates `io.grpc:grpc-protobuf` from 1.62.2 to 1.64.0
- [Release notes](https://github.com/grpc/grpc-java/releases )
- [Commits](https://github.com/grpc/grpc-java/compare/v1.62.2...v1.64.0 )
Updates `io.grpc:grpc-stub` from 1.62.2 to 1.64.0
- [Release notes](https://github.com/grpc/grpc-java/releases )
- [Commits](https://github.com/grpc/grpc-java/compare/v1.62.2...v1.64.0 )
---
updated-dependencies:
- dependency-name: io.grpc:grpc-netty
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: io.grpc:grpc-protobuf
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: io.grpc:grpc-stub
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-27 12:25:07 -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
LoggingResearch
fbd99eb8c4
Adding Logging Statement to gRPC Server Shutdown ( #3006 )
2024-03-08 14:25:17 -05:00
dependabot[bot]
ea1cff0fbc
Bump grpc.version from 1.59.0 to 1.62.2 ( #3283 )
...
Bumps `grpc.version` from 1.59.0 to 1.62.2.
Updates `io.grpc:grpc-netty` from 1.59.0 to 1.62.2
- [Release notes](https://github.com/grpc/grpc-java/releases )
- [Commits](https://github.com/grpc/grpc-java/compare/v1.59.0...v1.62.2 )
Updates `io.grpc:grpc-protobuf` from 1.59.0 to 1.62.2
- [Release notes](https://github.com/grpc/grpc-java/releases )
- [Commits](https://github.com/grpc/grpc-java/compare/v1.59.0...v1.62.2 )
Updates `io.grpc:grpc-stub` from 1.59.0 to 1.62.2
- [Release notes](https://github.com/grpc/grpc-java/releases )
- [Commits](https://github.com/grpc/grpc-java/compare/v1.59.0...v1.62.2 )
---
updated-dependencies:
- dependency-name: io.grpc:grpc-netty
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: io.grpc:grpc-protobuf
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: io.grpc:grpc-stub
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-08 10:00:18 -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