-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lower requirements of pde.junit.runtime and simplify/clean-up its code #765
Lower requirements of pde.junit.runtime and simplify/clean-up its code #765
Conversation
Test Results 267 files - 6 267 suites - 6 54m 8s ⏱️ - 17m 57s For more details on these failures, see this check. Results for commit f60018c. ± Comparison against base commit 3dd8aa8. ♻️ This comment has been updated with latest results. |
7e44e19
to
93a354a
Compare
cd4f03a
to
8356477
Compare
Looks like the Maven-Toolchain is not correctly configured for the GH runners: Although the
|
Can you open an issue about that at setup-java action? You might want to use the upload action or similar to get the content of the generated file directly, maybe the problem is more that the version is not as expected, e.g. Tycho requires that either the version is specified as |
8356477
to
2783577
Compare
Good point! I believe to have same dark memories that this was a problem, but lets see what the log says. |
b4cf8e3
to
f8ed91d
Compare
Yep, that's the problem. The version is 8.
Created eclipse-platform/eclipse.platform.releng.aggregator#1399 to set the ids. |
f8ed91d
to
2857f87
Compare
2857f87
to
ac21601
Compare
87f2dce
to
f60018c
Compare
Thanks again for this hint. |
This PR aims to lower the lower requirements of pde.junit.runtime to Java-1.8 and Eclipse Indigo (supporting 12 year old Eclipse seems sufficient to me).
Fixes #733
The second commit applies those lowering of requirements and the first one cleans up and simplifies the code (yes even with those low requirements that's possible).
I checked it with a Juno TP and the Plugin complied successfully. My only attempt to start a JUnit Plugin Test failed, but this might be due to some missing Plugins in my TP and I didn't investigate this further.
Of course it would be ideal to have a JUnit test for that, but it will probably need some significant time to download a Indigo TP since I had the impression that the P2-Repo has been moved to some slower server.
@vogella FYI