Hi Jason,
Thanks for the notification; I've closed out the open bug as a duplicate
of the fixed one.
Cheers,
-Joe
On 3/9/2015 7:13 PM, Jason Uh wrote:
Hi Joe,
Looks good to me. There actually is already a bug for this:
https://bugs.openjdk.java.net/browse/JDK-8074673
Thanks for the fix,
Hi Joe,
Looks good to me. There actually is already a bug for this:
https://bugs.openjdk.java.net/browse/JDK-8074673
Thanks for the fix,
Jason
On 3/9/15 5:56 PM, joe darcy wrote:
Hello,
When doing a JDK docs build, I noticed a javadoc warning is reported for
PKCS8EncodedKeySpec; the type i
Looks fine to me. Thanks!
Xuelei
On 3/10/2015 8:56 AM, joe darcy wrote:
> Hello,
>
> When doing a JDK docs build, I noticed a javadoc warning is reported for
> PKCS8EncodedKeySpec; the type is missing the "code" in a {@code ...} tag.
>
> Patch below. Upon successful review, I'll file a bug.
>
Hello,
When doing a JDK docs build, I noticed a javadoc warning is reported for
PKCS8EncodedKeySpec; the type is missing the "code" in a {@code ...} tag.
Patch below. Upon successful review, I'll file a bug.
Thanks,
-Joe
diff -r 439cf0adaf29
src/java.base/share/classes/java/security/spec/P
Ping ...
wbrev: http://cr.openjdk.java.net/~xuelei/8072385/webrev.00/
On 3/4/2015 10:51 PM, Xuelei Fan wrote:
> Hi,
>
> Please review the fix for:
>https://bugs.openjdk.java.net/browse/JDK-8072385
>
> In SunJSSE implementation, during endpoint identification, there is a
> bug in SubjectAlte
Thanks, looks good!
/Erik
On 2015-03-06 17:14, Magnus Ihse Bursie wrote:
On 2015-03-04 14:31, Erik Joelsson wrote:
Hello,
Really nice to finally see this patch getting done!
Only one comment:
flags.m4:
In the grep expression, could you move the extra [] outside of the
actual command line o
Code change looks fine.
Thanks
Max
> On Mar 7, 2015, at 13:05, Jason Uh wrote:
>
> While these methods are going to be removed soon anyway, @Deprecated actually
> seems like the more appropriate choice because we do want to discourage use
> of these methods, even if they are non-public APIs.