Aritz Bastida
Aritz Bastida
Hi, any news on this? I'm also quite surprised with the connection being closed in the event of a timeout. This kind of error is transient, as the OP explained....
We have the same problem commented by the OP: the table prefix for Spring Cloud Data Flow / Spring Batch is hardcoded to its default value and cannot be configured....
Hello!! We are trying out SCDF in our project, and were also surprised about these configuration nuances. I think that this sentence by @guoyiang synthetizes the problem: > The main...
Thanks @marcingrzejszczak! I added that plugin configuration, and now the auto-generated test folder is automatically added to the Eclipse classpath. However, the infinite loop still remains: the verification tests are...
I typically notice the issue when I open the verification tests in the Eclipse editor. For example, the auto-generated attributes (ids and the like) are changing all the time. You...
Thanks!! I have just added that plugin into my pom.xml, but Eclipse still keeps generating the tests. I will try again with a fresh Eclipse install, because, for some reason...
Sorry, I had added `lifecycle-mapping` into `` section, instead of ``. My bad! I have disabled `` and `` for `convert`, `generateStubs` and `generateTests` goals. Now, the auto-generated tests are...
Maybe the guys working on [Spring Tools](https://github.com/spring-projects/sts4) project can help?
Thank you all!
The Spring Cloud Contract developers will answer better than I do, but I'll give it a try: - You write your service contracts in `src/test/resources/contracts`, using a specific DSL (typically...