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

DEV-67855 Enhance unmarshalling of BusinessObjectSlice. #308

Merged
merged 1 commit into from
Aug 7, 2024

Conversation

GodsBoss
Copy link
Collaborator

@GodsBoss GodsBoss commented Aug 7, 2024

Change BusinessObjectSlice.Unmarshal to try to unmarshal every Stammdaten entry first, then gathering all the errors that occured and returning them as a joined error. Before, the first error "won" and was returned. We get more insights into problematic payloads.

By accident is a workaround for Go issue 68750 as well.

@GodsBoss GodsBoss requested a review from a team as a code owner August 7, 2024 10:13
@hf-kklein hf-kklein merged commit c444876 into main Aug 7, 2024
9 checks passed
@hf-kklein hf-kklein deleted the DEV-67855-enhance-business-slice-unmarshal branch August 7, 2024 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants