[GitHub] [cxf] JohnMTu commented on pull request #1150: add option to configure externally supplied implementation for sensitive data masking

2023-06-28 Thread via GitHub
JohnMTu commented on PR #1150: URL: https://github.com/apache/cxf/pull/1150#issuecomment-1610970541 hello, @reta: so far i removed "final" from maskSensitiveHelper field and added setters. Hence subclasses can be passed. In next step i tried to extract interface. Here I realize

Final Reminder: Community Over Code call for presentations closing soon

2023-06-28 Thread Rich Bowen
[Note: You're receiving this email because you are subscribed to one or more project dev@ mailing lists at the Apache Software Foundation.] This is your final reminder that the Call for Presentations for Community Over Code (formerly known as ApacheCon) is closing soon - on Thursday, 13 July 2023

Re: Apache CXF JAX-RS threadsafe clients

2023-06-28 Thread Andriy Redko
Hi Jean, So the 1st part is 100% correct way to create a thread safe client proxy, but with the 2nd one we have an issue well documented here [1]. Since you only modify headers, the thread safe proxy should work, but you probably could avoid using the WebClient part (just use JAXRSClientFactor

RE: Apache CXF JAX-RS threadsafe clients

2023-06-28 Thread Jean Pierre URKENS
RE: Apache CXF JAX-RS threadsafe clients Hi Andriy, Ok, it is clear for the 1st part, which I restructured to: * private** static* SodexoApi* getThreadsafeProxy*(String baseAddress)* throws* GeneralSecurityException { JacksonJsonProvider* provider* =* new* JacksonJsonPro