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

AVRO-3677: Add SchemaFormatter #2885

Merged
merged 10 commits into from
May 6, 2024
Merged

Commits on Apr 8, 2024

  1. AVRO-3677: Introduce Named Schema Formatters

    Adds a SchemaFormatter interface and factory method to format schemas to
    different formats by name. The initial implementation supports JSON
    (both inline and pretty printed), and the parsing canonical form.
    opwvhk committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    69c092d View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    ccd56bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d98dab8 View commit details
    Browse the repository at this point in the history
  3. AVRO-3677: Fix IDL detection

    opwvhk committed May 1, 2024
    Configuration menu
    Copy the full SHA
    8b52d3e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5bc16c4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d4c2f82 View commit details
    Browse the repository at this point in the history
  6. AVRO-3677: Spotless

    opwvhk committed May 1, 2024
    Configuration menu
    Copy the full SHA
    585f9e8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2b8269b View commit details
    Browse the repository at this point in the history
  8. AVRO-3677: Remove unused code

    opwvhk committed May 1, 2024
    Configuration menu
    Copy the full SHA
    97f280b View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    1543895 View commit details
    Browse the repository at this point in the history