sdk-java
sdk-java copied to clipboard
Java SDK for CloudEvents
`v2.4.2` of the cloudevents-bom lists a wrong artifactId for the cloudevents-sql module https://repo1.maven.org/maven2/io/cloudevents/cloudevents-bom/2.4.2/cloudevents-bom-2.4.2.pom Listed as `io.cloudevents.sql` when it should be `cloudevents-sql`.
Bumps quarkus-maven-plugin from 1.10.3.Final to 3.0.3.Final. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...
Bumps [maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.2.0 to 3.3.0. Release notes Sourced from maven-jar-plugin's releases. 3.3.0 🚀 New features and improvements [MJAR-278] - Update plugin (requires Maven 3.2.5+) (#19) @cstamas [MJAR-280] - Java...
Fix #560 Optimize BaseCloudEvent#readExtensions method
Fix #558 Optimize SpecVersion attribute name
Batching support was added to the Protobuf format.SDK supports now?
 Optimize BaseCloudEvent#readExtensions method
 change stringValue to specVersion
## Context I'm a Java™ programmer seeking guidance on best practice and recommended Java™ programming idioms. Ordinarily, my first inclination is to defer to the most authoritative references for the...
If you serialize an event that does not have a data field using `CloudEventSerializer` using default setting, and then try to deserialize using `CloudEventDeserializer` you get a null value. This...