[PR] Bump org.owasp:dependency-check-maven from 10.0.4 to 11.1.0 [cxf]

2024-11-17 Thread via GitHub
dependabot[bot] opened a new pull request, #2153: URL: https://github.com/apache/cxf/pull/2153 Bumps [org.owasp:dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 10.0.4 to 11.1.0. Release notes Sourced from https://github.com/jeremylong/DependencyCheck/re

[PR] Bump github/codeql-action from 3.27.1 to 3.27.4 [cxf]

2024-11-17 Thread via GitHub
dependabot[bot] opened a new pull request, #2154: URL: https://github.com/apache/cxf/pull/2154 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.27.1 to 3.27.4. Release notes Sourced from https://github.com/github/codeql-action/releases";>github/codeql-ac

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

2024-11-17 Thread Andriy Redko
Hi Jean, So I have been able to spend some time on the issue and it seems like you might not be using the client properly (hence getting the exceptions), just a hypothesis. Here I have crafted a version of the API: @POST @Path("/multipart") @Consumes("multipart/form-data") @Produces("