Skip to content
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
wants to merge 17 commits into from

Conversation

olegz
Copy link
Contributor

@olegz olegz commented Feb 7, 2025

No description provided.

spencergibb and others added 10 commits February 11, 2025 19:39
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>
@spencergibb spencergibb modified the milestones: 4.3.0-M2, 4.3.0-M3 Mar 3, 2025
dependabot bot and others added 6 commits March 5, 2025 16:38
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
@olegz olegz closed this Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

6 participants