Skip to content

Conversation

@walles
Copy link
Contributor

@walles walles commented Jan 25, 2021

Inspired by #1334 where this went real easy :).

Would have made #2355 shorter.

Free public updates for JDK 7 ended in 2015:
https://en.wikipedia.org/wiki/Java_version_history

For JDK 8, free public support is available from non-Oracle vendors until at least 2026 according to the same table.

And JDK 8 is what Jedis is being tested on anyway:

workflows:
all-jdks:
jobs:
- build:
matrix:
parameters:
# os: [linux-8-jdk, linux-7-jdk]
os: [linux-8-jdk]

Inspired by redis#1334 where this went real easy :).

Would have made redis#2355 shorter.

Free public updates for JDK 7 ended in 2015:
<https://en.wikipedia.org/wiki/Java_version_history>

For JDK 8, free public support is available from non-Orace vendors until
at least 2026 according to the same table.

And JDK 8 is what Jedis is being tested on anyway:
<https://github.com/redis/jedis/blob/ac0969315655180c09b8139c16bded09c068d498/.circleci/config.yml#L67-L74>
@sazzad16
Copy link
Contributor

@walles Include the change in your actual PR.

@walles
Copy link
Contributor Author

walles commented Feb 4, 2021

I just saw that 3.5.1 recently released by @gkorland is already being built with Java 8: https://github.com/redis/jedis/releases/tag/jedis-3.5.1

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.

2 participants