Re: RFR: 8321406: Null IDs should be resolved as before catalogs are added

2023-12-05 Thread Lance Andersen
On Tue, 5 Dec 2023 19:34:58 GMT, Joe Wang wrote: > Improve null handling. When both the public and system IDs are null, this > change lets the resolution process continue as usual, before the catalogs > were added. This is consistent with the process on the other part of the > program where a

Re: RFR: 8321406: Null IDs should be resolved as before catalogs are added

2023-12-05 Thread Iris Clark
On Tue, 5 Dec 2023 19:34:58 GMT, Joe Wang wrote: > Improve null handling. When both the public and system IDs are null, this > change lets the resolution process continue as usual, before the catalogs > were added. This is consistent with the process on the other part of the > program where a

Re: RFR: 8321406: Null IDs should be resolved as before catalogs are added

2023-12-05 Thread Naoto Sato
On Tue, 5 Dec 2023 19:34:58 GMT, Joe Wang wrote: > Improve null handling. When both the public and system IDs are null, this > change lets the resolution process continue as usual, before the catalogs > were added. This is consistent with the process on the other part of the > program where a

RFR: 8321406: Null IDs should be resolved as before catalogs are added

2023-12-05 Thread Joe Wang
Improve null handling. When both the public and system IDs are null, this change lets the resolution process continue as usual, before the catalogs were added. This is consistent with the process on the other part of the program where a CatalogResolver is used only when the IDs are not null.