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 #622

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. Since, version 1.1.1 will be supported until 2023-09-11 and 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.

@pshipton
Copy link
Member

This should be done first in the head stream, reviewed, and then backported.
Note the copyright and line endings checks are failing.

@WilburZjh
Copy link
Contributor Author

Doing the head stream, will backport to 11.

@WilburZjh WilburZjh force-pushed the ExpandOpensslVersionGranularly branch from b408e44 to 73f61be Compare March 7, 2023 19:15
@WilburZjh WilburZjh changed the title Expand OpenSSL Version granularly. Expand OpenSSL Version granularity Mar 7, 2023
@WilburZjh
Copy link
Contributor Author

port from Head stream #554

@WilburZjh
Copy link
Contributor Author

@keithc-ca @pshipton please help to review

@keithc-ca keithc-ca self-requested a review March 9, 2023 18:41
@WilburZjh WilburZjh force-pushed the ExpandOpensslVersionGranularly branch 2 times, most recently from 2558a5f to 7f4c024 Compare March 10, 2023 00:36
@WilburZjh WilburZjh force-pushed the ExpandOpensslVersionGranularly branch 2 times, most recently from 8a798b7 to 17a05f4 Compare March 10, 2023 14:59
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 17a05f4 to f011937 Compare March 10, 2023 16:46
@keithc-ca
Copy link
Member

Jenkins test sanity alinux64 jdk11

@keithc-ca keithc-ca merged commit 8292b21 into ibmruntimes:openj9 Mar 10, 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.

None yet

3 participants