sdk-java
sdk-java copied to clipboard
Java SDK for CloudEvents
The current Jakarta http-restful-ws package uses the old `javax.*` namespace for the jax-rs packages that were replaced in Jakarta EE9 with `jakarta.*`. As such J EE9 and the upcoming EE10...
Why is there such a difference? - For example in the docs for kafka it is an underscore: https://github.com/cloudevents/spec/blob/v1.0.1/kafka-protocol-binding.md#325-example - At the same time it is a dash in the...
Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.8 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...
Hi, I am using the Micronaut framework and I have been thinking using CloudEvents between my microservices. Would it be interesting to provide a Micronaut module with the same spirit...
Bumps [jetty-server](https://github.com/eclipse/jetty.project) from 9.4.41.v20210516 to 10.0.10. Release notes Sourced from jetty-server's releases. 10.0.10 Special Thanks to the following Eclipse Jetty community members @jianglai (Lai Jiang) @markslater (markslater) @prenagha (Padraic Renaghan)...
Caused by https://github.com/cloudevents/sdk-java/blob/master/kafka/src/main/java/io/cloudevents/kafka/CloudEventSerializer.java and https://github.com/cloudevents/sdk-java/blob/master/kafka/src/main/java/io/cloudevents/kafka/CloudEventDeserializer.java not implementing the `close` method Sample Stack Trace for closing a Producer: ``` [main] ERROR org.apache.kafka.common.utils.Utils - Failed to close producer valueSerializer with type io.cloudevents.kafka.CloudEventSerializer...
Per the June 2 call, the group decided to ask each repo in the CE org to switch from `master` to `main` as the default branch.
Signed-off-by: Eddú Meléndez
Hi, I'm writing an application with the Ktor server framework. Do you guys have any plan to support Ktor in the future?
- I believe this is "spec compliant - I was wring this at the same time I was writing the spec. - We *may* want to consider a streaming parsing...