1. 30 Apr, 2019 2 commits
  2. 26 Apr, 2019 6 commits
  3. 25 Apr, 2019 3 commits
    • Phillip Webb's avatar
      Merge pull request #16629 from dberrueta-atlassian · 73029747
      Phillip Webb authored
      Closes gh-16629:
      73029747
    • Phillip Webb's avatar
      Polish "Use Jackson configuration with JsonPath" · d4151e0b
      Phillip Webb authored
      Polish contribution to use a factory method in `AbstractJsonMarshalTester`
      rather than additional constructor arguments.
      
      Also change the `JsonContent` tests so that the `Configuration` constructor
      is package private. This keeps JsonPath classes out of our public API, at
      the expense of limiting custom JsonPath configurations to just our code.
      
      See gh-16629
      d4151e0b
    • Diego Berrueta's avatar
      Use Jackson configuration with JsonPath · 756a7f12
      Diego Berrueta authored
      Update `JacksonTester` so that the JsonPath instance is explicitly configured
      with both a `JacksonJsonProvider` and a `JacksonMappingProvider`.
      
      Prior to this commit, the handling of special characters was not symmetrical
      between the serialization (handled via the JacksonTester) and the parsing (handled
      via JsonPath) due to the fact that JsonPath used `SimpleJson` as its parser.
      
      See gh-16629
      756a7f12
  4. 24 Apr, 2019 10 commits
  5. 23 Apr, 2019 2 commits
  6. 22 Apr, 2019 3 commits
  7. 19 Apr, 2019 6 commits
  8. 18 Apr, 2019 1 commit
  9. 17 Apr, 2019 4 commits
  10. 16 Apr, 2019 3 commits