Plamen Totev

Results 9 comments of Plamen Totev

Actually I gave the matter a bit of thought. If the `Runnable` implements `Serializable` as well, then we can have a task with data class that wraps the runnable we...

> I am a bit unsure how this would work if you have many different types of tasks. > > The `Executor` needs a `Runnable`, but the scheduler needs a...

I have use case similar to #711. I want to proxy requests that does not match the stubs to the real API. `proxyBaseUrl` option from standalone Wiremock application just adds...

> In the meantime, I'm interested in how we could improve either the DSL or its docs to make it more usable. Honestly speaking, it always seemed quite intuitive to...

I think the profile feature (changing the runtime dependencies) plays nice with Docker tags. Consider an application that may work with either Kafka or RabbitMQ. Then for each version of...

@tcollignon I've added comment about the MDO inline. hope it helps but if its too vague I'll try to find some time to add an example. About the tests take...

Hi @tcollignon, The problem is not that much with the verbosity of the code, but that is the list of file mappers is practically hard coded. If you want to...

What about something like this: `````` /** * A simple javadoc comment. * * ```java . @annotation . public void method() { . . } * ``` */ `````` This...

Well, I take my words back. I was able to contact the original authors. As they are still interested in LuaJ and it's not abandoned, I don't think there is...