Noah Rickles created CXF-8568:
---------------------------------
Summary: DefaultLogEventMapper map() Method Signature Breaking
Change
Key: CXF-8568
URL: https://issues.apache.org/jira/browse/CXF-8568
Project: CXF
Issue Type: Bug
Affects Versions: 3.4.4
Reporter: Noah Rickles
The publicly accessible method {{map()}} of the {{DefaultLogEventMapper}}
object was updated in [CXF-8099|https://issues.apache.org/jira/browse/CXF-8099]
to include the ability to mask sensitive headers. In doing so, the method
signature was changed to add a set of sensitive protocol headers. For existing
implementations, this is a breaking change as the method signature differs.
The proposed PR overloads the method to add back the version of the method that
takes in one parameter, the message. A null check is also added for the
{{sensitiveProtocolHeaders}} set.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)