Skip to content

Conversation

@ngocnhan-tran1996
Copy link
Contributor

No description provided.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Jan 3, 2026
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
@ngocnhan-tran1996 ngocnhan-tran1996 force-pushed the fix-webflux-multipart-forms branch from e9540be to 9c30cb1 Compare January 4, 2026 04:51
@PostMapping("/")
fun handle(@RequestPart("meta-data") Part metadata, // <1>
@RequestPart("file-data") FilePart file): String { // <2>
fun handle(@RequestPart("meta-data") metadata: MetaData, // <1>
Copy link
Contributor

Choose a reason for hiding this comment

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

Part and FilePart are part of the codec infrastructure and are also used in the Java code snippets, this change should probably reverted.

}
----
include-code::./PartEventController[tag=snippet,indent=0]
<1> Using `@RequestBody`.
Copy link
Contributor

Choose a reason for hiding this comment

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

References are not supported with extracted code snippets, could you please move them to line comments like I did in sdeleuze@6a28f06#diff-d88d43c9fe824b3101a3bffc2c73353d91abe34fdd8c20e3c2d8993b050c5780R11 ?

@sdeleuze sdeleuze self-assigned this Jan 5, 2026
@sdeleuze sdeleuze added type: documentation A documentation task theme: kotlin An issue related to Kotlin support and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Jan 5, 2026
@sdeleuze sdeleuze added this to the 7.0.3 milestone Jan 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

theme: kotlin An issue related to Kotlin support type: documentation A documentation task

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants