Santiago Pericas-Geertsen
Santiago Pericas-Geertsen
@andymc12 Naturally `getSingletons` pre-dates all the great CDI machinery and scopes. I agree that there are issues when we let applications provide these instances. Personally, and I believe I mentioned...
@andymc12 I agree with your proposal. It's fine if we deprecate in 3.1.
> CDI is mandatory since 4.0. JAX-RS 3.1 can run without CDI on a classpath. Deprecating the method would leave JAX-RS users with the deprecated only way of having a...
> > Personally, and I believe I mentioned this before, I'd deprecate/remove this method altogether. > > @spericas While the `getSingletons` method can be used to create singletons, it also...
@rbair23 Yes, we currently depend on those libraries. Perhaps we can think about creating an SPI to plugin either protoc/grpc.io or a library like yours. This was clearly not a...
New example here: https://github.com/helidon-io/helidon-examples/tree/dev-4.x/examples/webserver/grpc
My initial reaction to this is that, although an interesting RFC for sure, it probably shouldn't be part of the core Jakarta REST (or in any way integrated with default...
@mkarg Unless I'm missing something, adding a few more status codes is very different from incorporating an RFC that defines a machine-readable _payload_ format that Jakarta REST would need to...
> > @mkarg Unless I'm missing something, adding a few more status codes is very different from incorporating an RFC that defines a machine-readable _payload_ format that Jakarta REST would...
> Just for reference, it looks like #839 was requesting this as well and it was closed. I would be in favor of closing this one too :)