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

Remove buffered multipart #4103

Merged

Conversation

romain-grecourt
Copy link
Contributor

@romain-grecourt romain-grecourt commented Apr 6, 2022

API change notes

WriteableMultiPart does not implement MultiPart since it is being removed and thus the default methods inherited from MultiPart are also removed:

  • default Optional<T> field(String name)
  • default List<T> fields(String name)
  • Map<String, List<T>> fields()

Copy link
Member

@tomas-langer tomas-langer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@romain-grecourt romain-grecourt merged commit a85e5be into helidon-io:master Apr 7, 2022
@romain-grecourt romain-grecourt deleted the remove-buffered-multipart branch April 7, 2022 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants