Marc Philipp

Results 341 comments of Marc Philipp

Thanks for your pull request, @opensource21. A lot of good work there! Regarding the copyright headers: So far this little project is not affiliated with DbUnit in any way. I...

While I would prefer getting DataSetBuilder into dbUnit core, your suggestion sounds like a good idea to keep things from getting worse. Let me know about your next steps. Shall...

@opensource21 I've create a separate issue to track progress on getting dbUnit integrated into dbUnit core over at #6. Let's continue the discussion there.

I know that it's the maximum length for a `TEXT` column. That doesn't solve the problem that such messages are stored in a corrupted way in the database. `ejabberd_http_ws` does...

> how do you suggest to resolve the first point? How about a config option for `mod_mam`? `max_message_size` or something along those lines? > I think you just need to...

Fair enough. I'll leave you to it. 😉

@jesperancinha Have you tried using https://docs.gradle.org/current/userguide/toolchains.html?

You need to use a supported version of Java to run Gradle (e.g. Java 17), i.e. `gradle -version` should print that version. If you use toolchains, Gradle will then use...

@xor-freenet @jesperancinha We do exactly that for the [JUnit 5 build on GitHub Actions](https://github.com/junit-team/junit5/blob/main/.github/workflows/cross-version.yml). It requires installing two JDKs: one for running Gradle (we use JDK 17) and one for...

I'm afraid not. We're busy working on Gradle 5.0 at the moment. I hope to tackle this and other JUnit Platform issues (e.g. #6453) in the 5.1 timeframe.