-
-
Notifications
You must be signed in to change notification settings - Fork 819
Double parser merge to master #765
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…-databind to use new methods)
@cowtowncoder this is WIP and miles away from being complete - master and v2.14 are so different that most of the code in this PR has been neutered to get the code to compile. I'll need help to work out how features are enabled in master. For instance, how do you create a JsonParser with a JsonReadFeature enabled? TokenStreamFactory has |
This reverts commit 40a0270.
@pjfanning However: right now you can construct a
which is probably what tests should use. Now: I'd be perfectly happy to convert these from 2.14 to |
@cowtowncoder thanks - I can use this just to keep track of the merge issues and the changes that have been made to get master working - so it doesn't have to be merged |
I suspect this can also be closed now that things are merged to master? |
Relates to #749