Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3024 from Netflix/client_requesthandler
Browse files Browse the repository at this point in the history
Introducing RequestHandler in the client module, which encapsulates all HTTP operations
  • Loading branch information
aravindanr committed Jun 6, 2022
2 parents 73284fc + 5c906f3 commit e0047c8
Show file tree
Hide file tree
Showing 51 changed files with 4,534 additions and 43,130 deletions.
874 changes: 59 additions & 815 deletions annotations-processor/dependencies.lock

Large diffs are not rendered by default.

632 changes: 12 additions & 620 deletions annotations/dependencies.lock

Large diffs are not rendered by default.

1,333 changes: 142 additions & 1,191 deletions awss3-storage/dependencies.lock

Large diffs are not rendered by default.

1,423 changes: 144 additions & 1,279 deletions awssqs-event-queue/dependencies.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ configure(allprojects - project(':conductor-grpc')) {
}
}

["cassandra-persistence", "core", "redis-concurrency-limit", "test-harness"].each {
['cassandra-persistence', 'core', 'redis-concurrency-limit', 'test-harness', 'client'].each {
configure(project(":conductor-$it")) {
spotless {
groovy {
Expand Down
Loading

0 comments on commit e0047c8

Please sign in to comment.