Closed
Description
Describe the proposal
Today, CloudEvent class is final
, making it not possible to extend it to add new attributes. Making it non-final would allow that.
Please, add unit test to verify that the serialization and deserialization can work in the inherited class.
Related to: #767