Skip to content

Conversation

@sbordet
Copy link
Contributor

@sbordet sbordet commented Nov 7, 2024

  • Deprecated MultiPartFormData.Parser.parse() with 2 Promises, a leftover from previous experiments.
  • Added @deprecated javadoc tag to deprecated methods, indicating what to use instead.
  • Updated documentation to use non-deprecated APIs.
  • Updated source code to use non-deprecated APIs.
  • Updated class javadocs with usage examples that were outdated.
  • Made Blocker.Promise extends Promise.Invocable, so it can be use to block while using asynchronous APIs.
  • Added missing methods that perform asynchronous operation using a Promise rather than CompletableFuture.

* Deprecated MultiPartFormData.Parser.parse() with 2 Promises, a leftover from previous experiments.
* Added @deprecated javadoc tag to deprecated methods, indicating what to use instead.
* Updated documentation to use non-deprecated APIs.
* Updated source code to use non-deprecated APIs.
* Updated class javadocs with usage examples that were outdated.
* Made Blocker.Promise extends Promise.Invocable, so it can be use to block while using asynchronous APIs.
* Added missing methods that perform asynchronous operation using a Promise rather than CompletableFuture.

Signed-off-by: Simone Bordet <[email protected]>
@sbordet sbordet requested review from gregw and lorban November 7, 2024 19:03
@sbordet sbordet linked an issue Nov 7, 2024 that may be closed by this pull request
@sbordet sbordet merged commit c064dd5 into jetty-12.0.x Nov 8, 2024
8 checks passed
@sbordet sbordet deleted the fix/jetty-12.0.x/12496/update-multipart-docs branch November 8, 2024 08:53
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.

MultiPartFormData.Parser question.

4 participants