Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cloudevents/sdk-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.4.1
Choose a base ref
...
head repository: cloudevents/sdk-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.4.2
Choose a head ref
  • 4 commits
  • 48 files changed
  • 2 contributors

Commits on Jan 12, 2023

  1. Bump to 2.4.2-SNAPSHOT (#511)

    Signed-off-by: GitHub <[email protected]>
    github-actions[bot] authored Jan 12, 2023
    Configuration menu
    Copy the full SHA
    7ccf465 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Fixed Protobuf data corruption for CloudEvent serialized/deserialized…

    … several times (#524) (#525)
    
    Fixed issue where mutiple serialize/de-serialize operations
    would result in corrupted data if the data was a protobuf
    message object.
    
    - Introduced equality checks for ProtoDataWrapper.
    - Refactored and cleaned up data-wrappers.
    
    Fixes #523
    
    Signed-off-by: Jem Day <[email protected]>
    pierDipi authored Feb 27, 2023
    Configuration menu
    Copy the full SHA
    9d3ee79 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Fix javadoc build (#529)

    Signed-off-by: Pierangelo Di Pilato <[email protected]>
    pierDipi authored Mar 3, 2023
    Configuration menu
    Copy the full SHA
    4bcaed9 View commit details
    Browse the repository at this point in the history
  2. Bump to 2.4.2 (#526)

    Signed-off-by: GitHub <[email protected]>
    github-actions[bot] authored Mar 3, 2023
    Configuration menu
    Copy the full SHA
    90c8541 View commit details
    Browse the repository at this point in the history
Loading