Mikaël Francoeur

Results 29 comments of Mikaël Francoeur

This issue could probably use a higher priority, since even the Circuit Breaker official demo (https://www.youtube.com/watch?v=Y2Ez9M7A95Y) doesn't work because of this behaviour. It also makes the CB unreliable, as it...

+1 on this, it's an important bug that's worth a patch release.

My bad, I had two similar tests and copy-pasted the wrong one. The tests above passes because the bug only affects arrays, not lists. This is the failing test: ```java...

> Do you mean that you have a second fix for which you plan to submit a PR that will address the following TODO regarding compilation of varargs method invocations?...

This looks like a duplicate of https://github.com/mockito/mockito/issues/1153.

Here's a possible workaround: ```java private Matcher adapt(Matcher

@foaw This is a problem that I also experience on a regular basis, and I find myself using the above helper method in these situations. However the fix would be...

> Thanks for the proposed fix as well as all of the additional tests! 👍 > > I've left some comments, but there's no need to address those in this...

I've found that a combination of `@SpringBootTest(classes = MyListener.class)` (it's important to specify classes explicitly so that it won't load the whole context), `@ImportAutoConfiguration(KafkaAutoConfiguration.class)`, and `@EmbeddedKafka` is fairly lightweight. This...

This masks the underlying issue, which is that Turso doesn't resolve column names in `values` clauses, but it's an still improvement. At least now Turso will throw an error instead...