Skip to content

Latest commit

 

History

History

azure-core-serializer-avro-jackson

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Azure Core Jackson Avro Serializer plugin library for Java

Azure Core Jackson Avro Serializer is a plugin for the azure-core AvroSerializer API.

Getting started

Prerequisites

  • Java Development Kit (JDK) with version 8 or above

Include the package

<dependency>
    <groupId>com.azure</groupId>
    <artifactId>azure-core-serializer-avro-jackson</artifactId>
    <version>1.0.0-beta.1</version>
</dependency>

Key concepts

Examples

Troubleshooting

Enabling Logging

Azure SDKs for Java offer a consistent logging story to help aid in troubleshooting application errors and expedite their resolution. The logs produced will capture the flow of an application before reaching the terminal state to help locate the root issue. View the [logging][logging] wiki for guidance about enabling logging.

Next steps

Contributing

If you would like to become an active contributor to this project please follow the instructions provided in Microsoft Azure Projects Contribution Guidelines.

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Impressions