Conversation
0c3f7ca to
1bf4757
Compare
2de0845 to
23664a8
Compare
| * Linux operating system | ||
| * Recent [CodeChecker](https://github.com/Ericsson/codechecker) (6.8.0 and up) | ||
| * Every eclipse version since [Oxygen 1](https://www.eclipse.org/downloads/packages/release/oxygen/1) (v4.7.0) is supported | ||
| * Every eclipse version since [Phtoton](https://www.eclipse.org/downloads/packages/release/photon/r) (v4.8.0) is supported |
There was a problem hiding this comment.
I think we should split up the documentation to be more explicit what are the plugin build requirements and what is the runtime requirement for it.
This change mainly effects the build environment if I'm right.
There was a problem hiding this comment.
True that!
But for the current setup of the compilation, we only test for one target platform, so until we create a deeper matrix with separate, older (newer) target platforms, we can't be sure the plugin works on older releases, even though we won't use newer features. I'll create an issue regarding this problem.
Until then, I can extend the readme with a note that it should work on Oxygen.
| </plugin> | ||
| </plugins> | ||
| </build> | ||
| <profiles> |
There was a problem hiding this comment.
We have to use different configurations depending on the jdk versions. Maven profiles can only alter build segments, that's why this segment got a little bit verbose.
|
Resolves the first part of #132 (update the currently used Tycho version to a newer (latest?)) 1.4.0 is the latest right now. |
Need to symlink the system CA certificates if necessary. on openjdk9+. openjdk9 is allowed to fail because of its fragility. See more: athttps://www.deps.co/guides/travis-ci-latest-java/
43e3e89 to
9fc78fc
Compare
This from this eclipse version a newer java support is enabled. See more at: https://projects.eclipse.org/projects/eclipse/releases/4.8.0 Bumped Tycho to 1.4.0. Added Javax.annotation bundle to target platform. Added vmargs to the integration test pom.xml. Added profiles to jdk 8, 9, 10 & 11. Fix for the missing dependency with java 11 in the integration test phase. Referenced in: * https://wiki.eclipse.org/Tycho/Release_Notes/1.4 * https://bugs.eclipse.org/bugs/show_bug.cgi?id=541403
9fc78fc to
f2a78bb
Compare
!!!
Bumped minimal required eclipse to 4.8 Photon
!!!
This from this eclipse version a newer java support is enabled.
See more at: https://projects.eclipse.org/projects/eclipse/releases/4.8.0
Bumped Tycho to 1.4.0.
Added Javax.annotation bundle to target platform.
Added vmargs to the integration test pom.xml.
Added profiles to jdk 8, 9, 10 & 11.
Fix for the missing dependency with java 11 in the integration test phase.
Referenced in:
Resolves #164
And depends on #166