Mickael Istria

Results 372 comments of Mickael Istria

I'm not sure it's a Tycho-specific problem; it may apply to any Java project, so maybe there is already a solution/issue report about it for Maven in general that Tycho...

FWIW, given that release process is owned by a very few people who do not have extra resources to spend on build stuff, I'm skeptical any form of voting can...

At the moment, the Tycho release process consists of a bunch of manual steps performed locally. Some of those steps could go to CI and use project key. But it...

> Will this be stored at the jenkins? Yes, see https://wiki.eclipse.org/Jenkins#How_can_artifacts_be_deployed_to_OSSRH_.2F_Maven_Central.3F for a hint on how to use it, and https://bugs.eclipse.org/bugs/show_bug.cgi?id=576895 and related bugs/Gerrit for how this was enabled for...

There are some incompatibilities between JUnit 5.8 and 5.9 that make that current support for JUnit 5.9 in Tycho (basically using 5.8) is sometimes not working with JUnit Jupiter 5.9...

We should compare that with plain Maven to get a sense of where in the stack are those descriptors "leaked". And we should also consider the whole execution of surefire,...

> For the record swt tests are run with plain maven-surefire And actually, Tycho is not involved in the "official" test suite execution as far as I know.

I did open https://issues.apache.org/jira/browse/SUREFIRE-2072 almost 2 months ago.

> But that is a different issue (about OOM). Here we leak file descriptors. OK.

Please allow me some more time to think about it. As it can be the trigger of more important change, I'd rather take some time to feel comfortable with it...