Markus KARG
Markus KARG
"thread-safe" _in general_ means that each thread MUST NOT see the changes of the other thread, so it looks like an isolated instance, hence allow sharing of one instance without...
I think what people expect is that _configuration_ of the client will effectively change _the same_ instance; it is one of the exceptions to the rule. Just the _usage_ of...
@spericas Agreed in general, but in case we agree that `Response` MAY (instead of MUST) be thread-safe there is no *additional* cost, at least for Jersey -- as per @jansupol's...
@andymc12 @ronsigal @deki What is the opinion of IBM, Red Hat and Apache?
So is there a counter proposal basing on the outcome of this discussion so far?
This is an open source project, so feel free to propose an API for that. :-)
> I agree it is not ideal, but you're not addressing the cost factor of making everything thread safe (there's no free lunch). Also, saying nothing or saying that it...
I am sorry that I did not find the time in 2021 to set up this table. I propose we move this issue to the next release so it does...
IIUC what you actually want is that we shall change the spec so matching `/rest/foo` would work without the workaround? The problem is that this would break all existing applications...
AFAIK @jelemux is working on this one.