-
Notifications
You must be signed in to change notification settings - Fork 74
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
Add warning to version 0.12.0 topic #206
Conversation
Jenkins doc stage |
1 similar comment
Jenkins doc stage |
43708c9
to
b860156
Compare
Jenkins doc stage |
1 similar comment
Jenkins doc stage |
docs/version0.12.md
Outdated
@@ -36,6 +36,9 @@ The following new features and notable changes since v.0.11.0 are included in th | |||
- [RSA algorithm support for OpenSSL](#rsa-algorithm-support-for-openssl) | |||
- [`IBM_JAVA_OPTIONS` is deprecated](#ibm_java_options-is-deprecated) | |||
|
|||
<i class="fa fa-exclamation-triangle" aria-hidden="true"></i> **Warning:** Following the release of OpenJ9 0.12.0, an intermittent problem | |||
was identified with OpenSSL V1.1.x acceleration of the cryptographic Digest algorithm. For more information about the issue, which is under investigation, see [#4530](https://github.com/eclipse/openj9#4530). You can turn off the Digest algorithm by setting the [-Djdk.nativeDigest](djdknativedigest.md) system property to `false`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#4530 is not under investigation, it is closed.
The #4530 link does not work.
Should this also mention a new release is available that disables nativeDigest by default?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated, and link fixed.
Following the identification of issue eclipse-openj9/openj9#4530, updated the content to warn users that the Digest algorithm might cause a problem with this release. Signed-off-by: Sue Chaplain <sue_chaplain@uk.ibm.com>
b860156
to
e867ef7
Compare
@@ -36,6 +36,9 @@ The following new features and notable changes since v.0.11.0 are included in th | |||
- [RSA algorithm support for OpenSSL](#rsa-algorithm-support-for-openssl) | |||
- [`IBM_JAVA_OPTIONS` is deprecated](#ibm_java_options-is-deprecated) | |||
|
|||
<i class="fa fa-exclamation-triangle" aria-hidden="true"></i> **Warning:** Following the release of OpenJ9 0.12.0, an intermittent problem | |||
was identified with OpenSSL V1.1.x acceleration of the cryptographic Digest algorithm. For more information about the issue, see [#4530](https://github.com/eclipse/openj9/issue/4530). You can turn off the Digest algorithm by setting the [-Djdk.nativeDigest](djdknativedigest.md) system property to `false`. A new release of OpenJ9 (0.12.1) is available that disables the Digest algorithm by default. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I merged this without re-checking the #4530 link. Which still doesn't work. It's issues
not issue
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Urgh .... I'll fix it in the 0.12.1 update, which will be hot on the heels if I can get the other PRs merged.
Following the identification of issue
eclipse-openj9/openj9#4530,
updated the content to warn users that
the Digest algorithm might cause a problem
with this release.
Signed-off-by: Sue Chaplain sue_chaplain@uk.ibm.com