Josiah Noel
Josiah Noel
> even if the META-INF/services files are there, they are not recognized and ServiceLoader does not work. JVMs work fine, native-image only works using classpath instead of module-path. I am...
We can give more time then if you don't think people have upgraded their dependencies, I made the PR because I recently migrated all my job's avaje plugins to the...
I'd guess because one uses reflection and the other doesn't
see also: https://reproducible-builds.org/
@rbygrave do you do anything extra for javax releases?
Not at the moment, though that's something we can try to add
> We can't do this transparently why not just add an annotation that changes the default generation behavior to make all beans lazy?
What I understood by the issue was that it can be a hassle to manually add the lazy annotation everywhere when you desire your entire application to be lazy. Would...
I can make the first PR to SDKMAN following [this](https://github.com/sdkman/sdkman-cli/wiki/Vendor-onboarding-process), but I think requesting the API keys may be up to you.
Alternatively, you could make Jackson a required dependency in the module-info, but I'm not a fan of that