generated from micronaut-projects/micronaut-project-template
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Server TCK for Oracle Cloud Function HTTP (#920)
This PR adds Micronaut Server TCK for Oracle Cloud Function HTTP. Currently, 10 of 188 tests (5%) fail. Fixes: * Making the request implementation mutable to support filters. * Allow empty response when an exception is thrown micronaut-servlet#737 * Add support for parsing form data and support empty values in the form data. * Support binding publisher when there is only one element. * Support binding body parts for JSON case (so binding JSON properties). * Fix reading cookies from headers. Created issues: Function Server TCK: Body has already been consumed exception #921 Function Server TCK: ControllerConstraintHandlerTest failing because of getBody() #925 Function Server TCK: RequestFilterTest failing #926
- Loading branch information
1 parent
6adefde
commit 7e2cf6c
Showing
14 changed files
with
842 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.