-
Notifications
You must be signed in to change notification settings - Fork 536
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
Compatibility issues on JDK 14 #652
Comments
@sheinbergon Chronicle's JDK support policy is linked to LTS versions. We support Java 8 and Java 11. So far, Oracle hasn't announced any LTS versions past Java 11 so we do not intend to support newer versions until there is an LTS version. |
@dpisklov Thank you for your response. I'll see if it's complicated to fix it myself or not and let you know. |
@dpisklov any response? |
@sheinbergon sorry it was a bank holiday in the UK. |
@sheinbergon can we close this? |
@dpisklov any chance to release a new version for the Chronicle-Core and this project pointing to the aforementioned with that fix merged? 10x |
@sheinbergon Chronicle-BOM : 2.19.116 chronicle-core: 2.19.4
chronicle-queue: 5.19.11
|
Hi
sun.nio.ch.FileChannelImpl.map0
implementation has changed on JDK 14, requiring an additional boolean param.This makes CQ unusable on that version of the JDK (works fine on JDK 13).
Tested with CQ version 5.19.2
The text was updated successfully, but these errors were encountered: