Mihai Vasilache

Results 5 comments of Mihai Vasilache

And on my Windows machine there is something wrong with two tests: ``` JarLocationScannerTest.shouldReturnTwoResourcesWhenJarFileWithOneScriptGiven JarLocationScannerTest.shouldThrowExceptionWhenNonExistingPathGiven ``` they are trying to open jar:file:C:/Users/MVASIL~1/AppData/Local/Temp/Test14094071718996507780.jar on JarLocationScanner.getFileSystem() throwing: ``` java.lang.IllegalArgumentException: URI is not...

Hi, If you responded in one month, I am responding in one year :) Instead of ExecutionHandler maybe it is a better name ExecutionAdvisor? But it is a name used...

Never mind. I've added: getAdvisors() setAdvisors() addAdvisor() in Database class

I've made a refactoring based on your comment. Can you take a look?

Hi! Sorry for the long delay. I had some time those days and I've created a pull request with support for aws mcs. [pull request 56](https://github.com/patka/cassandra-migration/pull/56)