Jeff Skjonsby
Jeff Skjonsby
I can add the optional dependencies but I'm not sure if it really adds much value since the user still has to add those dependencies themselves anyway. Unless you're going...
fair enough, I'll make that change today.
I added the ResteasyClientFactory implementation as well as deps + docs. It turned out there was a few of the features that we were using (streaming stuff in particular) that...
that last test was failing because the events stuff doesn't work with resteasy so I needed to add `assumeThat(sut.getClient(), not(instanceOf(ResteasyClient.class)));` to all of those tests and missed one. Should be...
I haven't had time to keep the branch up to date with master and I haven't heard anything from the maintainers so it appears this isn't a priority or not...