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

Provide a way to automatically deserialize non-OK JSON response #5002

Merged
merged 30 commits into from
Apr 11, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
476442a
add the poc code of @jrhee17
my4-dev Jun 10, 2023
30bc8aa
Provide a way to automatically deserialize non-OK JSON response
my4-dev Jul 1, 2023
f6c8c80
Merge branch 'main' into issue-4382-new
my4-dev Jul 2, 2023
3182531
move andThenJson methods from BlockingResponseAs to ResponseAs in ord…
my4-dev Jul 5, 2023
a228219
fix to throw InvalidHttpResponseException in case predicate.test is f…
my4-dev Jul 6, 2023
89bd77a
fix to throw InvalidHttpResponseException in case predicate.test is f…
my4-dev Jul 6, 2023
2b9c62c
Merge branch 'main' into issue-4382-new
my4-dev Jul 6, 2023
a800fe9
remove BlockingResponseAs and revert
my4-dev Jul 8, 2023
284d469
apply comments
my4-dev Jul 8, 2023
e2ac43c
delete HttpStatus[Class]Predicate
my4-dev Jul 8, 2023
256acf3
rename andThenJson to json in ResponseAs
my4-dev Jul 10, 2023
8f428cc
revert and format
my4-dev Jul 20, 2023
532526a
apply comments
my4-dev Jul 20, 2023
f6e8c4a
add JavaDoc and header
my4-dev Jul 21, 2023
2b36e1e
Merge branch 'main' into issue-4382-new
my4-dev Jul 22, 2023
7617569
Merge branch 'main' into issue-4382-new
jrhee17 Aug 14, 2023
c6617b8
fix failing test
jrhee17 Aug 14, 2023
9abae16
minor documentation updates
jrhee17 Aug 14, 2023
c2c0f48
lint
my4-dev Aug 16, 2023
89b15a2
Merge branch 'main' into issue-4382-new
my4-dev Oct 14, 2023
8be91f8
apply minor comments
my4-dev Oct 14, 2023
37b809d
rename json methods which return BlockingConditionalResponseAs to blo…
my4-dev Oct 14, 2023
889f5c7
re-defined DefaultConditionalResponseAs as the public class
my4-dev Oct 14, 2023
ff99ed6
add method variants of json
my4-dev Oct 14, 2023
a434b8c
lint
my4-dev Oct 14, 2023
c944bd3
Use orElseJson
Oct 16, 2023
10e7b45
Fix docs
minwoox Oct 17, 2023
a6660c8
More fix
minwoox Oct 17, 2023
6f1cf3a
Merge branch 'main' into issue-4382-new
jrhee17 Apr 4, 2024
146ba11
Merge branch 'main' into issue-4382-new
jrhee17 Apr 11, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
delete HttpStatus[Class]Predicate
  • Loading branch information
my4-dev committed Jul 8, 2023
commit e2ac43c7e9cf9620788846ad0bde743456746dfd

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading