Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Expand OpenSSL Version granularity #77

Merged

Conversation

WilburZjh
Copy link
Contributor

Additional granularity for tracking versions is needed in Native code to make better branching decisions based upon the library versions. Currently, there is differentiation only between <=1.0.x and >=1.1.0. Version 1.1.1 will be supported until 2023-09-11,
versions including 1.1.0, 1.0.2, 1.0.1, 1.0.0, and 0.9.8 are no longer supported. We need to add support for separate versions to deprecate/add features in the future.

@WilburZjh
Copy link
Contributor Author

cherry-pick from Head stream #554

@keithc-ca keithc-ca self-requested a review March 9, 2023 18:41
@keithc-ca
Copy link
Member

Jenkins test sanity zlinux jdk19

@keithc-ca
Copy link
Member

For the record, testing passed in https://openj9-jenkins.osuosl.org/job/PullRequest-OpenJDK19/60/; I don't expect the comment change I've requested to alter that.

Additional granularity for tracking versions is needed in Native code
to make better branching decisions based upon the library versions.
Currently, there is differentiation only between <=1.0.x and >=1.1.0.
Version 1.1.1 will be supported until 2023-09-11,
versions including 1.1.0, 1.0.2, 1.0.1, 1.0.0, and 0.9.8 are no longer supported.
We need to add support for separate versions to deprecate/add features in the future.

Signed-off-by: Jinhang Zhang <Jinhang.Zhang@ibm.com>
@WilburZjh WilburZjh force-pushed the ExpandOpenSSLVersionGranularity branch from 699de94 to 996b79a Compare March 10, 2023 00:20
@keithc-ca keithc-ca merged commit faa8bad into ibmruntimes:openj9 Mar 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants