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

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


    from 9497f24  Merge remote-tracking branch 'apache/master'
     new 7914391  TOMEE-2408 - When MP is enabled CXF JAX-RS filter is also 
enabled.  The filter was treating ALL endpoint resources as CXF resources.  
This commit makes the filter only process it's own CXF resources and pass 
everything else down the chain.
     new 5c53f56  Corrected JAXRS assertStatusCode check and fixed 
CXFJAXRSFilter enhancement request matching
     new 8b843c6  A fix revert got missed, readding
     new 1df8039  Revert "A fix revert got missed, readding"
     new a56aad6  Disabled CXF specific 404/custom handler test
     new ad4b764  Fixed exception handling for no CXF service to pass resteasy 
test case
     new c303dc2  Changed error to info
     new bb77a7b  Fixed test.

The 8 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:
 .../openejb/arquillian/tests/jaxrs/JaxrsTest.java  |  4 +--
 .../tests/jaxrs/notfound/NotFoundTest.java         |  2 +-
 .../tests/cmp/sample/CustomOrmXmlCastTest.java     |  2 +-
 .../openejb/server/cxf/rs/CxfRsHttpListener.java   | 31 ++++++++++++++++++++++
 .../apache/tomee/webservices/CXFJAXRSFilter.java   |  7 ++++-
 .../microprofile/config/TomEEConfigSource.java     |  2 ++
 6 files changed, 43 insertions(+), 5 deletions(-)

Reply via email to