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] Add logicalType support for some java.time types; add AvroJavaTimeModule for native ser/deser #283

Commits on Jun 8, 2021

  1. Configuration menu
    Copy the full SHA
    62570b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bd02ba View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. Base deserializer and try-catch block removed, no need to try to wrap…

    … anything, expected pattern is to let exception pass through if any.
    MichalFoksa committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    8f52e52 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

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

Commits on Jun 17, 2021

  1. Configuration menu
    Copy the full SHA
    956f365 View commit details
    Browse the repository at this point in the history
  2. Use

    `com.fasterxml.jackson.dataformat.avro.PackageVersion`
    instead of
    'com.fasterxml.jackson.core.json.PackageVersion'
    
    With correct parent constructor call version(), getModuleName() and setupModule() can be removed.
    MichalFoksa committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    170525f View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2021

  1. Better explanation

    Co-authored-by: Drew Stephens <[email protected]>
    MichalFoksa and dinomite authored Jun 26, 2021
    Configuration menu
    Copy the full SHA
    e02185d View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2021

  1. Bit easier to understand code

    Co-authored-by: Drew Stephens <[email protected]>
    MichalFoksa and dinomite committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    707f3a4 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

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