Closed kepakiano closed 1 year ago
@kepakiano Thanks for the catch. Does look like a bug at first glance. Will check.
Fix released in 1.7.2-SNAPSHOT
1.7.2 has been released
Thank you! We were able to upgrade to the latest version with this fix :)
I'd like to inject a
List<Consumer<Integer>>
into a test like so:This worked in 1.5.5, broke in 1.5.6 and is still broken in 1.7.1.
StackTrace I'm getting:
I'm using a Java 17 runtime.
If making injecting a
List<Consumer<Integer>>
impossible was a deliberate decision for 1.5.6, please feel free to ignore this issue :)Thank you for this amazing library!