Abel Salgado Romero
Abel Salgado Romero
Many thanks. Other things got me busy but at the end I got it working. Both loading and caching of modules from within a Jar file using a custom FS....
I know it's an old post, I am just adding more info in case it helps someone else. I have the same issue with MSYS2. I have the lib and...
We may have an another possible use case. Users may be able to mount jar files in a k8s environment to enable/disable certain features with autoconfiguration.
For other repos we remove most content tand left the minimal to point to the official docs. That way we don't need to maintein duplicated content twice. Also users get...
> do you think the pull request needs more to come out of the README? It's more of an open questions to discuss, but I think we could trim more,...
The only thing I'd would do is adding a link to the docs to the top. > Also, I'm new at this and tried to squash the commits but I...
> I could possibly prune down the github README.adoc and make reference to the main docs Absolutely, go for it! I just stepped in for the bare minimum to keep...
We are struggling with similar scenario but we cannot call methods since errors occur during startup via Spring configuration for example. We end up with simple `io.kubernetes.client.openapi.ApiException: ` with no...
I run into the same thing today, and resorted to making a custom build of the client adding this to `ApiException` (btw, kudos for how easy it was, mvn package...
> However, we could revisit this behavior if you really think it's in need of change (and if it's feasible to change the behavior). It would be convenient, but now...