chengoramazon / aws-eventstream-java

A Java implementation of EventStream encoding, an extensible binary datagram encoding.
Apache License 2.0
0 stars 0 forks source link

better readme #8

Open codecatalyst-integ[bot] opened 6 months ago

codecatalyst-integ[bot] commented 6 months ago

This pull request contains several changes to the AWS EventStream for Java library:

  1. Updates to the unit tests for the Message, MessageDecoder, Checksums, and other related classes to improve code coverage and ensure the library's functionality.
  2. Improvements to the README.md file, including a more detailed usage example and information about contributing to the project.
  3. Addition of a CONTRIBUTING.md file that outlines the guidelines for reporting issues and submitting code contributions.
  4. Minor updates to the pom.xml file and other source files to maintain code quality and consistency.

The overall goal of these changes is to enhance the reliability, maintainability, and documentation of the AWS EventStream for Java library, making it easier for developers to use and contribute to the project.