Christoph Läubrich
Christoph Läubrich
### Affected version 3.9.11 ### Bug description If I have a dependency in my pom and the parent can not be resolved maven completely fails the build: ``` org.apache.maven.lifecycle.LifecycleExecutionException: Failed...
### 🤔 What's the problem you're trying to solve? I use this in an [Eclipse plugin](https://github.com/cucumber/cucumber-eclipse/pull/553) and currently need to repack the original cucumber jars into an OSGi bundle, but...
Currently one get the following message for a (failed) test_step_finished ``` test_step_finished { test_step_result { status: FAILED message: "org.opentest4j.AssertionFailedError: expected: but was: \n\tat org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55)\n\tat org.junit.jupiter.api.AssertionUtils.failNotEqual(AssertionUtils.java:62)\n\tat org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182)\n\tat org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:177)\n\tat org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1124)\n\tat io.cucumber.examples.java.RpnCalculatorSteps.the_result_is(io/cucumber/examples/java/basic_arithmetic.feature:27)\n" duration...
Once in a while I need to write json output in some of my plugins as well but it is surprisingly hard to do so as the API to do...
Maven Surefire currently contains a [HORRIBLE hack](https://github.com/apache/maven-surefire/blob/1b07d51059171d63e3acc3fcfd4486d9e3b37e8b/surefire-providers/surefire-testng/src/main/java/org/apache/maven/surefire/testng/TestNGExecutor.java#L273) because it can't set a **method selector instance** it can only add a classname that then is loaded using `ClassForName` what introduces major...
This is marked as deprecated / for removal in - https://github.com/eclipse-tycho/tycho/pull/5138 once Tycho 5 is released with this notice, we should remove it from Tycho 6. Fix https://github.com/eclipse-tycho/tycho/issues/3458
Currently we have: - tycho-its - tycho-extras-its - some 'its' in the bundles it would be good to unify this a bit and have only one tycho-its module that covers...
It should work similar to how JustJ inclusion works we can use https://download.eclipse.org/technology/babel/update-site/latest/ then one enables a set of languages interested and then matching fragments are added automatically.
Currently we have the situation that we sometimes face a problem of a cycle in project dependencies that is actual cause by an optimization where we want to control the...
I see this in the log and actually P2 should retry such atempts, we need to check if Tycho is maybe performing better here. ``` Error: Could not mirror artifact...