Djaytan

Results 18 comments of Djaytan

[Here ](https://github.com/powermock/powermock/issues/929) is my sharing about what I understood about the state of the JUnit 5 support for Powermock: > After doing some searches in all related discussions around the...

Hello, Any news on it? This is a blocking issue when migrating to JPMS while relying on Flyway. I'm really confused about the current situation : an easy fix with...

Hello, Thanks a lot for the explanation, that helped me a lot to understand the issue. I tried to apply the advice of specifying `-Xshare:off` in JVM args, and it...

Solution found! Answer provided directly on StackOverflow: https://stackoverflow.com/q/77512409/10165346.

Hello, I encountered the same issue as well with Sponge 3 schematic files generated from WorldEdit. Falling back to v2 format was fine on my side.

I downgraded to version 1.15 and I confirm that the issue isn't present

@plumpy Thanks for your answer I already have manually configured the import ordering as described in the README, so if I should choice between both versions, it seems better for...

@khmarbaise Ah I see, I wasn't aware of such possibility with ITF. Thanks for sharing! Unfortunately, there is still the need to rely on the `itf-maven-plugin` whereas ideally I would...

Finally I was able to reach what I wanted with the `maven-plugin-testing-harness` framework. First of all, I created an abstraction on top of the framework so that I can control...