Andrey Hihlovskiy

Results 111 comments of Andrey Hihlovskiy

Gretty 1.4.1 will support new syntax for selecting random port for integration tests: ```groovy afterEvaluate { appBeforeIntegrationTest { httpPort = findFreePort() } } ``` Gretty 1.4.1 is scheduled for release...

A bit different syntax on Gretty 1.4.1: ```groovy afterEvaluate { appBeforeIntegrationTest { httpPort = getRandomFreePort() } } ```

@sunnysinghgithub , please try it on Gretty 1.4.1

You have multiple slf4j bindings in your classpath, as error messages show. You should select only one binding, then it should work.

yes, this was specifically requested by other Gretty users. I'll try to introduce control over it, maybe some property.

Is the problem still reproducible with Gretty 1.2.1? Can you provide an isolated gradle project alllowing to reproduce the problem?

Will try to implement support of Tomcat 8.5 in Gretty 1.4.2 (scheduled for 1 of March, 2017).

I'll see to fixing it in the next release. As a workaround, please delete "build" directory in root project manually.