Stessy Delcroix

Results 10 comments of Stessy Delcroix

I can help as well. I'm currently rewriting the module spring-cloud-contract-converters.

Hi @marcingrzejszczak , I cannot run a full clean install. I have multiple modules for which the tests fail. In fact 2 modules so far (spring-cloud-contract-verifier and spring-cloud-contract-stub-runner). On the...

@marcingrzejszczak I think the problem is related to the Temp folder in Windows. For some tests I have an AccessDeniedException when trying to delete recursively a git repo. And some...

@marcingrzejszczak The build fails due to security checks failures. Can you tell me what are the problems ?

Hi, I have a question. What's the plan with Closures and GString ? I'm rewriting the spring cloud contract pact module. But some part of the code refers to Closures...

Hi there, can you tell me what's going on with checkstyle complaining about missing javadoc on line 30 ? Do I have to document each variable in the enum ?...

Hi there, what's the current status of the spring-cloud-contract-verifier module? Is there someone working on it ? @zhmaeff I see that you started the rewrite. Dunno where you arrived until...

Hi @zhmaeff , OK. Thanks for your prompt reply.

Hi there, there was a PR to convert SpringCloudContractAssertions from java to groovy: https://github.com/spring-cloud/spring-cloud-contract/pull/1110. Can we now rewrite the groovy class to java? This means the CollectionAssertSpec groovy class has...

@marcingrzejszczak The tests in CollectionAssertSpec groovy class which test the SpringCloudContractAssertions all fail. That's the reason why I deleted that test class too as the CollectionAssertTests covers the same tests...