Re: RFR: 8255255: Update Apache Santuario (XML Signature) to version 2.2.0 [v6]

2021-03-06 Thread Weijun Wang
> This is a multi-commits PR that upgrades xmldsig to be equivalent to > Santuario 2.2.0. > > The first step is an auto-import. The JDK implementation is removed first and > Santuario code are imported. Some unrelated files (Ex: encryption) are > removed, and package names are renamed to be int

Re: RFR: 8255255: Update Apache Santuario (XML Signature) to version 2.2.0 [v5]

2021-03-06 Thread Weijun Wang
> This is a multi-commits PR that upgrades xmldsig to be equivalent to > Santuario 2.2.0. > > The first step is an auto-import. The JDK implementation is removed first and > Santuario code are imported. Some unrelated files (Ex: encryption) are > removed, and package names are renamed to be int

Re: RFR: 8255255: Update Apache Santuario (XML Signature) to version 2.2.0 [v4]

2021-02-22 Thread Weijun Wang
On Mon, 11 Jan 2021 17:58:03 GMT, Weijun Wang wrote: >> I've force pushed a new series of commits from scratch. The difference: >> >> 1. The `s/Portions copyright/Copyright/` change is inside auto import. >> 2. Some `s/Sun Microsystems/Oracle/` change in auto import >> 3. No more deprecated `new

Re: RFR: 8255255: Update Apache Santuario (XML Signature) to version 2.2.0 [v4]

2021-02-22 Thread Weijun Wang
> This is a multi-commits PR that upgrades xmldsig to be equivalent to > Santuario 2.2.0. > > The first step is an auto-import. The JDK implementation is removed first and > Santuario code are imported. Some unrelated files (Ex: encryption) are > removed, and package names are renamed to be int

Re: RFR: 8255255: Update Apache Santuario (XML Signature) to version 2.2.0 [v3]

2021-01-11 Thread Weijun Wang
On Mon, 11 Jan 2021 17:31:38 GMT, Weijun Wang wrote: >> Marked as reviewed by xuelei (Reviewer). > > I've force pushed a new series of commits from scratch. The difference: > > 1. The `s/Portions copyright/Copyright/` change is inside auto import. > 2. Some `s/Sun Microsystems/Oracle/` change in

Re: RFR: 8255255: Update Apache Santuario (XML Signature) to version 2.2.0 [v3]

2021-01-11 Thread Weijun Wang
On Sun, 10 Jan 2021 05:17:23 GMT, Xue-Lei Andrew Fan wrote: >> Weijun Wang has updated the pull request with a new target base due to a >> merge or a rebase. The pull request now contains 13 commits: >> >> - No more newInstance calls >> - Support RSA-PSS with parameters >> - Reapply 829:

Re: RFR: 8255255: Update Apache Santuario (XML Signature) to version 2.2.0 [v3]

2021-01-11 Thread Weijun Wang
> This is a multi-commits PR that upgrades xmldsig to be equivalent to > Santuario 2.2.0. > > The first step is an auto-import. The JDK implementation is removed first and > Santuario code are imported. Some unrelated files (Ex: encryption) are > removed, and package names are renamed to be int

Re: RFR: 8255255: Update Apache Santuario (XML Signature) to version 2.2.0 [v2]

2021-01-10 Thread Weijun Wang
On Sun, 10 Jan 2021 04:55:38 GMT, Xue-Lei Andrew Fan wrote: >> Weijun Wang has refreshed the contents of this pull request, and previous >> commits have been removed. The incremental views will show differences >> compared to the previous content of the PR. > > src/java.xml.crypto/share/classes

Re: RFR: 8255255: Update Apache Santuario (XML Signature) to version 2.2.0 [v2]

2021-01-09 Thread Xue-Lei Andrew Fan
On Fri, 13 Nov 2020 22:05:31 GMT, Weijun Wang wrote: >> This is a multi-commits PR that upgrades xmldsig to be equivalent to >> Santuario 2.2.0. >> >> The first step is an auto-import. The JDK implementation is removed first >> and Santuario code are imported. Some unrelated files (Ex: encrypt

Re: RFR: 8255255: Update Apache Santuario (XML Signature) to version 2.2.0

2021-01-09 Thread Weijun Wang
On Sat, 12 Dec 2020 02:46:45 GMT, Weijun Wang wrote: > @wangweij This pull request has been inactive for more than 4 weeks and will > be automatically closed if another 4 weeks passes without any activity. To > avoid this, simply add a new comment to the pull request. Feel free to ask > for as

Re: RFR: 8255255: Update Apache Santuario (XML Signature) to version 2.2.0

2020-12-11 Thread Weijun Wang
On Fri, 13 Nov 2020 22:00:26 GMT, Weijun Wang wrote: >> This is a multi-commits PR that upgrades xmldsig to be equivalent to >> Santuario 2.2.0. >> >> The first step is an auto-import. The JDK implementation is removed first >> and Santuario code are imported. Some unrelated files (Ex: encrypt

Re: RFR: 8255255: Update Apache Santuario (XML Signature) to version 2.2.0

2020-11-13 Thread Weijun Wang
On Fri, 13 Nov 2020 17:22:10 GMT, Weijun Wang wrote: > This is a multi-commits PR that upgrades xmldsig to be equivalent to > Santuario 2.2.0. > > The first step is an auto-import. The JDK implementation is removed first and > Santuario code are imported. Some unrelated files (Ex: encryption)

Re: RFR: 8255255: Update Apache Santuario (XML Signature) to version 2.2.0 [v2]

2020-11-13 Thread Weijun Wang
> This is a multi-commits PR that upgrades xmldsig to be equivalent to > Santuario 2.2.0. > > The first step is an auto-import. The JDK implementation is removed first and > Santuario code are imported. Some unrelated files (Ex: encryption) are > removed, and package names are renamed to be int

RFR: 8255255: Update Apache Santuario (XML Signature) to version 2.2.0

2020-11-13 Thread Weijun Wang
This is a multi-commits PR that upgrades xmldsig to be equivalent to Santuario 2.2.0. The first step is an auto-import. The JDK implementation is removed first and Santuario code are imported. Some unrelated files (Ex: encryption) are removed, and package names are renamed to be internal. There