Use non-spring package names for samples

This commit is contained in:
Dave Syer
2016-07-12 11:18:25 +01:00
parent dd1410b5f9
commit 1bed00ccf9
35 changed files with 67 additions and 56 deletions

View File

@@ -7,6 +7,7 @@
</configSuffixes>
<enableImports><![CDATA[false]]></enableImports>
<configs>
<config>java:com.example.CamelMessagingApplication</config>
</configs>
<autoconfigs>
</autoconfigs>

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.cloud.contract.verifier.samples.camel;
package com.example;
import java.io.Serializable;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.cloud.contract.verifier.samples.camel;
package com.example;
import java.util.concurrent.atomic.AtomicBoolean;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.cloud.contract.verifier.samples.camel;
package com.example;
import java.io.Serializable;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.cloud.contract.verifier.samples.camel;
package com.example;
import org.apache.activemq.camel.component.ActiveMQComponent;
import org.apache.camel.RoutesBuilder;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.cloud.contract.verifier.samples.camel;
package com.example;
import org.apache.camel.Exchange;
import org.slf4j.Logger;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.cloud.contract.verifier.samples.camel;
package com.example;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;

View File

@@ -14,8 +14,10 @@
* limitations under the License.
*/
package org.springframework.cloud.contract.verifier.samples.camel
package com.example
import com.example.BookDeleter;
import com.example.CamelMessagingApplication;
import com.jayway.jsonpath.DocumentContext
import com.jayway.jsonpath.JsonPath
import com.toomuchcoding.jsonassert.JsonAssertion