Invalid import headers in libraries #5647
|
is there a tycho X eclipse matching version matrix that i can refer? I reviewed the tycho release notes but could not find one. the issue i am trying to debug: upgrading from eclipse v4.23 to v4.35, my client faced this issue: the tycho version used was 2.7.5. using 4.0.0 solves this issue, but they want to know the version matrix, so that they know they are using the right tycho version for the eclipse, not a random one. |
Answered by
laeubi
Nov 27, 2025
Replies: 1 comment
|
There is no direct relation between an Eclipse release and a Tycho version. |
0 replies
Answer selected by
gireeshpunathil
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no direct relation between an Eclipse release and a Tycho version.
Newer releases might require fetures from more recent Tycho versions (e.g java compile support), so it is recommended to always use the latest Tycho release (what would be Tycho 5.0.0 at the moment).