Edgar
Edgar
yup, same error for me
Actually, the error might suggest that `problem-spring-common-0.28.0-RC.1` was compiled against older version of Spring, although looking at parent POM I can't explain how that possible. Interestingly, Maven Central reports that...
Same for me. Feel free to request `System Information` if needed.
I believe most of the issues are not related to parser itself. If you could point out specific issue that is related to parser I would be glad to consider...
@cowtowncoder Essentially original question was: Is there a way to stream JSON serialization in a convenient way for user to consume. In other words, for deserialization we have `MappingIterator` which...
I believe this could possibly have relation to #45
The problem with OkHttp is that it brings many more dependencies with it including kotlin-stdlib. Project uses `4.12.0` which is quite old and typically one would have library that depends...