RE: CXF JAX-RS: working with multipart form-data

2024-07-03 Thread Jean Pierre URKENS
Hi Andriy, I already tried this but it didn't work. E.g. for following API interface specification: /** * Send a message, using a channel (email, paper mail, ebox) and delivery method (registered or normal) of your choice. More than 6 upfiles only supp

Re: [PR] Bump org.owasp:dependency-check-maven from 10.0.0 to 10.0.1 [cxf]

2024-07-03 Thread via GitHub
reta merged PR #1949: URL: https://github.com/apache/cxf/pull/1949 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org For q

[PR] Bump cxf.jetty.version from 12.0.10 to 12.0.11 [cxf]

2024-07-03 Thread via GitHub
dependabot[bot] opened a new pull request, #1950: URL: https://github.com/apache/cxf/pull/1950 Bumps `cxf.jetty.version` from 12.0.10 to 12.0.11. Updates `org.eclipse.jetty:jetty-server` from 12.0.10 to 12.0.11 Updates `org.eclipse.jetty.ee10:jetty-ee10-webapp` from 12.0.10 to 12.0.

Re: CXF JAX-RS: working with multipart form-data

2024-07-03 Thread Andriy Redko
Hi Jean, Interesting, I was experimenting with different ways to express what you need, but no luck so far, I will try to spend a bit more time on that this week since OAS 3.x does support multipart [1] but we may indeed hit the limitation(s) of this particular Swagger Core version. Thank you.

RE: CXF JAX-RS: working with multipart form-data

2024-07-03 Thread Jean Pierre URKENS
V2.2.22 (15/05/2024) is the latest version of io.swagger.core.v3 libraries. I upgrade to this version to make sure I had the latest swagger implementation. -Original Message- From: Andriy Redko Sent: donderdag 4 juli 2024 4:44 To: Jean Pierre URKENS ; dev@cxf.apache.org Subject: Re: CXF