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

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


    from b17cfe6  jaxb is needed for camel-maven-package-plugin
     add 962f5c6  Camel-Performance: Removed the blueprint testing part

No new revisions were added by this update.

Summary of changes:
 tests/camel-performance/pom.xml                    |   2 +-
 .../AbstractBaseEsbPerformanceIntegrationTest.java |  83 -------------
 .../perf/esb/CbrEsbPerformanceIntegrationTest.java |  39 ------
 .../apache/camel/test/perf/esb/EchoService.java    | 135 ---------------------
 .../esb/HttpHbrEsbPerformanceIntegrationTest.java  |  39 ------
 .../esb/ProxyEsbPerformanceIntegrationTest.java    |  39 ------
 .../SecureProxyEsbPerformanceIntegrationTest.java  |  47 -------
 .../esb/SoapHbrEsbPerformanceIntegrationTest.java  |  39 ------
 .../test/perf/esb/WSSecurityPasswordCallback.java  |  32 -----
 .../esb/XsltEsbPerformanceIntegrationTest.java     |  39 ------
 .../OSGI-INF/blueprint/cbr-bundle-context.xml      |  68 -----------
 .../OSGI-INF/blueprint/http-hbr-bundle-context.xml |  66 ----------
 .../OSGI-INF/blueprint/proxy-bundle-context.xml    |  61 ----------
 .../blueprint/secure-proxy-bundle-context.xml      | 112 -----------------
 .../OSGI-INF/blueprint/soap-hbr-bundle-context.xml |  68 -----------
 .../OSGI-INF/blueprint/xslt-bundle-context.xml     |  66 ----------
 16 files changed, 1 insertion(+), 934 deletions(-)
 delete mode 100644 
tests/camel-performance/src/test/java/org/apache/camel/test/perf/esb/AbstractBaseEsbPerformanceIntegrationTest.java
 delete mode 100644 
tests/camel-performance/src/test/java/org/apache/camel/test/perf/esb/CbrEsbPerformanceIntegrationTest.java
 delete mode 100644 
tests/camel-performance/src/test/java/org/apache/camel/test/perf/esb/EchoService.java
 delete mode 100644 
tests/camel-performance/src/test/java/org/apache/camel/test/perf/esb/HttpHbrEsbPerformanceIntegrationTest.java
 delete mode 100644 
tests/camel-performance/src/test/java/org/apache/camel/test/perf/esb/ProxyEsbPerformanceIntegrationTest.java
 delete mode 100644 
tests/camel-performance/src/test/java/org/apache/camel/test/perf/esb/SecureProxyEsbPerformanceIntegrationTest.java
 delete mode 100644 
tests/camel-performance/src/test/java/org/apache/camel/test/perf/esb/SoapHbrEsbPerformanceIntegrationTest.java
 delete mode 100644 
tests/camel-performance/src/test/java/org/apache/camel/test/perf/esb/WSSecurityPasswordCallback.java
 delete mode 100644 
tests/camel-performance/src/test/java/org/apache/camel/test/perf/esb/XsltEsbPerformanceIntegrationTest.java
 delete mode 100644 
tests/camel-performance/src/test/resources/OSGI-INF/blueprint/cbr-bundle-context.xml
 delete mode 100644 
tests/camel-performance/src/test/resources/OSGI-INF/blueprint/http-hbr-bundle-context.xml
 delete mode 100644 
tests/camel-performance/src/test/resources/OSGI-INF/blueprint/proxy-bundle-context.xml
 delete mode 100644 
tests/camel-performance/src/test/resources/OSGI-INF/blueprint/secure-proxy-bundle-context.xml
 delete mode 100644 
tests/camel-performance/src/test/resources/OSGI-INF/blueprint/soap-hbr-bundle-context.xml
 delete mode 100644 
tests/camel-performance/src/test/resources/OSGI-INF/blueprint/xslt-bundle-context.xml

Reply via email to