Soroosh Taefi
Soroosh Taefi
To make sure I'm understanding _what are we trying to solve here_, I need to understand "what" and "why" having something like the following could be confusing for the developers:...
The type inference with `ValueSignal` seems to be working fine:  And strictly typing them is also fine:  So...
> booleanValue.value will be undefined before the initial value has been fetched from the server ... This is missing from the typing at the moment. The ValueSignal should be able...
> LGTM overall. Please mind the TypeScript error in the tests, makes the build red. Thanks, for the review. Done.
Funny that since we moved to servlet 5, no one complained about this, so either: * No one is deploying a war package on a servlet container, or * The...
> Should maybe also be cherry picked to 24.4.x? At least to 24.4. 2.5 is also using the jakarta namespace.
I'm in favor of logging a warning instead of throwing in EndpointValidator. A visible enough warning + documentation should be enough.