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

Handle circular references in Java beans #645

Merged
merged 7 commits into from Nov 21, 2021

Commits on Nov 17, 2021

  1. locate the pace for cyclic check

    Zach committed Nov 17, 2021
    Copy the full SHA
    7823d3a View commit details
    Browse the repository at this point in the history
  2. added set check logic

    Zach committed Nov 17, 2021
    Copy the full SHA
    b5bcb68 View commit details
    Browse the repository at this point in the history
  3. data class for recursive test

    Zach committed Nov 17, 2021
    Copy the full SHA
    4565bdd View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. successful test

    Zach committed Nov 18, 2021
    Copy the full SHA
    1ffcf39 View commit details
    Browse the repository at this point in the history
  2. long circle test

    Zach committed Nov 18, 2021
    Copy the full SHA
    638273a View commit details
    Browse the repository at this point in the history
  3. add test case and modified old ones

    Zach committed Nov 18, 2021
    Copy the full SHA
    fb96e87 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    fca7e17 View commit details
    Browse the repository at this point in the history