-
Welcome, I suggest adding calling convention argument to Interceptor.
Don't get me wrong, `this.context` incase I'm intercepting for example fastcall works alright, but imagine having everything in …
-
Class `Interceptor` in `forEach` loop don't have type for key property. It breaks type checking for tsc compiler.
![image](https://user-images.githubusercontent.com/24767181/58185989-b55d5780-7cbc-11…
-
**[Taylor S. Wicksell](https://jira.spring.io/secure/ViewProfile.jspa?name=taylor.wicksell)** opened **[SWF-1184](https://jira.spring.io/browse/SWF-1184?redirect=false)** and commented
We would like …
-
In prior gRPC versions, the stats handler provided direct access to raw serialized data through payload.Data in `*stats.InPayload`. This functionality enabled certain applications to retrieve unmodifi…
-
**Citrus Version**
2.8.0
**Expected behavior**
CitrusEndpoints.http()..interceptor(myInterceptor).build() should result in HttpEndpointConfiguration's restTemplate's interceptors to contain myInt…
-
```
The fact that interception doesn't apply to AssistedInject-created classes
violates the principal of least astonishment. At a minimum, we should blow
up if the user's code would have had intercept…
-
```
What steps will reproduce the problem?
1. run the following script:
{{{
interface BenchmarkRunnable {
@Benchmark void run()
}
def task = [run:{ -> Thread.sleep(100) }] as BenchmarkRunnable …
-
```
The fact that interception doesn't apply to AssistedInject-created classes
violates the principal of least astonishment. At a minimum, we should blow
up if the user's code would have had intercept…
-
I love the new `BlockingQueueItemWriter` and `BlockingQueueItemReader` implementations, but it occurred to me you'd open even more opportunities for users of Spring Integration if you had a `MessageCh…
-
[Spring Interceptor 정리 문서](https://astonishing-message-fd2.notion.site/Spring-Interceptor-2cb842cb8d364e019bbfcc58a13adeeb)