Conversation
There was a problem hiding this comment.
Product tests fail with:
ERROR: Trino requires Java 11.0.15 at minimum (found 11.0.11+9-LTS)
Looks like test images also need a newer Java first: https://github.com/trinodb/docker-images/blob/master/testing/centos7-oj11/Dockerfile#L26
There was a problem hiding this comment.
|
cc @trinodb/maintainers |
|
Rationale for this PR: #12821 (comment)
|
|
This probably requires #12859 first |
|
#12859 doesn't contain JDK change. We need to release new version again. |
There's a bug in earlier versions that causes a segfault: trinodb#12821
I think we want to have explicit control over what version is being used. Otherwise, it makes builds less predictable, e.g., if there's a bug introduced in a newer version. |
Description
There's a bug in earlier versions that causes a segfault: #12821
Documentation
(x) Sufficient documentation is included in this PR.
Release notes