David M. Lloyd

Results 306 comments of David M. Lloyd

I think this is a good feature. The current internal APIs are not very friendly to this kind of approach though. It might be worth shaking things up internally because...

If we're not immediately planning on breaking compatibility, I would recommend adding a new interface which is implemented by `SmallRyeConfig` (and which might or might not extend `Config`) rather than...

Sure, that makes sense. I'm far from being an expert on GC algorithms, but I guess a semi-space algorithm would make it easier to track where objects were moved to...

Oops, I meant to reference #989. My concern with #989 is that the API classes are all already in the root package in `-core` so having another API module isn't...

Sure, we'll try that for next time. One tricky detail is that it is usually the case that the problem does not recur when we rerun the job, so it...

Yeah that probably makes sense; I started using this plugin because (IIRC) it had support for installing multiple JDKs before the official one did. But I guess it's best to...

Perhaps a better approach (for UX at least) to solving the same problem would be (for each config source which deals with the filesystem) to recognize whether the target file...

Looking at the code for `InnerClassLambdaMetafactory`, I don't think that the numerical suffix is necessary _at all_. These lambda classes are defined as _hidden_ classes, in which case the class...

What about other cases like the JLI `MH`, `DMH`, `InjectedInvoker`, lambda form etc. classes? Or the FFI specialized upcall proxies, or the many cases where users define hidden classes? Wouldn't...