jbennett2091

Results 9 comments of jbennett2091

Added support for beans that return byte (primitive), Byte (object wrapper), Lists, Sets and Maps. This allows for a wider set of beans to be tested. I also added changed...

If a (real-world) test is required, please have a look at the example provided with #688

On a whim, I pulled this branch, built it locally, and used the resulting artifact in my project. It did not work for me, but that could very well be...

OK, mea culpa, and that's what I get for using a class in the 'internal' package. You are correct, and switching to the 'newInstanceUsingDefaultConstructor' method (rather than newInstanceUsingCompatibleConstructor) solved that...

The easy work-around is to make it an implementation dependency, instead of a compileOnly. Has implications, and compileOnly would be preferred, but gets you running

Hi Roland- I made a cursory attempt at the time to determine the log-line that generated the issue, but was never able to pin it down precisely - lots of...

Apologies, I am no longer working on the same project as I was when this generated. No easy way for me to repeat it.