Closed
Bug 1308017
Opened 9 years ago
Closed 9 years ago
Un-deprecate previously deprecated methods in JSS 4.2.6
Categories
(JSS Graveyard :: Library, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
4.4
People
(Reporter: elio.maldonado.batiz, Assigned: mharmsen)
References
Details
Attachments
(1 file, 1 obsolete file)
|
11.67 KB,
patch
|
mharmsen
:
review+
|
Details | Diff | Splinter Review |
No description provided.
| Reporter | ||
Comment 1•9 years ago
|
||
Downstream patch by Matthew Marmsen, not ready yet for review
| Reporter | ||
Comment 2•9 years ago
|
||
Regenerated after testing where 31 /31 passed.
Attachment #8798965 -
Attachment is obsolete: true
| Reporter | ||
Updated•9 years ago
|
Assignee: glenbeasley → mharmsen
| Reporter | ||
Updated•9 years ago
|
Attachment #8835186 -
Attachment description: Un-deperecate previously deprecated methods in JSS-4.2.6 → Un-deprecate previously deprecated methods in JSS-4.2.6
Attachment #8835186 -
Flags: review?(mharmsen)
| Assignee | ||
Comment 3•9 years ago
|
||
Comment on attachment 8835186 [details] [diff] [review]
Un-deprecate previously deprecated methods in JSS-4.2.6
CAVEAT:
In mozilla/security/jss/org/mozilla/jss/crypto/KeyPairGenerator.java, remove:
*
* @see org.mozilla.jss.crypto.CryptoToken#getKeyPairGenerator
- * @deprecated Use the JCA interface instead ({@link java.security.KeyPairGenerator})
*/
public class KeyPairGenerator {
Attachment #8835186 -
Flags: review?(mharmsen) → review+
| Reporter | ||
Comment 4•9 years ago
|
||
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 5•9 years ago
|
||
Historical Note:
# RHBZ 783007 - Un-deprecate previously deprecated methods in JSS 4.2.6
# https://bugzilla.redhat.com/show_bug.cgi?id=783007
# author: mharmsen@redhat.com
# Upstream: https://bugzilla.mozilla.org/show_bug.cgi?id=1308017
#Patch21: jss-undo-JCA-deprecations.patch
| Reporter | ||
Updated•9 years ago
|
Target Milestone: --- → 4.4
You need to log in
before you can comment on or make changes to this bug.
Description
•