Sebastian Daschner
Sebastian Daschner
FYI see https://github.com/eclipse/ConfigJSR/blob/master/spec/src/main/asciidoc/converters.asciidoc for the draft of the spec back then (now the JSR is withdrawn, however).
@mkarg You're right with the case that `String` implements `CharSequence`. In Config we made it explicit, since the impls have to do the extra work, and also we argued that...
Good point @spericas, having a solution that works also with generics would be preferable, but that indeed could be solved with a method similar to what @mkarg described. This could...
I'd +1 the idea of not having to unwrap the exception from `ResponseProcessingException`. (This reminds me of the `@ApplicationException` that solved unwrapping EJB exceptions back then ([bottom of page here,...
I also disagree to add something like `@Beta`. At least if we aim to continue being a standard. Other approaches, such as using an incubator project, a different branch with...
+1 for supporting `file://` and potentially other, commonly-used schemes. While JAX-RS only covers HTTP, I've seen (and myself created) many uses of building URIs that were used "outside of JAX-RS",...
It seems that the buildkit is started by the `earthly-entrypoint.sh` script of `earthly/earthly`. The output I posted is from `/var/log/buildkitd.log`. The cgroups / CNI config the script generates is the...
Also happens to us (using `earthly version v0.7.5 0857e35cefb1a0155638f47b3ac0558844b48c3f linux/amd64; Arch Linux`). I'm actually running a single `earthly` command, but the projects includes a quite big graph (around 500-1000 targets...
I would vote for other features, such as the change notification instead. Not that I isn't useful, just about priorities. If I think about real-world scenarios, reloads would IMO help...
Yes, AFAIK this is more or less the same than Spring profiles. This is my point, for enterprise environments at least, that profiles are not a best practice (anymore). We...