sdk-java icon indicating copy to clipboard operation
sdk-java copied to clipboard

Java SDK for CloudEvents

Results 104 sdk-java issues
Sort by recently updated
recently updated
newest added

`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`.

bug
help wanted

Bumps quarkus-maven-plugin from 1.10.3.Final to 3.0.3.Final. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.quarkus:quarkus-maven-plugin&package-manager=maven&previous-version=1.10.3.Final&new-version=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...

dependencies
java

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...

dependencies

Fix #560 Optimize BaseCloudEvent#readExtensions method

Fix #558 Optimize SpecVersion attribute name

Batching support was added to the Protobuf format.SDK supports now?

enhancement

![image](https://user-images.githubusercontent.com/15797831/235286990-f119f38e-32ac-42cf-aa8b-8aca0fb1ce01.png) Optimize BaseCloudEvent#readExtensions method

![image](https://user-images.githubusercontent.com/15797831/235280728-b83dfa42-4f11-441e-9283-53526bbe6dd7.png) 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...