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

Add JSONPath + example for ConditionalInterceptor #1268

Merged
merged 11 commits into from
Sep 27, 2024

Conversation

christiangoerdes
Copy link
Collaborator

  • Implement JSONPath functionality in BuiltInFunctions to evaluate expressions using JSON data.
  • Add test cases for the new JSONPath function within BuiltInFunctionsTest.
  • Introduce conditional logic in the API configuration to handle JSON requests based on specific criteria, using Spring Expression Language (SpEL).

- Implement JSONPath functionality in BuiltInFunctions to evaluate expressions using JSON data.
- Add test cases for the new JSONPath function within BuiltInFunctionsTest.
- Introduce conditional logic in the API configuration to handle JSON requests based on specific criteria, using Spring Expression Language (SpEL).
- Enhance logging capabilities by initializing Logger instances in both ConditionalInterceptor and BuiltInFunctions.
@membrane-ci-server
Copy link

This pull request needs "/ok-to-test" from an authorized committer.

@christiangoerdes
Copy link
Collaborator Author

/ok-to-test

@t-burch t-burch requested a review from rrayst September 23, 2024 09:19
@t-burch t-burch linked an issue Sep 23, 2024 that may be closed by this pull request
@rrayst
Copy link
Contributor

rrayst commented Sep 23, 2024

This branch is currently /not-ok-to-test .

Please merge the master branch into this branch (e.g. 'Update branch' above) and resolve the conflicts. Once completed, feel free to set /ok-to-test again.

@christiangoerdes
Copy link
Collaborator Author

/ok-to-test

@predic8 predic8 merged commit 41e0e7b into master Sep 27, 2024
2 of 3 checks passed
@predic8 predic8 deleted the if-test-with-JSONPath-#1264 branch September 27, 2024 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

if test with JSONPath
3 participants