-
```
json-path seems only compatible with hamcrest 1.1 (which have 1.2.1 released
already).
When I use hamcrest 1.2.1 with 0.5.6 when trying:
with(getResponseContent()).assertThat("errors",
hasItem…
-
Hi everyone!
After migration from Jackson 1.9.x to 2.x (the problem can be reproduced in 2.5.0) I've got a problem deserializing generic collections.
Here's the test that documents the behavour.
Am I…
-
Doesn't seem to work with [randomizedtesting](https://github.com/randomizedtesting/randomizedtesting) [RandomizedRunner](https://github.com/randomizedtesting/randomizedtesting/blob/master/randomized-r…
-
```
What steps will reproduce the problem?
@Test
public void testNotDefined() throws Exception {
JsonAsserter asserter = JsonAssert.with("{\"foo\":\"bar\"}");
asserter.assert…
-
I find using the support for custom classes with JJTree difficult.
Based on the current layout of `org.eclipse.golo`, I tried making a rudimentary Gradle build.
My Gradle build contains:
``` groovy…
-
When I use mvn spring-boot:run to start the application, given errors as follows.
It worked on 1.2.5-release!
I already read the Issue #4751 and tried out the solution. I deleted the hole springframe…
-
Running `mvn clean install` as of now (commit b594187c77ba690bb6b8461a6b9b5eab25f79320), this test fails:
```
-------------------------------------------------------------------------------
Test set:…
-
```
Hi,
This is not an issue, it is more like a feature request or the desire to open a
discussion i suppose :-)
So I wanted to use jsonpath for implementing filtering on my command line tool
that…
-
```
json-path seems only compatible with hamcrest 1.1 (which have 1.2.1 released
already).
When I use hamcrest 1.2.1 with 0.5.6 when trying:
with(getResponseContent()).assertThat("errors",
hasItem…
-
Here is my java script extension code
``` java
// module that exports get, post, put and delete
function get(context, params) {
context.outputTypes = ["application/json"];
var arg1 = params.arg1…