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

Consolidate HTTP Interface client support for MultipartFile and @RequestPart #31164

Commits on Sep 3, 2023

  1. add test with Optional parameter for RequestPartArgumentResolver

    Signed-off-by: Dmitrii Bocharov <bdshadow@gmail.com>
    bdshadow committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    a1adf24 View commit details
    Browse the repository at this point in the history
  2. merge MultipartFileArgumentResolver into RequestPartArgumentResolver

    spring-projectsgh-31139
    
    Signed-off-by: Dmitrii Bocharov <bdshadow@gmail.com>
    bdshadow committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    24f0128 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. remove MultipartFileArgumentResolver; merge its tests into RequestPar…

    …tArgumentResolverTests
    
    Signed-off-by: Dmitrii Bocharov <bdshadow@gmail.com>
    bdshadow committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    c8ee799 View commit details
    Browse the repository at this point in the history