On Tue, 26 May 2026 15:08:46 GMT, Marius Hanl <[email protected]> wrote:

> > I just checked the ticket issue and my fix does not solve it. I can either 
> > take a closer look and include a fix also for that one otherwise new issue 
> > will be necessary.
> 
> Ok I see, but I wonder if it is related. It sounds like it is, same pattern 
> with `@NamedArg` and a readonly Collection. So I think a fix should address 
> not just a readonly Map, but also List I think. In the comments, someone 
> mentioned that this was a regression, so it might be worth to check that out 
> as well - and what happens if the code is reverted

It seems to be related because of the usage of `@NamedArg` annotation, but 
that's it. Thanks to this annotation the instantiation of properties is handled 
by "ProxyBuilder" class. But here the relation ends.

I have found a solution for that regression. Do you want me to describe it here 
with possible solution?

-------------

PR Comment: https://git.openjdk.org/jfx/pull/2167#issuecomment-4546075574

Reply via email to