sdoeringNew
sdoeringNew
**Summary** Different download roots for Node, NPM, Yarn, etc. can be specified. Those download roots might have HTTPS connections with self signed certificate. For all those connections an additional plugin...
Java NIO came with Java 1.7. As this project is using Java 8 it should support the "successor" of ``java.io.File``, too.
The work of fge found a new owner / maintainer. All fge-dependencies have been moved to java-json-tools groupId.
### Is your feature request related to a problem? We have tests that typically rely on SAME_THREAD Specifications, SAME_THREAD Features. (https://spockframework.org/spock/docs/2.1/parallel_execution.html Figure 1) However we have single Specifications where all...
# Issue description Test methods marked with ``@PendingFeature`` run and they are expected to fail. If they not fail they are marked as failures. In the reports those test methods...
In most cases sending a small message from a dealer and receiving it on the router takes about 0 to 1ms. That's what I expected for TCP communication on localhost...
The current Groovy formatting using the Eclipse formatter is very limited. It can't even format `apply({println it })` into something stringent. Let alone Spock tests written in Groovy. The ways...
### PR checklist - [x] Read the [contribution guidelines](https://github.com/swagger-api/swagger-codegen/blob/master/CONTRIBUTING.md). - [x] Ran the shell script under `./bin/` to update Petstore sample so that CIs can verify the change. (For instance,...
Hi, I'm using npm-groovy-lint with my Spock tests that have a data provider for several test cases. ```groovy def "Test: #testCaseTitle"() { when: def result = testedMethod(json) then: result !=...
Hi. Multiline field declarations having the same type: ```groovy class TestClass { String field1 field2 field3 field4 int field5 field6 } ``` will be, in my opinion, wrongly autofixed in...