Sven Hettwer

Results 63 comments of Sven Hettwer

Hi! I'll have a look at this and will try to reconstruct it on my side. I'll also have a look at the root cause proposal. Nevertheless, creating 1000 `TestRunnerBeforeTestSupport`...

Hi! I investigated the issue and agree, that the cascading initialization of the `SequenceBeforeTest` beans is not ideal for your use case. To change this, we'd have to rethink the...

Hi! We've discussed the issue and agreed that this is a rare corner case where your want to purge an endpoint that hasn't been used before. Nevertheless, one should provide...

Hi! Now, when I read the requirement, that sounds like a use case for the citrus-simulator. There you've the Endpoints available instantly. But yes, let me think about it a...

Hi, this does not work unfortunately. That's why I opened that issue.

I'll double check that just to be sure. It's too long ago that I tested it.

Hi! Sounds like a good idea to me. I'd have to check whether the suggested `applicationContext.getAutowireCapableBeanFactory().autowireBean(behavior)` could come with unwanted side effects but on first sight, this could make things...

Hi! We've discussed this issue and agree, that this is a rare corner case of the `repeatOnError().until()` function. One could argue back and forth whether it makes more sense to...

Hi @rajr0! Unfortunately not all dependencies used by Citrus to establish HTTP connections are currently able to support HTTP/2. To provide a full implementation without any restrictions to clients, configuration...

The implementation should also be done for the `TestRunnerBeforeSuiteSupport` interface.