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

Refactor ExampleJsonGenerator and Support XML Examples #581

Merged

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    f367e39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5432562 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81fdad0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2892706 View commit details
    Browse the repository at this point in the history
  5. WIP XML

    sam0r040 committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    18409d5 View commit details
    Browse the repository at this point in the history
  6. WIP XML

    sam0r040 committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    725c1a0 View commit details
    Browse the repository at this point in the history
  7. All tests green

    sam0r040 committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    e50df68 View commit details
    Browse the repository at this point in the history
  8. refactor and fix map schema

    sam0r040 committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    8d44a37 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    08e097d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    89392b0 View commit details
    Browse the repository at this point in the history
  11. feat(core): generated examples are either of type JsonNode for Json o…

    …der String for XML examples, ExampleJsonValueGenerator caches already generated examples and reuses them when needed
    sam0r040 committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    1464f0c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6272f98 View commit details
    Browse the repository at this point in the history
  13. chore(core): adapt new implementation for generating examples to chan…

    …ges implementation for allOf after rebase
    sam0r040 committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    86d7132 View commit details
    Browse the repository at this point in the history
  14. refactor(core): rename Default*SchemasServiceTests to Default*Compone…

    …ntsServiceTest, extracted tests that do not cover serialization to DefaultComponentsServiceTest from Default*ComponentsServiceTest to remove duplication
    sam0r040 committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    141399a View commit details
    Browse the repository at this point in the history
  15. refactor(core): removed combineObjectExample() from ExampleValueGener…

    …ator because it duplicates createObjectExample()
    sam0r040 committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    aa0b955 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    82610a5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    bbd0222 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    cfcc15d View commit details
    Browse the repository at this point in the history
  19. refactor(core): extract ExampleXmlValueSerializer to enable custom se…

    …rialization configurations for xml examples
    sam0r040 committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    2324ba8 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2581589 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    8079a5c View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    e50cc19 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    c03a0a8 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    5352dbe View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    be45bcc View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    dcdec2f View commit details
    Browse the repository at this point in the history
  27. chore(core): cleanup test setup in DefaultJsonComponentsServiceTest a…

    …nd DefaultXmlComponentsServiceTest
    sam0r040 committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    bb8623d View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    91043a5 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    b4ceb2a View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    892c72c View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    d13c604 View commit details
    Browse the repository at this point in the history
  32. chore(core): unify naming of internal methods of DefaultSchemaWalker.…

    …java, add sorting for all properties in examples
    
    Co-authored-by: Timon Back <[email protected]>
    sam0r040 and timonback committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    d3472ec View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    a6a36db View commit details
    Browse the repository at this point in the history
  34. refactor(core): minimal serialization configuration for DefaultExampl…

    …eXmlValueSerializer
    
    Co-authored-by: Timon Back <[email protected]>
    sam0r040 and timonback committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    895f721 View commit details
    Browse the repository at this point in the history
  35. chore(core): cleanup deprecations

    Co-authored-by: Timon Back <[email protected]>
    sam0r040 and timonback committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    6dcaa17 View commit details
    Browse the repository at this point in the history
  36. chore(kafka-example): fix operation description

    Co-authored-by: Timon Back <[email protected]>
    sam0r040 and timonback committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    d84cf59 View commit details
    Browse the repository at this point in the history