Re: Remove com.sun.jarsigner package with related options

2023-02-28 Thread Eirik Bjørsnøs
> > This needs a CSR and a release note. Do you volunteer to write them? If > yes, you can write as comments in the PR and I can move them into JBS. You > can look at the CSRs for the 2 related bugs. > Thanks Weijun! Happy to write the CRS and release notes, I have included them as comments in the

Re: Remove com.sun.jarsigner package with related options

2023-02-28 Thread Wei-Jun Wang
Hi Eirik, I've filed https://bugs.openjdk.org/browse/JDK-8303410. This needs a CSR and a release note. Do you volunteer to write them? If yes, you can write as comments in the PR and I can move them into JBS. You can look at the CSRs for the 2 related bugs. Thanks, Weijun > On Feb 28, 2023, a

Remove com.sun.jarsigner package with related options

2023-02-28 Thread Eirik Bjørsnøs
Hi, The following PR suggests we remove the com.sun.jarsigner package with related jarsigner options -altsigner and -altsignerpath options. These have been deprecated since Java 9, for removal since 16: https://github.com/openjdk/jdk/pull/12791 Thanks, Eirik.