Hello!
We've got a request to modify the smartcardio-related regtests so that
they'll be more convenient to use.
Konstantin, could you please confirm this will work for you?
BUGURL: https://bugs.openjdk.java.net/browse/JDK-8059212
WEBREV: http://cr.openjdk.java.net/~igerasim/8059212/00/webrev
On 29/01/16 11:52, Wang Weijun wrote:
On Jan 29, 2016, at 7:48 PM, Seán Coffey wrote:
Since I now reference the JarSignerParameters class directly in
TimestampedSigner.java, the compiler was generating a warning. I thought it
might be neater to break JarSignerParameters into its own separate
> On Jan 29, 2016, at 7:48 PM, Seán Coffey wrote:
>
> Since I now reference the JarSignerParameters class directly in
> TimestampedSigner.java, the compiler was generating a warning. I thought it
> might be neater to break JarSignerParameters into its own separate class.
Oh, yes.
> Shall I
Since I now reference the JarSignerParameters class directly in
TimestampedSigner.java, the compiler was generating a warning. I thought
it might be neater to break JarSignerParameters into its own separate
class. Shall I revert ?
Regards,
Sean.
On 29/01/16 11:42, Wang Weijun wrote:
Why did
Why did you remove the JarSignerParameters class definition inside
jarsigner/Main.java? Was it duplicated somewhere else?
Thanks
Max
> On Jan 27, 2016, at 11:09 PM, Seán Coffey wrote:
>
> Hi,
>
> I'd like to backport this enhancement to JDK 8u. It's been approved via CCC
> process already.