Loïc Mathieu

Results 190 comments of Loïc Mathieu

@diogocarleto MongoDB with Panache is a "thin layer" on top of MongoDB, so complex functionalities better stands in an ODM like Morphia. But it's always complex to draw the line...

Hi, I have the same issue and must add the hadoop-mapred:0.22.0 lib for the connector to work. @OneCricketeer the hadoop-common:2.10.2 is present in the connector artifact so it's not the...

@OneCricketeer yes, `mapreduce-client-core` also works. It's still a 1.5MB lib

This is documented that all usage of `stream()` needs a transaction, see the end of this section https://quarkus.io/guides/hibernate-orm-panache#most-useful-operations We already discussed years ago with @Sanne that we may want to...

@brunohpg it's been discussed but nothing has been planned. Someone from agroal may want to check why it stops working after 2.13 (even if it was not a good implementation...

@HaMatthias surely I can use `@RegisterExtension` instead of `@ExtendsWith`, but in both cases the `TestContainersExtension` needs to be public in order to use them.

@HaMatthias @bedla send a PR for this. I still think it is useful ...

@hmatt1 I thought I clearly describe the use case: having the ability to order JUnit extensions used together on the same test case. The documented way to do this from...

Having testcontainer containers starts before my Quarkus test. Even if JUnit didn't recommend to order between extensions, we sometimes needs to do it, and as testcontainers purpose is to launch...

@jeanbisutti this is a remainder issue to provides support for it when my PR on JUnit 5 that make this possible would be merged. Please assign it to me.