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

Expand OpenSSL Version granularity #652

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

@keithc-ca @pshipton please help to review

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 ExpandOpensslVersionGranularly branch from c38c7e2 to 70cf8ce Compare March 15, 2023 19:22
@keithc-ca
Copy link
Member

Jenkins test sanity zlinux jdk8

@keithc-ca keithc-ca merged commit c371702 into ibmruntimes:openj9 Mar 16, 2023
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