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

#19601 | Process fields of POJOs recursively #19630

Open
wants to merge 64 commits into
base: master
Choose a base branch
from

Commits on Sep 17, 2024

  1. 1) Implement recursive processing

    2) baseType is used in case of containers (temporary)
    3) openApiNullable is not needed for useOptional
    DatApplePy committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    4cc2ae3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbff5e9 View commit details
    Browse the repository at this point in the history
  3. Exclude date and dateTime

    DatApplePy committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    6b81f06 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91e02c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2d183e8 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    942aced View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7966f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    003b5ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d682e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    132352f View commit details
    Browse the repository at this point in the history
  6. 1) Add newly introduced vendor tags to the documentation

    2) Reformat tables (compatibility)
    DatApplePy committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    b913813 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e2d64ea View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Update samples

    DatApplePy committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    1a6572f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd5f4cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81631ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e632b94 View commit details
    Browse the repository at this point in the history
  5. Update docs

    DatApplePy committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    b9b0de0 View commit details
    Browse the repository at this point in the history
  6. Update java camel samples

    DatApplePy committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    3e496c0 View commit details
    Browse the repository at this point in the history
  7. Fix git diff

    DatApplePy committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    b5ae78b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aaaa906 View commit details
    Browse the repository at this point in the history
  9. Update Java Camel samples

    DatApplePy committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    6971193 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    66b7e24 View commit details
    Browse the repository at this point in the history
  2. Update Spring samples

    DatApplePy committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    e194ab3 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. Revert "Update Spring samples"

    This reverts commit e194ab3.
    DatApplePy committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    32de2e1 View commit details
    Browse the repository at this point in the history
  2. Revert "Update Java Camel samples"

    This reverts commit 6971193.
    DatApplePy committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    a941255 View commit details
    Browse the repository at this point in the history
  3. Revert "Fix git diff"

    This reverts commit b5ae78b.
    DatApplePy committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    0a653fc View commit details
    Browse the repository at this point in the history
  4. Revert "Update java camel samples"

    This reverts commit 3e496c0.
    DatApplePy committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    86ffc1e View commit details
    Browse the repository at this point in the history
  5. Revert "Update docs"

    This reverts commit b9b0de0.
    DatApplePy committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    12296dc View commit details
    Browse the repository at this point in the history
  6. Revert "Revert spring.md and add new vendor tags"

    This reverts commit 81631ed.
    DatApplePy committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    19e87ab View commit details
    Browse the repository at this point in the history
  7. Revert "Update samples"

    This reverts commit 1a6572f.
    DatApplePy committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    6015911 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a8d0d8a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    50b9d14 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    de3f970 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4290634 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    21b79df View commit details
    Browse the repository at this point in the history
  13. Regenerate samples

    DatApplePy committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    40414fd View commit details
    Browse the repository at this point in the history
  14. Regenerate samples

    DatApplePy committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    36abb34 View commit details
    Browse the repository at this point in the history
  15. Regenerate docs

    DatApplePy committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    248fb3a View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Revert "Regenerate samples"

    This reverts commit 36abb34.
    DatApplePy committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    bd4cd66 View commit details
    Browse the repository at this point in the history
  2. Revert "Regenerate samples"

    This reverts commit 40414fd.
    DatApplePy committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    c520cfe View commit details
    Browse the repository at this point in the history
  3. Regenerate samples

    DatApplePy committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    3d8fdb8 View commit details
    Browse the repository at this point in the history
  4. Use responseType template

    DatApplePy committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    e209bfe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    82a5edd View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. Configuration menu
    Copy the full SHA
    c180170 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fd9c98 View commit details
    Browse the repository at this point in the history
  3. Implement clone method

    DatApplePy committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    7990f3a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83a797b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea43ca3 View commit details
    Browse the repository at this point in the history
  6. Revert "Regenerate samples"

    This reverts commit 3d8fdb8.
    DatApplePy committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    1aa9ccd View commit details
    Browse the repository at this point in the history
  7. Regenerate Spring samples

    DatApplePy committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    4de6a82 View commit details
    Browse the repository at this point in the history
  8. Regenerate Java samples

    DatApplePy committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    58a9c20 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    27ff736 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Regenerate Spring samples

    DatApplePy committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    e292493 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    c52e148 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ffee39 View commit details
    Browse the repository at this point in the history
  3. Fix: due to deep copying the CodegenProperty classes, items and `…

    …mostInnerItems` fields are not pointing to the same object.
    DatApplePy committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    2a8a1fc View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Revert "Fix: due to deep copying the CodegenProperty classes, `item…

    …s` and `mostInnerItems` fields are not pointing to the same object."
    
    This reverts commit 2a8a1fc.
    DatApplePy committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    2437a1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6809ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05328a2 View commit details
    Browse the repository at this point in the history
  4. Reapply "Fix: due to deep copying the CodegenProperty classes, `ite…

    …ms` and `mostInnerItems` fields are not pointing to the same object."
    
    This reverts commit 2437a1a.
    DatApplePy committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    32a607e View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    880f4ad View commit details
    Browse the repository at this point in the history
  2. Tiny refactor

    DatApplePy committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    74e6bd5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad8ff51 View commit details
    Browse the repository at this point in the history
  4. Update docs

    DatApplePy committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    4dd6e51 View commit details
    Browse the repository at this point in the history