-
I haven't isolated the behaviour yet well, but when - as consequence of #38 - I use --refresh-dependencies, I get a message like:
```
Excluding [project :storage-client-springrest, project :storage-c…
-
When I build and try to run app on clean mac im getting warring "Unable to find dependency [group:com.ofg, module:stub-runner-examples, version:*, transitive:false] in local repository" which results …
-
Hi
I am using Java 1.8. When running
gradle generateSpringDoc
I get the error
:transaction:generateSpringDocwarning: Supported source version 'RELEASE_7' from annotation processor 'com.thilko.spri…
-
After upgrading and running my migration script, I get the following exception, which I do not get when upgrading to 2.0.1:
```
2014-04-15 07:28:25.555+0000 ERROR [org.neo4j]: Exception when stopping…
-
Currently most of the dependencies in testfun's POM have the 'provided' scope.
It means that unit tests that uses testfun 0.8 will not run unless the user adds the dependencies to his POM manually.
W…
-
I just upgraded from restx shell 0.2.4 to 0.2.6 (running `shell upgrade`), then tried to upgrade my local plugins by running `shell install` then selecting 3 plugins `io.restx:restx-core-shell:0.2.6`,…
-
For all of the JSONAssert.assertEquals methods, we should further overload them to replace the boolean strict flag with JSONCompareMode like so:
```
JSONAssert.assertEquals(String expected, String ac…
-
In order to test a JSON API I am using JSONAssert. The actual and
expected output are already JSONObject objects, so I am just comparing
them:
```
JSONObject expected = new JSONObject(expectedString)…
-
Currently all comparison logic resides in JSONCompare utility class. There is no simple way to override or extend it's private static methods. (For example, my problem was in adding custom comparison …
-
I've attached console output from my program. The expect value is what I read from a file, the got value is from the network. They are identical. expectedStr.equals(jsonStr) returns true. JSONAssert.a…