Leonard Brünings
Leonard Brünings
@willcohen since a release is in sight, WDYT about adding this?
I'm unsure how to best add this to the installation, basically the [file](https://gist.github.com/leonard84/3828a2584e6a3cbc30a90c44c86b191e) must be put in `$Home\Documents\WindowsPowerShell\Modules\JabbaExt\JabbaExt.psm1`. Should I just inline it into the `install.ps1` script or would you...
OpenJ9 should work with `jfr-polyfill`. The question is whether you'd want to add it as a default dependency, or if OpenJ9 users should add it themselves.
This would've helped to evaluate #3936, and the recent deadlocks in Spock's CI builds.
@marcphilipp, it looks good, what is missing? Or, are you waiting for me to switch it from draft to rfr?
Just my two cents, [OpenID Connect Core](https://openid.net/specs/openid-connect-core-1_0.html) can be used without [OpenID Connect Discovery](https://openid.net/specs/openid-connect-discovery-1_0.html), which is perfectly fine by the spec. You just have to configure the endpoints/settings manually.
IMHO, the installer should ask whether to install for all users (admin) or only for current user (appdata local).
@mislav > Does a headless run of an MSI just pick all the default options? Would a default option also be picked for user vs. admin install? Normally you provide...
This problem can be simplified to a single self-referential type. ```java import java.lang.reflect.Method; import java.util.Objects; public class StackOverflowReproducer { static abstract class Resource { } static class ProjectValidator { public...
This can probably be avoided by tracking already seen `AnnotatedTypeVariable`s in `io.leangen.geantyref.VarMap#map(java.lang.reflect.AnnotatedType, io.leangen.geantyref.VarMap.MappingMode)`. However, I'm unsure what the correct return type would be in this case, maybe just `Resource` without...