Integrated: JDK-8276302: Locale.filterTags methods ignore actual weight when matching "*" (as if it is 1)

2021-12-23 Thread Daniel Le
On Fri, 10 Dec 2021 00:02:31 GMT, Daniel Le wrote: > Locale.filterTags methods ignore actual weight when matching "*" (as if > it is 1) because LocaleMatcher.{filterBasic,filterExtended} do so. > > Fix the bug and add regression test cases for it as well as existing

Re: RFR: JDK-8276302: Locale.filterTags methods ignore actual weight when matching "*" (as if it is 1) [v2]

2021-12-21 Thread Daniel Le
On Mon, 20 Dec 2021 18:18:17 GMT, Naoto Sato wrote: >> Daniel Le has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Address most review comments >> >> - Include "// change to low

Re: RFR: JDK-8276302: Locale.filterTags methods ignore actual weight when matching "*" (as if it is 1) [v2]

2021-12-21 Thread Daniel Le
On Wed, 22 Dec 2021 07:33:55 GMT, Daniel Le wrote: >> Locale.filterTags methods ignore actual weight when matching "*" (as if >> it is 1) because LocaleMatcher.{filterBasic,filterExtended} do so. >> >> Fix the bug and add regression test cases for it as well a

Re: RFR: JDK-8276302: Locale.filterTags methods ignore actual weight when matching "*" (as if it is 1) [v2]

2021-12-21 Thread Daniel Le
> Locale.filterTags methods ignore actual weight when matching "*" (as if > it is 1) because LocaleMatcher.{filterBasic,filterExtended} do so. > > Fix the bug and add regression test cases for it as well as existing > behavior. Daniel Le has updated the pull reque

RFR: JDK-8276302: Locale.filterTags methods ignore actual weight when matching "*" (as if it is 1)

2021-12-19 Thread Daniel Le
Locale.filterTags methods ignore actual weight when matching "*" (as if it is 1) because LocaleMatcher.{filterBasic,filterExtended} do so. Fix the bug and add regression test cases for it as well as existing behavior. - Commit messages: - Locale.filterTags must respect the weight of