See <https://builds.apache.org/job/Tuscany-2x-deploy/920/changes>
Changes: [rfeng] Use the new api [rfeng] Fix the default mapper so that it can handle tuscanyFilter [rfeng] Enable field name based filtering for json serialization [rfeng] Fix NPE as the autowire is Boolean and the value can be null. The autoboxing will throw NPE. [rfeng] Start to add the ability to allow partial json serialization ------------------------------------------ [...truncated 13540 lines...] A testing/itest/contribution-import-export/export-java/src/main A testing/itest/contribution-import-export/export-java/src/main/java A testing/itest/contribution-import-export/export-java/src/main/java/helloworld AU testing/itest/contribution-import-export/export-java/src/main/java/helloworld/HelloWorldService.java A testing/itest/contribution-import-export/export-java/src/main/resources A testing/itest/contribution-import-export/export-java/src/main/resources/META-INF AU testing/itest/contribution-import-export/export-java/src/main/resources/META-INF/sca-contribution.xml A testing/itest/contribution-import-export/export-java/src/main/resources/helloworld AU testing/itest/contribution-import-export/export-java/src/main/resources/helloworld/HelloWorldImpl.componentType AU testing/itest/contribution-import-export/export-java/pom.xml A testing/itest/contribution-import-export/export-composite A testing/itest/contribution-import-export/export-composite/src A testing/itest/contribution-import-export/export-composite/src/test A testing/itest/contribution-import-export/export-composite/src/test/java A testing/itest/contribution-import-export/export-composite/src/test/java/org A testing/itest/contribution-import-export/export-composite/src/test/java/org/apache A testing/itest/contribution-import-export/export-composite/src/test/java/org/apache/tuscany A testing/itest/contribution-import-export/export-composite/src/test/java/org/apache/tuscany/sca A testing/itest/contribution-import-export/export-composite/src/test/java/org/apache/tuscany/sca/test A testing/itest/contribution-import-export/export-composite/src/test/java/org/apache/tuscany/sca/test/contribution AU testing/itest/contribution-import-export/export-composite/src/test/java/org/apache/tuscany/sca/test/contribution/HelloTestCase.java A testing/itest/contribution-import-export/export-composite/src/main A testing/itest/contribution-import-export/export-composite/src/main/java A testing/itest/contribution-import-export/export-composite/src/main/java/hello AU testing/itest/contribution-import-export/export-composite/src/main/java/hello/Hello.java AU testing/itest/contribution-import-export/export-composite/src/main/java/hello/HelloImpl.java A testing/itest/contribution-import-export/export-composite/src/main/resources A testing/itest/contribution-import-export/export-composite/src/main/resources/META-INF AU testing/itest/contribution-import-export/export-composite/src/main/resources/META-INF/sca-contribution.xml AU testing/itest/contribution-import-export/export-composite/src/main/resources/hello.composite AU testing/itest/contribution-import-export/export-composite/pom.xml A testing/itest/contribution-import-export/import-wsdl A testing/itest/contribution-import-export/import-wsdl/src A testing/itest/contribution-import-export/import-wsdl/src/test A testing/itest/contribution-import-export/import-wsdl/src/test/java A testing/itest/contribution-import-export/import-wsdl/src/test/java/org A testing/itest/contribution-import-export/import-wsdl/src/test/java/org/apache A testing/itest/contribution-import-export/import-wsdl/src/test/java/org/apache/tuscany A testing/itest/contribution-import-export/import-wsdl/src/test/java/org/apache/tuscany/sca A testing/itest/contribution-import-export/import-wsdl/src/test/java/org/apache/tuscany/sca/test A testing/itest/contribution-import-export/import-wsdl/src/test/java/org/apache/tuscany/sca/test/contribution AU testing/itest/contribution-import-export/import-wsdl/src/test/java/org/apache/tuscany/sca/test/contribution/HelloWorldServerTestCase.java A testing/itest/contribution-import-export/import-wsdl/src/main A testing/itest/contribution-import-export/import-wsdl/src/main/java A testing/itest/contribution-import-export/import-wsdl/src/main/java/helloworld AU testing/itest/contribution-import-export/import-wsdl/src/main/java/helloworld/HelloWorldServer.java AU testing/itest/contribution-import-export/import-wsdl/src/main/java/helloworld/HelloWorldService.java AU testing/itest/contribution-import-export/import-wsdl/src/main/java/helloworld/HelloWorldImpl.java A testing/itest/contribution-import-export/import-wsdl/src/main/resources A testing/itest/contribution-import-export/import-wsdl/src/main/resources/META-INF AU testing/itest/contribution-import-export/import-wsdl/src/main/resources/META-INF/sca-contribution.xml AU testing/itest/contribution-import-export/import-wsdl/src/main/resources/helloworldws.composite AU testing/itest/contribution-import-export/import-wsdl/pom.xml A testing/itest/contribution-import-export/export-resource A testing/itest/contribution-import-export/export-resource/src A testing/itest/contribution-import-export/export-resource/src/test A testing/itest/contribution-import-export/export-resource/src/main A testing/itest/contribution-import-export/export-resource/src/main/resources A testing/itest/contribution-import-export/export-resource/src/main/resources/META-INF AU testing/itest/contribution-import-export/export-resource/src/main/resources/META-INF/sca-contribution.xml A testing/itest/contribution-import-export/export-resource/src/main/resources/ufservices AU testing/itest/contribution-import-export/export-resource/src/main/resources/ufservices/store.html AU testing/itest/contribution-import-export/export-resource/pom.xml A testing/itest/contribution-import-export/export-wsdl A testing/itest/contribution-import-export/export-wsdl/src A testing/itest/contribution-import-export/export-wsdl/src/test A testing/itest/contribution-import-export/export-wsdl/src/main A testing/itest/contribution-import-export/export-wsdl/src/main/resources A testing/itest/contribution-import-export/export-wsdl/src/main/resources/META-INF AU testing/itest/contribution-import-export/export-wsdl/src/main/resources/META-INF/sca-contribution.xml AU testing/itest/contribution-import-export/export-wsdl/src/main/resources/helloworld.wsdl AU testing/itest/contribution-import-export/export-wsdl/src/main/resources/helloworld.xsd AU testing/itest/contribution-import-export/export-wsdl/pom.xml A testing/itest/contribution-import-export/import-java A testing/itest/contribution-import-export/import-java/src A testing/itest/contribution-import-export/import-java/src/test A testing/itest/contribution-import-export/import-java/src/test/java A testing/itest/contribution-import-export/import-java/src/test/java/org A testing/itest/contribution-import-export/import-java/src/test/java/org/apache A testing/itest/contribution-import-export/import-java/src/test/java/org/apache/tuscany A testing/itest/contribution-import-export/import-java/src/test/java/org/apache/tuscany/sca A testing/itest/contribution-import-export/import-java/src/test/java/org/apache/tuscany/sca/test A testing/itest/contribution-import-export/import-java/src/test/java/org/apache/tuscany/sca/test/contribution AU testing/itest/contribution-import-export/import-java/src/test/java/org/apache/tuscany/sca/test/contribution/HelloWorldServerTestCase.java A testing/itest/contribution-import-export/import-java/src/main A testing/itest/contribution-import-export/import-java/src/main/java A testing/itest/contribution-import-export/import-java/src/main/java/helloworld AU testing/itest/contribution-import-export/import-java/src/main/java/helloworld/HelloWorldImpl.java A testing/itest/contribution-import-export/import-java/src/main/resources A testing/itest/contribution-import-export/import-java/src/main/resources/META-INF AU testing/itest/contribution-import-export/import-java/src/main/resources/META-INF/sca-contribution.xml AU testing/itest/contribution-import-export/import-java/src/main/resources/helloworldws.composite AU testing/itest/contribution-import-export/import-java/pom.xml A testing/itest/contribution-import-export/import-composite A testing/itest/contribution-import-export/import-composite/src A testing/itest/contribution-import-export/import-composite/src/test A testing/itest/contribution-import-export/import-composite/src/test/java A testing/itest/contribution-import-export/import-composite/src/test/java/org A testing/itest/contribution-import-export/import-composite/src/test/java/org/apache A testing/itest/contribution-import-export/import-composite/src/test/java/org/apache/tuscany A testing/itest/contribution-import-export/import-composite/src/test/java/org/apache/tuscany/test A testing/itest/contribution-import-export/import-composite/src/test/java/org/apache/tuscany/test/contribution AU testing/itest/contribution-import-export/import-composite/src/test/java/org/apache/tuscany/test/contribution/HelloWorldServerTestCase.java A testing/itest/contribution-import-export/import-composite/src/main A testing/itest/contribution-import-export/import-composite/src/main/java A testing/itest/contribution-import-export/import-composite/src/main/java/helloworld AU testing/itest/contribution-import-export/import-composite/src/main/java/helloworld/HelloWorldServer.java AU testing/itest/contribution-import-export/import-composite/src/main/java/helloworld/HelloWorldService.java AU testing/itest/contribution-import-export/import-composite/src/main/java/helloworld/HelloWorldImpl.java A testing/itest/contribution-import-export/import-composite/src/main/resources A testing/itest/contribution-import-export/import-composite/src/main/resources/META-INF AU testing/itest/contribution-import-export/import-composite/src/main/resources/META-INF/sca-contribution.xml AU testing/itest/contribution-import-export/import-composite/src/main/resources/helloworld.wsdl AU testing/itest/contribution-import-export/import-composite/src/main/resources/helloworldws.composite AU testing/itest/contribution-import-export/import-composite/src/main/resources/helloworld.xsd AU testing/itest/contribution-import-export/import-composite/pom.xml AU testing/itest/contribution-import-export/pom.xml A testing/itest/base A testing/itest/base/dependencies A testing/itest/base/dependencies/src A testing/itest/base/dependencies/src/test A testing/itest/base/dependencies/src/test/java A testing/itest/base/dependencies/src/test/java/org A testing/itest/base/dependencies/src/test/java/org/apache A testing/itest/base/dependencies/src/test/java/org/apache/tuscany A testing/itest/base/dependencies/src/test/java/org/apache/tuscany/sca A testing/itest/base/dependencies/src/test/java/org/apache/tuscany/sca/itest A testing/itest/base/dependencies/src/test/java/org/apache/tuscany/sca/itest/base A testing/itest/base/dependencies/src/test/java/org/apache/tuscany/sca/itest/base/dependencies A testing/itest/base/dependencies/src/test/java/org/apache/tuscany/sca/itest/base/dependencies/ValidateDependenciesTestCase.java A testing/itest/base/dependencies/pom.xml A testing/itest/base/pom.xml A testing/compliance-tests A testing/compliance-tests/assembly A testing/compliance-tests/assembly/src A testing/compliance-tests/assembly/src/test A testing/compliance-tests/assembly/src/test/java A testing/compliance-tests/assembly/src/test/java/org A testing/compliance-tests/assembly/src/test/java/org/apache A testing/compliance-tests/assembly/src/test/java/org/apache/tuscany A testing/compliance-tests/assembly/src/test/java/org/apache/tuscany/sca A testing/compliance-tests/assembly/src/test/java/org/apache/tuscany/sca/otest A testing/compliance-tests/assembly/src/test/java/org/apache/tuscany/sca/otest/TuscanyRuntimeBridge.java A testing/compliance-tests/assembly/src/test/resources A testing/compliance-tests/assembly/src/test/resources/tuscany-oasis-sca-tests-errors.properties A testing/compliance-tests/assembly/src/test/resources/oasis-sca-tests.properties A testing/compliance-tests/assembly/src/main A testing/compliance-tests/assembly/pom.xml A testing/compliance-tests/policy A testing/compliance-tests/policy/src A testing/compliance-tests/policy/src/test A testing/compliance-tests/policy/src/test/java A testing/compliance-tests/policy/src/test/java/org A testing/compliance-tests/policy/src/test/java/org/apache A testing/compliance-tests/policy/src/test/java/org/apache/tuscany A testing/compliance-tests/policy/src/test/java/org/apache/tuscany/sca A testing/compliance-tests/policy/src/test/java/org/apache/tuscany/sca/otest A testing/compliance-tests/policy/src/test/java/org/apache/tuscany/sca/otest/TuscanyRuntimeBridge.java A testing/compliance-tests/policy/src/test/resources A testing/compliance-tests/policy/src/test/resources/tuscany-oasis-sca-tests-errors.properties A testing/compliance-tests/policy/src/test/resources/oasis-sca-tests.properties A testing/compliance-tests/policy/pom.xml A testing/compliance-tests/binding-jms A testing/compliance-tests/binding-jms/src A testing/compliance-tests/binding-jms/src/test A testing/compliance-tests/binding-jms/src/test/java A testing/compliance-tests/binding-jms/src/test/java/org A testing/compliance-tests/binding-jms/src/test/java/org/apache A testing/compliance-tests/binding-jms/src/test/java/org/apache/tuscany A testing/compliance-tests/binding-jms/src/test/java/org/apache/tuscany/sca A testing/compliance-tests/binding-jms/src/test/java/org/apache/tuscany/sca/otest AU testing/compliance-tests/binding-jms/src/test/java/org/apache/tuscany/sca/otest/TuscanyRuntimeBridge.java A testing/compliance-tests/binding-jms/src/test/resources A testing/compliance-tests/binding-jms/src/test/resources/jndi.properties AU testing/compliance-tests/binding-jms/src/test/resources/tuscany-oasis-sca-tests-errors.properties AU testing/compliance-tests/binding-jms/src/test/resources/oasis-sca-tests.properties AU testing/compliance-tests/binding-jms/pom.xml A testing/compliance-tests/binding-ws A testing/compliance-tests/binding-ws/src A testing/compliance-tests/binding-ws/src/test A testing/compliance-tests/binding-ws/src/test/java A testing/compliance-tests/binding-ws/src/test/java/org A testing/compliance-tests/binding-ws/src/test/java/org/apache A testing/compliance-tests/binding-ws/src/test/java/org/apache/tuscany A testing/compliance-tests/binding-ws/src/test/java/org/apache/tuscany/sca A testing/compliance-tests/binding-ws/src/test/java/org/apache/tuscany/sca/otest AU testing/compliance-tests/binding-ws/src/test/java/org/apache/tuscany/sca/otest/TuscanyRuntimeBridge.java A testing/compliance-tests/binding-ws/src/test/resources AU testing/compliance-tests/binding-ws/src/test/resources/tuscany-oasis-sca-tests-errors.properties AU testing/compliance-tests/binding-ws/src/test/resources/oasis-sca-tests.properties A testing/compliance-tests/binding-ws/sca_variables.dtd AU testing/compliance-tests/binding-ws/pom.xml A testing/compliance-tests/java-caa A testing/compliance-tests/java-caa/src A testing/compliance-tests/java-caa/src/test A testing/compliance-tests/java-caa/src/test/java A testing/compliance-tests/java-caa/src/test/java/org A testing/compliance-tests/java-caa/src/test/java/org/apache A testing/compliance-tests/java-caa/src/test/java/org/apache/tuscany A testing/compliance-tests/java-caa/src/test/java/org/apache/tuscany/sca A testing/compliance-tests/java-caa/src/test/java/org/apache/tuscany/sca/otest A testing/compliance-tests/java-caa/src/test/java/org/apache/tuscany/sca/otest/TuscanyRuntimeBridge.java A testing/compliance-tests/java-caa/src/test/resources A testing/compliance-tests/java-caa/src/test/resources/tuscany-oasis-sca-tests-errors.properties A testing/compliance-tests/java-caa/src/test/resources/oasis-sca-tests.properties A testing/compliance-tests/java-caa/pom.xml A testing/compliance-tests/java-ci A testing/compliance-tests/java-ci/src A testing/compliance-tests/java-ci/src/test A testing/compliance-tests/java-ci/src/test/java A testing/compliance-tests/java-ci/src/test/java/org A testing/compliance-tests/java-ci/src/test/java/org/apache A testing/compliance-tests/java-ci/src/test/java/org/apache/tuscany A testing/compliance-tests/java-ci/src/test/java/org/apache/tuscany/sca A testing/compliance-tests/java-ci/src/test/java/org/apache/tuscany/sca/otest A testing/compliance-tests/java-ci/src/test/java/org/apache/tuscany/sca/otest/TuscanyRuntimeBridge.java A testing/compliance-tests/java-ci/src/test/resources A testing/compliance-tests/java-ci/src/test/resources/tuscany-oasis-sca-tests-errors.properties A testing/compliance-tests/java-ci/src/test/resources/oasis-sca-tests.properties A testing/compliance-tests/java-ci/pom.xml A testing/compliance-tests/pom.xml A features A features/web20 AU features/web20/pom.xml A features/osgi AU features/osgi/pom.xml A features/sdo AU features/sdo/pom.xml A features/ejava AU features/ejava/pom.xml A features/all AU features/all/pom.xml A features/core AU features/core/pom.xml A features/api AU features/api/pom.xml A features/eclipse-pde AU features/eclipse-pde/pom.xml AU features/pom.xml A features/process AU features/process/pom.xml A features/webapp AU features/webapp/pom.xml A features/webservice AU features/webservice/pom.xml U . At revision 1383171 ERROR: Maven Home /home/hudson/tools/maven/latest doesn't exist
