-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial functionality for default function routing #3691
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
spencergibb
reviewed
Feb 7, 2025
...n/java/org/springframework/cloud/gateway/server/mvc/config/DefaultFunctionConfiguration.java
Show resolved
Hide resolved
Adds MvcUtils.getOrCacheBody() used by RetryFilterFunctions.retry(). Moves retry tests into RetryFilterFunctionTests.java Fixes spring-cloudgh-3336
Bumps [@springio/antora-extensions](https://github.com/spring-io/antora-extensions) from 1.14.2 to 1.14.4. - [Changelog](https://github.com/spring-io/antora-extensions/blob/main/CHANGELOG.adoc) - [Commits](spring-io/antora-extensions@v1.14.2...v1.14.4) --- updated-dependencies: - dependency-name: "@springio/antora-extensions" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…spring-cloud#3472) * Creation of QueryParamRoutePredicateFactory A predicate that checks if a query parameter value matches criteria of a given predicate. Signed-off-by: Francesco Poli <polifr@gmail.com> * Fix predicate method Signed-off-by: Francesco Poli <polifr@gmail.com> * Factory fixes and junit test coverage Signed-off-by: Francesco Poli <polifr@gmail.com> * Fix on predicate check for tests Signed-off-by: Francesco Poli <polifr@gmail.com> * Regexp management via predicate and configuration extension Signed-off-by: Francesco Poli <polifr@gmail.com> * Validation enforcing - tryout Signed-off-by: Francesco Poli <polifr@gmail.com> * Checkstyle formatting fix Signed-off-by: Francesco Poli <polifr@gmail.com> * Deletion of QueryParamRoutePredicateFactory class and test Signed-off-by: Francesco Poli <polifr@gmail.com> * Update in QueryRoutePredicateFactory creation with Predicate Signed-off-by: Francesco Poli <polifr@gmail.com> * Unit test update Signed-off-by: Francesco Poli <polifr@gmail.com> * Update QueryRoutePredicateFactoryPredicateTests.java Fix copyright header comment Signed-off-by: Francesco Poli <polifr@gmail.com> --------- Signed-off-by: Francesco Poli <polifr@gmail.com>
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](grpc/grpc-java@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](grpc/grpc-java@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](grpc/grpc-java@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>
…en/main/grpc.version-1.71.0 Bump grpc.version from 1.70.0 to 1.71.0
…_and_yarn/docs/main/springio/antora-extensions-1.14.4 Bump @springio/antora-extensions from 1.14.2 to 1.14.4 in /docs
…nction can't be found
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.