Skip to content
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

Cap some Maven dependencies to Eclipse to avoid transitive Java17 requirements. #166

Closed
wants to merge 1 commit into from

Conversation

NiklasRentzCAU
Copy link
Member

Recently the KLighD build broke down due to Maven dependencies of some Eclipse Plugins now requiring Java17. Eclipse did not up the major versions of their bundles, thus causing newer builds to pull bundles from newer Eclipse releases requiring Java17 and therefore breaking the build process. This is a workaround by fixing all problematic bundles to the exact version as provided in the accompanying P2 update site of the 2022-09 release to keep the build working.

For the future we probably should think about using Java17 in the automatic build, potentially still pinning the source code compatibility to Java1.8 to allow legacy projects building on Java1.8 to use the KLighD releases. That would allow to remove this workaround again and allow to update to newer Eclipse updates, which all force Java17 anyways since the 2022-09 update (see here).

…ate site of the release, not requiring Java 17.
@NiklasRentzCAU NiklasRentzCAU self-assigned this Jun 23, 2023
@NiklasRentzCAU
Copy link
Member Author

Superseded by #168

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant