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

Dropping compilation on jdk7 due to lack of support on trusty. #236

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Tzrlk
Copy link

@Tzrlk Tzrlk commented Nov 9, 2017

This is addressed in a github issue on the matter, summarised in
that all builds run on trusty that use oraclejdk7 as their jdk will
categorically fail.

This is addressed in [a github issue on the matter][1], summarised in
that all builds run on trusty that use `oraclejdk7` as their jdk will
categorically fail.

[1]: travis-ci/travis-ci#7019 (comment)
@Tzrlk
Copy link
Author

Tzrlk commented Nov 9, 2017

Whelp, that one took me by surprise. Guess I have to figure out why gradle can't handle openjdk7 now.

Or support could be dropped for it?

@Tzrlk
Copy link
Author

Tzrlk commented Nov 9, 2017

Actually, near the end of this thread it basically says that there's a workaround involving build scripts like this, or a docker build like this.

Near the end of [this thread][1] it says that there's a workaround/fix
involving build scripts [like this][2], or a docker build
[like this][3].

The cost/benefit of implementing any of these options is higher than
that of simply removing support and freeing up a ton of broken builds,
so that's the fix contained in this commit.

[1]: https://www.bountysource.com/issues/47030823-when-plugin-id-specified-gradle-tasks-results-in-java-security-invalidkeyexception-ec-parameters-error
[2]: https://github.com/uber-java/tally/blob/2cea75ecc2f896dfd5e32b94bff71f211c8bde56/ci/before_install.sh#L6-L12
[3]: travis-ci/travis-ci#8503 (comment)
@Tzrlk Tzrlk changed the title Switching oraclejdk7 to openjdk7 due to lack of support on trusty. Dropping compilation on jdk7 due to lack of support on trusty. Nov 20, 2017
@Tzrlk
Copy link
Author

Tzrlk commented Nov 20, 2017

Can this be merged-in asap @norbertpotocki? Other merge request builds are registering as failed because the travis build environment for jdk7 no-longer works. There are other options available (as mentioned in my comments above), but this takes care of it immediately.

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.

None yet

1 participant