Re: RFR: 8345221: Replace legacy with new Provider APIs in SunNativeGSS [v3]

2024-12-03 Thread duke
On Mon, 2 Dec 2024 22:31:01 GMT, Francisco Ferrari Bihurriet wrote: >> Hi, this pull request modifies the _SunNativeGSS_ security provider to stop >> using the legacy Provider APIs (`Provider::putAll`) and start using the new >> ones (`Provider::putService`). >> >> Changes in this pull reques

Re: RFR: 8345221: Replace legacy with new Provider APIs in SunNativeGSS [v3]

2024-12-03 Thread Weijun Wang
On Mon, 2 Dec 2024 22:31:01 GMT, Francisco Ferrari Bihurriet wrote: >> Hi, this pull request modifies the _SunNativeGSS_ security provider to stop >> using the legacy Provider APIs (`Provider::putAll`) and start using the new >> ones (`Provider::putService`). >> >> Changes in this pull reques

Re: RFR: 8345221: Replace legacy with new Provider APIs in SunNativeGSS [v3]

2024-12-02 Thread Martin Balao
On Mon, 2 Dec 2024 21:18:10 GMT, Weijun Wang wrote: >> Francisco Ferrari Bihurriet has updated the pull request with a new target >> base due to a merge or a rebase. The pull request now contains three commits: >> >> - Merge openjdk/master into JDK-8345221 >> - Method rename. >> >>Co-

Re: RFR: 8345221: Replace legacy with new Provider APIs in SunNativeGSS [v3]

2024-12-02 Thread Francisco Ferrari Bihurriet
> Hi, this pull request modifies the _SunNativeGSS_ security provider to stop > using the legacy Provider APIs (`Provider::putAll`) and start using the new > ones (`Provider::putService`). > > Changes in this pull request have been removed from #15539, as they aren't a > dependency for that wor

Re: RFR: 8345221: Replace legacy with new Provider APIs in SunNativeGSS

2024-12-02 Thread Martin Balao
On Mon, 2 Dec 2024 21:19:29 GMT, Weijun Wang wrote: > Do you need a `noreg-` label for the JBS issue? Sounds good. Added. - PR Comment: https://git.openjdk.org/jdk/pull/22461#issuecomment-2513077138

Re: RFR: 8345221: Replace legacy with new Provider APIs in SunNativeGSS [v2]

2024-12-02 Thread Francisco Ferrari Bihurriet
> Hi, this pull request modifies the _SunNativeGSS_ security provider to stop > using the legacy Provider APIs (`Provider::putAll`) and start using the new > ones (`Provider::putService`). Additionally, it removes > `sun.security.action.PutAllAction`, no longer used since #22256. > > Changes in

Re: RFR: 8345221: Replace legacy with new Provider APIs in SunNativeGSS

2024-12-02 Thread Weijun Wang
On Fri, 29 Nov 2024 14:50:47 GMT, Francisco Ferrari Bihurriet wrote: > Hi, this pull request modifies the _SunNativeGSS_ security provider to stop > using the legacy Provider APIs (`Provider::putAll`) and start using the new > ones (`Provider::putService`). Additionally, it removes > `sun.sec

RFR: 8345221: Replace legacy with new Provider APIs in SunNativeGSS

2024-11-29 Thread Francisco Ferrari Bihurriet
Hi, this pull request modifies the _SunNativeGSS_ security provider to stop using the legacy Provider APIs (`Provider::putAll`) and start using the new ones (`Provider::putService`). Additionally, it removes `sun.security.action.PutAllAction`, no longer used since #22256. Changes in this pull r