You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2018/10/17 13:17:15 UTC

[cxf] branch master updated (07a61c5 -> 1bea868)

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git.


    from 07a61c5  Only check for servlet 3.1 once.  Class.forName is a synchonized (and expensive) call.  Don't do it per-request.
     add bc098a2  [CXF-7871] Adding RelatesTo WS-Addressing headers
     new 1bea868  Merge pull request #458 from asoldano/CXF-7871

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 core/src/main/java/org/apache/cxf/ws/addressing/Names.java              | 1 +
 .../main/java/org/apache/cxf/ws/addressing/soap/VersionTransformer.java | 2 ++
 2 files changed, 3 insertions(+)


[cxf] 01/01: Merge pull request #458 from asoldano/CXF-7871

Posted by co...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 1bea8686b3183009c9d506cb06acd30b6c4f2523
Merge: 07a61c5 bc098a2
Author: Colm O hEigeartaigh <co...@users.noreply.github.com>
AuthorDate: Wed Oct 17 14:17:10 2018 +0100

    Merge pull request #458 from asoldano/CXF-7871
    
    [CXF-7871] Adding RelatesTo WS-Addressing headers in the list returned by MAPCodec#getUnderstoodHeaders()

 core/src/main/java/org/apache/cxf/ws/addressing/Names.java              | 1 +
 .../main/java/org/apache/cxf/ws/addressing/soap/VersionTransformer.java | 2 ++
 2 files changed, 3 insertions(+)