Patrick Doyle

Results 58 comments of Patrick Doyle

Ok I'm getting unit test failures because the jar file doesn't exist at the expected path. I guess looking at the filesystem to find the jars wasn't so smart after...

I "fixed" the above problem by assembling the whole jar file name programmatically rather than searching for it. However, the file name includes the word `SNAPSHOT` which surely will not...

Maybe I'm crazy, but it seems lame that SPI needs you to tell it what module/classloader to use. Isn't the whole point of SPI to make services discoverable? Why do...

@duraivelBP90 - I'm hitting this now and I'd love to know how you fixed it.

It seems like `RepositoriesFileSettingsIT` is redundant. We could delete it after confirming its goals are already met by other tests.

It's likely this is testing "repositories"-specific functionality using the entirety of the file settings IT functionality, which is overkill. We should test file settings once, and then incremental functionality on...

I'm going to try it @rjernst's way. So much simpler.