Re: [PR] Bump github/codeql-action from 3.27.0 to 3.27.1 [cxf-fediz]

2024-11-18 Thread via GitHub
dependabot[bot] commented on PR #305: URL: https://github.com/apache/cxf-fediz/pull/305#issuecomment-2482911011 Superseded by #306. -- 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 co

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

2024-11-18 Thread via GitHub
reta merged PR #2154: URL: https://github.com/apache/cxf/pull/2154 -- 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

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

2024-11-18 Thread via GitHub
reta merged PR #2153: URL: https://github.com/apache/cxf/pull/2153 -- 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

Re: [PR] CXF-9076: Exception message is not unmarshalled with JDK17+ (limit the fix to JDK standard library exceptions) [cxf]

2024-11-18 Thread via GitHub
reta merged PR #2148: URL: https://github.com/apache/cxf/pull/2148 -- 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

Re: [PR] CXF-9082: Allow to modify sensitive header list [cxf]

2024-11-18 Thread via GitHub
dmytro-sylaiev commented on code in PR #2150: URL: https://github.com/apache/cxf/pull/2150#discussion_r1846812859 ## rt/transports/http/src/main/java/org/apache/cxf/transport/http/Headers.java: ## @@ -580,4 +580,8 @@ public static String toHttpDate(Date date) { public stati

Re: [PR] CXF-9082: Allow to modify sensitive header list [cxf]

2024-11-18 Thread via GitHub
reta commented on code in PR #2150: URL: https://github.com/apache/cxf/pull/2150#discussion_r1846824254 ## rt/transports/http/src/main/java/org/apache/cxf/transport/http/Headers.java: ## @@ -580,4 +580,8 @@ public static String toHttpDate(Date date) { public static String t

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

2024-11-18 Thread Andriy Redko
Hi Jean, I would expect the bean validation to work, I will take a look closely into it this week. Regarding JAXRSClientFactoryBean / Proxy and WebClient, these serve two different purposes: WebClient is generic HTTP client whereas JAXRSClientFactoryBean creates a typed proxy with the contra

[PR] Bump org.apache.maven.plugins:maven-dependency-plugin from 3.8.0 to 3.8.1 [cxf]

2024-11-18 Thread via GitHub
dependabot[bot] opened a new pull request, #2155: URL: https://github.com/apache/cxf/pull/2155 Bumps [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.8.0 to 3.8.1. Release notes Sourced from https://github.com/apache/mave

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

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

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

2024-11-18 Thread Jean Pierre URKENS
If I deactivate the bean validation feature in createMagdadocServer(...) it works. Some further questions: 1. Setting the target address when using WebClient directly Currently I create my client using JAXRSClientFactoryBean refereincing my servic

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

2024-11-18 Thread Jean Pierre URKENS
Hi Andriy, Thanks for the example. I tried something similar last week but since my method was annotated with @Parameter(required=true,schema = @Schema(implementation=MessageToSend.class)) request parameter validation failed on the server side (see server trace below). I have a JAXRSBeanValidation

Re: [PR] Bump github/codeql-action from 3.27.0 to 3.27.1 [cxf-fediz]

2024-11-18 Thread via GitHub
dependabot[bot] closed pull request #305: Bump github/codeql-action from 3.27.0 to 3.27.1 URL: https://github.com/apache/cxf-fediz/pull/305 -- 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 specif

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

2024-11-18 Thread Jean Pierre URKENS
Validation is done using apache library bval-jsr-2.0.5.jar. So this might be well out-of-scope of CXF. -Oorspronkelijk bericht- Van: Jean Pierre URKENS Verzonden: maandag 18 november 2024 10:02 Aan: 'Andriy Redko' ; 'dev@cxf.apache.org' Onderwerp: RE: CXF JAX-RS: working with multipart