Results 135 comments of Jaikiran

Hello @christianwimmer, regarding this part: > Improve support for resource registration > > ... Also resources are not separated by class loader, i.e., every class loader sees all resources. I...

@christianwimmer, thank you very much for explaining those details.

Hello Alan, Peter, you are right - the hashcode computation and do away with the `* 43` part. I've updated this PR to do that change. I've also updated the...

I've now updated the PR to rename `mdb` to `builder` and add relevant imports to reduce line lengths where those enums were referenced.

Thank you Alan and Peter for the reviews. tier1, tier2 and tier3 testing passed with these changes.

Hello Christian, more out of curiosity - what are some of the changes that jtreg 7 brings in?

Hello Christian, is it intentional that in some file the minimum required jtreg version is represented as `7` (`lib-tests.m4`) and in some other files as `7+1` (GitHub actions config file,...

Some of these tools we can change (since we have access to the code) but not the others. Plus given that even `curl` seems to be support the non-encoded form,...

> But generally speaking, this is one of the prime rules of software - garbage in, garbage out. I understand. I was just curious and was checking if there was...