[ https://issues.apache.org/jira/browse/CXF-8669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17778501#comment-17778501 ]
Andriy Redko commented on CXF-8669: ----------------------------------- Thanks for the feedback [~brianandle] and sincere apologies for inconvenience > Is it possible to indicate this somewhere as a breaking change We sadly haven't done that in the right time and it is too late to backfill the release notes for already released versions. > Or defining the following as part of the spring xml where we define our > jaxrs:server apis The bus properties should have been working as well (along with {*}jaxrs:properties{*}), do you have a reproducer for it? > Multipart annotation not working 3.4.6 onwards. > ----------------------------------------------- > > Key: CXF-8669 > URL: https://issues.apache.org/jira/browse/CXF-8669 > Project: CXF > Issue Type: Bug > Affects Versions: 3.4.6, 3.5.5 > Reporter: Abhishek Rana > Assignee: Andriy Redko > Priority: Major > Fix For: 3.6.0, 4.0.1, 3.5.6, 3.4.11 > > > Hello Team, > I have following API declaration > {code:java} > @POST > @Path("/{configurationName}.diff") > @Consumes(MediaType.MULTIPART_FORM_DATA) > @Produces({MediaType.APPLICATION_JSON}) > ConfigurationDiffDTO diff(@PathParam("configurationName") String > configurationName, > @Multipart(value = "fromRev", required = false) Long fromRev, > @Multipart(value = "toRev", required = false) Long toRev, @Multipart(value = > "file", required = false) Attachment file); > {code} > Above declaration works fine till 3.4.5 , after I upgraded to 3.5.0 (even > 3.4.6) , multipart form values (fromRev and toRev) they are coming as null. > Is it a regression? -- This message was sent by Atlassian Jira (v8.20.10#820010)