Christoph Läubrich
Christoph Läubrich
Can you provide an [integration-test](https://github.com/eclipse/tycho/wiki#providing-an-integration-test) to demonstrate the issue?
@jocwurs Tycho 4.x is more or less EOL... this does not mean it is impossible but you should check out https://github.com/eclipse-tycho/tycho/blob/master/CONTRIBUTING.md#backporting for details. The best would be to check Tycho...
> Today the [issue 2358](https://github.com/eclipse-tycho/tycho/issues/2358) re-occurred with Tycho 4.0.10 when the p2 server respond with a "301 Moved Permanently". Do you like to provide an [integration-test](https://github.com/eclipse/tycho/wiki#providing-an-integration-test) to demonstrate the issue?...
> I am not aware of any automation for this. I created - https://github.com/eclipse-m2e/m2e-core/issues/1001
We have the same problem here - https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/actions/runs/19595231368
The most universal approach would be to make it a simple wrapper to the https://docs.junit.org/current/user-guide/#running-tests-console-launcher then we can call this completely classloader agnostic through [ToolProvider](https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/spi/ToolProvider.html)
If I try `long x = 1.2e+07;` my java compiler complains that it is invalid. Also https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Long.html does not give a hin that there is actually something like an "exponential...
> could you please add a test to the tck? I think first there needs to be agreement and a spec change before changing tests....