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

Pull in TCK test and fix for @Body('part') #448

Merged
merged 2 commits into from
May 17, 2023
Merged

Pull in TCK test and fix for @Body('part') #448

merged 2 commits into from
May 17, 2023

Conversation

timyates
Copy link
Contributor

A new test has been added to the TCK in core that fails here in Servlet.

I'm not 100 sure this solution is right. To support @Body("part"), if there's a name provided, I first convert to a map, and then pass the value of that map through the conversion service.

@timyates timyates requested a review from yawkat May 17, 2023 09:53
@sonarcloud
Copy link

sonarcloud bot commented May 17, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

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

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@timyates timyates marked this pull request as ready for review May 17, 2023 10:12
@timyates timyates merged commit 28587c7 into master May 17, 2023
@timyates timyates deleted the fix-body-part branch May 17, 2023 10:17
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
Development

Successfully merging this pull request may close these issues.

2 participants