Skip to content
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

Forward reference handling #388

Merged
merged 16 commits into from
Jan 13, 2014
Merged

Commits on Jan 13, 2014

  1. Test case for issue FasterXML#351.

    Pascal Gélinas committed Jan 13, 2014
    Configuration menu
    Copy the full SHA
    a0e8d5d View commit details
    Browse the repository at this point in the history
  2. Foundation for forward reference resolution.

    Pascal Gélinas committed Jan 13, 2014
    Configuration menu
    Copy the full SHA
    a4c9173 View commit details
    Browse the repository at this point in the history
  3. Implemented forward reference resolution for general property based d…

    …eserialization.
    Pascal Gélinas committed Jan 13, 2014
    Configuration menu
    Copy the full SHA
    d823407 View commit details
    Browse the repository at this point in the history
  4. Implemented forward reference resolution for any setter based deseria…

    …lization.
    Pascal Gélinas committed Jan 13, 2014
    Configuration menu
    Copy the full SHA
    dea828d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7481fda View commit details
    Browse the repository at this point in the history
  6. Implemented forward reference resolution for collection based deseria…

    …lization.
    Pascal Gélinas committed Jan 13, 2014
    Configuration menu
    Copy the full SHA
    24cbdbd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    096e02b View commit details
    Browse the repository at this point in the history
  8. Added JsonLocation info in exception thrown for object id check at en…

    …d of processing.
    Pascal Gélinas committed Jan 13, 2014
    Configuration menu
    Copy the full SHA
    647cb68 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    993292c View commit details
    Browse the repository at this point in the history
  10. Added unit test for ordering being kept even with forward reference h…

    …andling.
    Pascal Gélinas committed Jan 13, 2014
    Configuration menu
    Copy the full SHA
    1743f00 View commit details
    Browse the repository at this point in the history
  11. Reworked unit test to avoid some duplication.

    Pascal Gélinas committed Jan 13, 2014
    Configuration menu
    Copy the full SHA
    6cbeaf4 View commit details
    Browse the repository at this point in the history
  12. Added assertion for unresolved id check.

    Pascal Gélinas committed Jan 13, 2014
    Configuration menu
    Copy the full SHA
    3a92b12 View commit details
    Browse the repository at this point in the history
  13. Added specific tests for ArrayBlockingQueue and EnumMap based deseria…

    …lization with object id.
    Pascal Gélinas committed Jan 13, 2014
    Configuration menu
    Copy the full SHA
    0da9a30 View commit details
    Browse the repository at this point in the history
  14. Added failing test about defensive copying with object id.

    Pascal Gélinas committed Jan 13, 2014
    Configuration menu
    Copy the full SHA
    10f8907 View commit details
    Browse the repository at this point in the history
  15. Added type information to unresolved forward reference exception thro…

    …wn at end of processing.
    Pascal Gélinas committed Jan 13, 2014
    Configuration menu
    Copy the full SHA
    d75f2e7 View commit details
    Browse the repository at this point in the history
  16. Moved failing tests to failing package.

    Pascal Gélinas committed Jan 13, 2014
    Configuration menu
    Copy the full SHA
    37c8d4e View commit details
    Browse the repository at this point in the history