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
Ryan Baxter
d3304ba156
Merge pull request #3746 from lucky8987/code_cleaning
...
Clean up the code to make it cleaner
2025-04-22 10:07:55 -04: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
lucky8987
d0c070c37d
Clean up the code to make it cleaner
...
Signed-off-by: longtanfei <lucky8987@163.com >
2025-03-27 20:05:06 +08: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
af200a5c86
Adds support for spring-cloud-function and spring-cloud-stream handlers ( #3646 )
...
* Add support for spring cloud function handler.
* Add support for spring cloud stream handler.
* Add support for path variable expansion in fn: and stream: URIs
* Adds support for config based fn/stream HandlerFunctions
* Starting support for webflux function support
* Adds fn:functionName support for webflux server
* Adds spring-cloud-starter-stream-rabbit to test scope
* Adds StreamRoutingFilter to webflux server
2025-01-16 21:18:21 -05:00
Spencer Gibb
ab5e61d4d3
Adds support for a Bucket4jRateLimiter in server webflux ( #2955 )
...
* Adds support for a Bucket4jRateLimiter
* Makes bucket4j-core optional and caffeine integration test scoped
* Adds Bucket4jRateLimiter auto-configuration
* Updates bucket4j to 8.14.0
* Adds customizable header and adapts to async build
* Adds configuration for alternative RefillStyles
* Adds documentation and refillTokens property
2025-01-16 21:13:46 -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]
e8a56b7e12
Bump org.jetbrains.kotlin:kotlin-maven-plugin from 1.9.24 to 1.9.25 ( #3544 )
...
Bumps org.jetbrains.kotlin:kotlin-maven-plugin from 1.9.24 to 1.9.25.
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
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-17 13:52:23 -04:00
dependabot[bot]
65d49c371a
Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2 ( #3546 )
...
Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin ) from 3.4.1 to 3.4.2.
- [Release notes](https://github.com/apache/maven-jar-plugin/releases )
- [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.4.1...maven-jar-plugin-3.4.2 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-jar-plugin
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-17 13:52:15 -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]
7ac36350e3
Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.1 ( #3370 )
...
Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin ) from 3.3.0 to 3.4.1.
- [Release notes](https://github.com/apache/maven-jar-plugin/releases )
- [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.3.0...maven-jar-plugin-3.4.1 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-jar-plugin
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:46 -04:00
dependabot[bot]
0f4204a387
Bump org.jetbrains.kotlin:kotlin-maven-plugin from 1.9.23 to 1.9.24 ( #3386 )
...
Bumps org.jetbrains.kotlin:kotlin-maven-plugin from 1.9.23 to 1.9.24.
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
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-09-27 12:25:23 -04: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
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
spencergibb
a24f5b8eab
Forces kotlin version to 1.9.23
...
Fixes gh-3333
2024-04-03 22:35: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