Abhishek Upadhyay
Results
2
issues of
Abhishek Upadhyay
How to use cloudevents for java 17 considering the javax is not supported? Build is failing for various classes not available as well in version 2.x and above such as...
creating a custom extension object implementing `CloudEventExtension`, when using the extension (`customExt`) as below, and then serializing the CloudEvent, the serialization for the CloudEvent is failing with JsonMappingException. ```java CloudEventBuilder.v1()...