Re: Camel integration tests

2019-10-10 Thread Willem Jiang
yeah, it sounds good to me by recording the real services request/response to mock the online services I think it could still be part of the component level tests instead of real integration test, because of the real services API could be changed and we still need to record the services request and

Re: Camel integration tests

2019-10-10 Thread Onder SEZGIN
+1 On Wed, Oct 9, 2019 at 10:46 AM Jan Bouška wrote: > Hi folks, > Recently I was thinking about integration tests in Camel project. Of > course, we have camel-testcontainers component [1] which can help with > integration testing very much using docker containers. But what about > services whic

Re: The Maven sourcecheck Profile not breaking the build anymore...

2019-10-10 Thread Babak Vahdat
Thanks John. Babak > Am 10.10.2019 um 09:26 schrieb John Poth : > > 'mvn clean install -Psourcecheck -Dcheckstyle.failOnViolation=true' will > make the build fail on checkstyle errors > >> On Wed, Oct 9, 2019 at 5:23 PM Andrea Cosentino wrote: >> >> Yeah. It would be helpful Guillaume. >> >>

Re: The Maven sourcecheck Profile not breaking the build anymore...

2019-10-10 Thread John Poth
'mvn clean install -Psourcecheck -Dcheckstyle.failOnViolation=true' will make the build fail on checkstyle errors On Wed, Oct 9, 2019 at 5:23 PM Andrea Cosentino wrote: > Yeah. It would be helpful Guillaume. > > Il mer 9 ott 2019, 17:21 Guillaume Nodet ha scritto: > > > IIRC, I've seen some pro