Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Removing serde-value #107

Merged

Conversation

slinkydeveloper
Copy link
Member

@slinkydeveloper slinkydeveloper commented Nov 30, 2020

Fix #105

More than using the serde_value::Value, now we use serde_json::Value (which shouldn't cause problems to using other serialization formats, but just to check I added a test with yaml).

This also simplifies the various macro we have around for implementing json event format.

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
@slinkydeveloper slinkydeveloper added this to the 0.4 milestone Nov 30, 2020
@slinkydeveloper slinkydeveloper added the enhancement New feature or request label Nov 30, 2020
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
@slinkydeveloper slinkydeveloper merged commit 6f5a767 into cloudevents:master Dec 2, 2020
@slinkydeveloper slinkydeveloper deleted the getting_rid_of_serde_value branch December 2, 2020 17:34
@slinkydeveloper slinkydeveloper modified the milestones: 0.4, 0.3.1 Jan 18, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Investigate removing serde-value
2 participants