Dave Syer
Dave Syer
> it would only make sense they also make sure that Native Image works, or tell users what they need to do to make it work. That might be convenient...
Update: for those that prefer it there is now a `graalvm-ce` package in Nix, which installs the correct static libraries as a dependency. You can use that instead of your...
+1 - it should be trivial to support Spring Boot 2 and 3 without a separate jar artifact. At least we should start that way. We could maybe drop Spring...
/remove-lifecycle stale (But #2457 is merged, so why is this one still open?)
/remove-lifecycle stale
/remove-lifecycle stale (But https://github.com/kubernetes-client/java/pull/2457 is merged, so why is this one still open?) Someone should just close this as “fixed”.
Sigh. Dumb robot. If anyone is reading this please be assured that it is fixed.
> what sort of issues have you seen I'm not really sure what the problem is. If you try to set the source directory in a project that isn't the...
Why is the fix "temporary"? If there is a better way, can you suggest it via a PR?
The main part of this issue is that the method overrides are not used in AOT at runtime. I can see roughly why that happens - the bean definition instance...