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

Query param route predicate - extension of QueryRoutePredicateFactory #3472

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Commits on Jul 21, 2024

  1. Creation of QueryParamRoutePredicateFactory

    A predicate that checks if a query parameter value matches criteria of a
    given predicate.
    polifr committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    9619d0b View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Fix predicate method

    polifr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    22db8b4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into param-route-predicate

    # Conflicts:
    #	spring-cloud-gateway-server/src/main/java/org/springframework/cloud/gateway/route/builder/PredicateSpec.java
    polifr committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    fe522b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97d9d7f View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    0bc5ceb View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    7a61e97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15a1af6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b229a0e View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Validation enforcing - tryout

    polifr committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    b4abeb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6757b56 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Checkstyle formatting fix

    polifr committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    28e28fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    660b99b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    085d304 View commit details
    Browse the repository at this point in the history
  4. Unit test update

    polifr committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    dbdeff6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa3f958 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    4a30a11 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    3b0b73f View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. Configuration menu
    Copy the full SHA
    8d2af03 View commit details
    Browse the repository at this point in the history