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

Fix MissingBodyAnnotation TCK test #1766

Merged
merged 1 commit into from
Jun 12, 2023
Merged

Conversation

timyates
Copy link
Contributor

@timyates timyates commented Jun 12, 2023

None of our other TCK tests POST a POJO as a body (we usually craft json as a string).

This picked up that our conversion factory method (to convert it to an AWS event wasn't correctly converting the body back to Json if a POJO was sent.

Closes #1764

None of our other TCK tests POST a POJO as a body (we usually craft json as a string).

This picked up that our conversion factory method (to convert it to an AWS event wasn't
correctly converting the body back to Json if a POJO was sent.
@timyates timyates requested a review from sdelamo June 12, 2023 12:03
@timyates timyates self-assigned this Jun 12, 2023
@sonarcloud
Copy link

sonarcloud bot commented Jun 12, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@sdelamo sdelamo merged commit 72ea0ad into master Jun 12, 2023
@sdelamo sdelamo deleted the fix-missing-body-annotation-test branch June 12, 2023 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Status: Done
Development

Successfully merging this pull request may close these issues.

Fix failing MissingBodyAnnotationTest test in TCK
2 participants