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

fix: Put AvroEventFormatter in the right namespace #220

Merged
merged 1 commit into from
Jul 26, 2022

Commits on Jul 1, 2022

  1. fix: Put AvroEventFormatter in the right namespace

    We still need it in CloudNative.CloudEvents for backward
    compatibility, but we can do that via derivation - which is
    pleasantly simple given that the only constructor is parameterless.
    
    Users should update to use the CloudNative.CloudEvents.Avro
    namespace at their earliest convenience.
    
    Fixes cloudevents#219.
    
    Signed-off-by: Jon Skeet <jonskeet@google.com>
    jskeet committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    d641457 View commit details
    Browse the repository at this point in the history