Re: Resolving classpath hell issues by allowing libraries to only use the version they request?

2015-01-06 Thread Stephen Connolly
On Monday, January 5, 2015, Kevin Burton bur...@spinn3r.com wrote: Breaking your application into smaller independent services may give you a way to reduce the number of conflicts related to these different transitive dependencies but that may not be as easy as testing your app with the

Re: Looking for Failsafe/Integration Test Example

2015-01-06 Thread Benson Margulies
Failsafe isn't what I'd use for that, but rather the invoker. On Tue, Jan 6, 2015 at 4:49 PM, SDOCA SDOCA sd...@shaw.ca wrote: Hi, Can somebody provide a link to an sample project that uses the Failsafe plugin to do integration tests that include deploying as per the lifecycle phase

Looking for Failsafe/Integration Test Example

2015-01-06 Thread SDOCA SDOCA
Hi, Can somebody provide a link to an sample project that uses the Failsafe plugin to do integration tests that include deploying as per the lifecycle phase integration-test (process and deploy the package if necessary into an environment where integration tests can be run.)? I can only seem