sdk-java
sdk-java copied to clipboard
Java SDK for CloudEvents
For comment at present - DO NOT MERGE. Contains MQTT V3 & V5 binding implementations for the Paho and HiveMQ client libraries. Closes #335
I like the Quarkus example. However, it seems to use the [Binary Content Mode](https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/bindings/http-protocol-binding.md#31-binary-content-mode). I however require the [Structured Content Mode](https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/bindings/http-protocol-binding.md#32-structured-content-mode). Initially I did not even notice that the binary...
Versions: ``` implementation group: 'io.cloudevents', name: 'cloudevents-spring', version: '2.4.0' implementation 'io.cloudevents:cloudevents-json-jackson:2.4.0' implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.4' ``` Example payload: ` {"data":{"value":"AN_EXAMPLE_JSON_PAYLOAD","id":"228ad7d1-dd16-4fd5-a02e-4b4bdcb7eaed","source":"service-test","type":"dummy.event","subject":null,"time":null,"specVersion":"V1","dataContentType":"application/cloudevents+json","dataSchema":null,"extensionNames":[],"attributeNames":["datacontenttype","specversion","id","source","type"]}` Getting following error: `org.springframework.messaging.MessageHandlingException: error occurred in message handler [bean 'serviceActivator.handler' for...
Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 2.4 to 3.4.1. Release notes Sourced from org.apache.maven.plugins:maven-jar-plugin's releases. 3.4.1 🐛 Bug Fixes [MJAR-307] - Wrong version of commons-io cause a ClassNotFound o.a.commons.io.file.attribute.FileTimes (#83) @slawekjaranowski 📦 Dependency...
Bumps [io.quarkus:quarkus-universe-bom](https://github.com/quarkusio/quarkus-platform) from 1.10.3.Final to 3.9.4. Commits 0b7887b [maven-release-plugin] prepare release 3.9.4 c52b6bc Merge pull request #1185 from gsmet/quarkus-3.9.4 59ab18c Upgrade to Quarkus 3.9.4 dd9001e [maven-release-plugin] prepare for next development...
Recently there have been many changes to the CESQL spec. Once that stabilizes a bit, we should port this to this SDK and implement any fixes/changes required. cc @pierDipi I...
Bumps [org.apache.maven.plugins:maven-install-plugin](https://github.com/apache/maven-install-plugin) from 2.5.1 to 3.1.1. Release notes Sourced from org.apache.maven.plugins:maven-install-plugin's releases. 3.1.1 What's Changed [MINSTALL-186] Use proper repositorySystemSession by @rbioteau in apache/maven-install-plugin#49 [MINSTALL-188] Upgrade Parent to 39 by @slawekjaranowski...
Bumps [org.jboss.resteasy:resteasy-client](https://github.com/resteasy/resteasy) from 6.0.3.Final to 6.2.8.Final. Release notes Sourced from org.jboss.resteasy:resteasy-client's releases. 6.2.8.Final What's Changed [RESTEASY-3439] Use the resolved ConfigurationFactory when creating t… by @jamezp in resteasy/resteasy#3997 [RESTEASY-3440] Bump the...
Hi, We want to contribute a sdk wrapper for RabbitMQ and Redis pub sub. We think these two are very widely used and will be useful for a lot of...
Bumps [org.xmlunit:xmlunit-core](https://github.com/xmlunit/xmlunit) from 2.9.0 to 2.10.0. Release notes Sourced from org.xmlunit:xmlunit-core's releases. XMLUnit for Java 2.10.0 add a new ElementSelectors.byNameAndAllAttributes variant that filters attributes before deciding whether elements can be...